Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e59a03f5 authored by Stefan Christ's avatar Stefan Christ Committed by Daniel Vetter
Browse files

drm/virtio: use DRM_FB_HELPER_DEFAULT_OPS for fb_ops



This patch removes a TODO comment in the code. I do not know whether it
is still relevant.

Cc: David Airlie <airlied@linux.ie>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: default avatarStefan Christ <contact@stefanchrist.eu>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1479078208-25221-16-git-send-email-contact@stefanchrist.eu
parent 00d44063
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -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,