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

Commit 8e44770f authored by Rob Clark's avatar Rob Clark
Browse files

drm/omap: remove fbdev debug enter/leave hooks



This will result in badness for drivers that do not implement
mode_set_base_atomic().  So don't pretend like we can support this.

Signed-off-by: default avatarRob Clark <robdclark@gmail.com>
parent dfe96ddc
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -131,9 +131,6 @@ static struct fb_ops omap_fb_ops = {
	.fb_pan_display = omap_fbdev_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 omap_fbdev_create(struct drm_fb_helper *helper,