OSDN Git Service

drm: omapdrm: Remove omap_crtc->full_update field
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 14 Jan 2015 22:31:11 +0000 (00:31 +0200)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 20 Mar 2015 12:30:20 +0000 (14:30 +0200)
commit297767b68146f2355dfb10cb57185bef7769dfd9
treefcf6d94a7acca02a6312e014aaf9dde819daefbd
parent5a35876e2830511cb8110667fc426c6a6165a593
drm: omapdrm: Remove omap_crtc->full_update field

The full_update field is always set to true before calling
omap_crtc_appy(), resulting in its value always being true in the single
location where it is tested, in omap_crtc_pre_apply(). Remove it.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
drivers/gpu/drm/omapdrm/omap_crtc.c