arm-sdk

os build toolkit for various embedded devices
git clone https://git.parazyd.org/arm-sdk
Log | Files | Refs | Submodules | README | LICENSE

0002-drm-omap-drop-incorrect-comment.patch (1190B)


      1 From faf0e2475147bd8e755dbce7f9f1a0fb8e731e4f Mon Sep 17 00:00:00 2001
      2 From: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
      3 Date: Mon, 24 Jul 2017 19:32:59 +0200
      4 Subject: [PATCH 02/17] drm/omap: drop incorrect comment
      5 
      6 The wrappers have been removed in commit 5a35876e2830
      7 (drm: omapdrm: Remove manual update display support)
      8 and will not be reintroduced, since the normal sys
      9 functions properly call the dirty callback.
     10 
     11 Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
     12 Acked-by: Pavel Machek <pavel@ucw.cz>
     13 ---
     14  drivers/gpu/drm/omapdrm/omap_fbdev.c | 3 ---
     15  1 file changed, 3 deletions(-)
     16 
     17 diff --git a/drivers/gpu/drm/omapdrm/omap_fbdev.c b/drivers/gpu/drm/omapdrm/omap_fbdev.c
     18 index 9273118..e037818 100644
     19 --- a/drivers/gpu/drm/omapdrm/omap_fbdev.c
     20 +++ b/drivers/gpu/drm/omapdrm/omap_fbdev.c
     21 @@ -84,9 +84,6 @@ static struct fb_ops omap_fb_ops = {
     22  	.owner = THIS_MODULE,
     23  	DRM_FB_HELPER_DEFAULT_OPS,
     24  
     25 -	/* Note: to properly handle manual update displays, we wrap the
     26 -	 * basic fbdev ops which write to the framebuffer
     27 -	 */
     28  	.fb_read = drm_fb_helper_sys_read,
     29  	.fb_write = drm_fb_helper_sys_write,
     30  	.fb_fillrect = drm_fb_helper_sys_fillrect,
     31 -- 
     32 2.1.4
     33