]> git.baikalelectronics.ru Git - kernel.git/commit
drm: omapdrm: Remove manual update display support
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 14 Jan 2015 15:54:40 +0000 (17:54 +0200)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 20 Mar 2015 12:30:19 +0000 (14:30 +0200)
commit5f9fb85ee08b1b4d137a9228dbca4d889e5cbe45
tree10b8c91d6b6f6b57f2c5ef25c6f9b788a84d1777
parent90efe5453c956ab0c1c9befb01d220f44d714c15
drm: omapdrm: Remove manual update display support

All the manual update display code implements eventually ends up to just
calls to omap_connector_flush(), currently implemented as an empty TODO
stub. Remove it, the code can always be revived and implemented later if
interest in manual update displays becomes a reality.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
drivers/gpu/drm/omapdrm/omap_connector.c
drivers/gpu/drm/omapdrm/omap_drv.h
drivers/gpu/drm/omapdrm/omap_fb.c
drivers/gpu/drm/omapdrm/omap_fbdev.c
drivers/gpu/drm/omapdrm/omap_plane.c