Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/omapdrm: use DRM_FB_HELPER_DEFAULT_OPS for fb_ops

Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Stefan Christ <contact@stefanchrist.eu>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1479078208-25221-17-git-send-email-contact@stefanchrist.eu

authored by

Stefan Christ and committed by
Daniel Vetter
d074e55d e59a03f5

+1 -4
+1 -4
drivers/gpu/drm/omapdrm/omap_fbdev.c
··· 82 82 83 83 static struct fb_ops omap_fb_ops = { 84 84 .owner = THIS_MODULE, 85 + DRM_FB_HELPER_DEFAULT_OPS, 85 86 86 87 /* Note: to properly handle manual update displays, we wrap the 87 88 * basic fbdev ops which write to the framebuffer ··· 93 92 .fb_copyarea = drm_fb_helper_sys_copyarea, 94 93 .fb_imageblit = drm_fb_helper_sys_imageblit, 95 94 96 - .fb_check_var = drm_fb_helper_check_var, 97 - .fb_set_par = drm_fb_helper_set_par, 98 95 .fb_pan_display = omap_fbdev_pan_display, 99 - .fb_blank = drm_fb_helper_blank, 100 - .fb_setcmap = drm_fb_helper_setcmap, 101 96 }; 102 97 103 98 static int omap_fbdev_create(struct drm_fb_helper *helper,