|
@@ -200,16 +200,10 @@ static void virtio_gpu_3d_imageblit(struct fb_info *info,
|
|
|
|
|
|
static struct fb_ops virtio_gpufb_ops = {
|
|
|
.owner = THIS_MODULE,
|
|
|
- .fb_check_var = drm_fb_helper_check_var,
|
|
|
- .fb_set_par = drm_fb_helper_set_par, /* TODO: copy vmwgfx */
|
|
|
+ DRM_FB_HELPER_DEFAULT_OPS,
|
|
|
.fb_fillrect = virtio_gpu_3d_fillrect,
|
|
|
.fb_copyarea = virtio_gpu_3d_copyarea,
|
|
|
.fb_imageblit = virtio_gpu_3d_imageblit,
|
|
|
- .fb_pan_display = drm_fb_helper_pan_display,
|
|
|
- .fb_blank = drm_fb_helper_blank,
|
|
|
- .fb_setcmap = drm_fb_helper_setcmap,
|
|
|
- .fb_debug_enter = drm_fb_helper_debug_enter,
|
|
|
- .fb_debug_leave = drm_fb_helper_debug_leave,
|
|
|
};
|
|
|
|
|
|
static int virtio_gpu_vmap_fb(struct virtio_gpu_device *vgdev,
|