mirror of https://github.com/parazyd/arm-sdk.git
34 lines
1.2 KiB
Diff
34 lines
1.2 KiB
Diff
From faf0e2475147bd8e755dbce7f9f1a0fb8e731e4f Mon Sep 17 00:00:00 2001
|
|
From: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
|
|
Date: Mon, 24 Jul 2017 19:32:59 +0200
|
|
Subject: [PATCH 02/17] drm/omap: drop incorrect comment
|
|
|
|
The wrappers have been removed in commit 5a35876e2830
|
|
(drm: omapdrm: Remove manual update display support)
|
|
and will not be reintroduced, since the normal sys
|
|
functions properly call the dirty callback.
|
|
|
|
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
|
|
Acked-by: Pavel Machek <pavel@ucw.cz>
|
|
---
|
|
drivers/gpu/drm/omapdrm/omap_fbdev.c | 3 ---
|
|
1 file changed, 3 deletions(-)
|
|
|
|
diff --git a/drivers/gpu/drm/omapdrm/omap_fbdev.c b/drivers/gpu/drm/omapdrm/omap_fbdev.c
|
|
index 9273118..e037818 100644
|
|
--- a/drivers/gpu/drm/omapdrm/omap_fbdev.c
|
|
+++ b/drivers/gpu/drm/omapdrm/omap_fbdev.c
|
|
@@ -84,9 +84,6 @@ static struct fb_ops omap_fb_ops = {
|
|
.owner = THIS_MODULE,
|
|
DRM_FB_HELPER_DEFAULT_OPS,
|
|
|
|
- /* Note: to properly handle manual update displays, we wrap the
|
|
- * basic fbdev ops which write to the framebuffer
|
|
- */
|
|
.fb_read = drm_fb_helper_sys_read,
|
|
.fb_write = drm_fb_helper_sys_write,
|
|
.fb_fillrect = drm_fb_helper_sys_fillrect,
|
|
--
|
|
2.1.4
|
|
|