aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/omap_fbdev.c
diff options
context:
space:
mode:
authorLaurent Pinchart <[email protected]>2015-03-06 17:18:56 +0000
committerLaurent Pinchart <[email protected]>2015-06-12 19:52:49 +0000
commitedc725577c52d4abe1dac54ccca1b7bc08672f13 (patch)
treea1184a056748173f90c0e0e61c40954f57b8bdf2 /drivers/gpu/drm/omapdrm/omap_fbdev.c
parentdrm: omapdrm: Remove omap_crtc enabled field (diff)
downloadkernel-edc725577c52d4abe1dac54ccca1b7bc08672f13.tar.gz
kernel-edc725577c52d4abe1dac54ccca1b7bc08672f13.zip
drm: omapdrm: Remove omap_plane enabled field
The field tracks the plane state to avoid double-enable or -disable. This isn't required anymore, as - the DRM atomic core guarantees that the plane atomic_update and atomic_disable functions will never be called on an enabled/disabled plane - the CRTC enable/disable operations that enable/disable the plane are already guarded against double enable/disable We can thus remove the enabled field completely. The omap_plane_set_enable() function then becomes a wrapper around omap_plane_setup() which can be called directly. Signed-off-by: Laurent Pinchart <[email protected]> Signed-off-by: Tomi Valkeinen <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_fbdev.c')
0 files changed, 0 insertions, 0 deletions