diff options
author | Sebastian Reichel <sebastian.reichel@collabora.co.uk> | 2017-07-24 13:32:59 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2017-12-19 03:32:00 -0500 |
commit | 1a80d6ac2f82cd587bb12012b52d555e0a27d121 (patch) | |
tree | ad4149894c1da40e02eb05069fd60ce99ffdfe41 /drivers/gpu/drm/omapdrm/omap_fbdev.c | |
parent | dc47c0cfadffc2d5ca3049dee6371b9615cf84d1 (diff) |
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>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_fbdev.c')
-rw-r--r-- | drivers/gpu/drm/omapdrm/omap_fbdev.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/omapdrm/omap_fbdev.c b/drivers/gpu/drm/omapdrm/omap_fbdev.c index 9273118040b7..e0378182bd7c 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 = { | |||
84 | .owner = THIS_MODULE, | 84 | .owner = THIS_MODULE, |
85 | DRM_FB_HELPER_DEFAULT_OPS, | 85 | DRM_FB_HELPER_DEFAULT_OPS, |
86 | 86 | ||
87 | /* Note: to properly handle manual update displays, we wrap the | ||
88 | * basic fbdev ops which write to the framebuffer | ||
89 | */ | ||
90 | .fb_read = drm_fb_helper_sys_read, | 87 | .fb_read = drm_fb_helper_sys_read, |
91 | .fb_write = drm_fb_helper_sys_write, | 88 | .fb_write = drm_fb_helper_sys_write, |
92 | .fb_fillrect = drm_fb_helper_sys_fillrect, | 89 | .fb_fillrect = drm_fb_helper_sys_fillrect, |