commit | 6cca481c0556d197f8aa287aec784b20f515fd12 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Wed Apr 15 18:55:27 2015 +0300 |
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Fri Jun 12 22:52:49 2015 +0300 |
tree | adeb74abe1af397ce8b95de83db23a13734738f9 | |
parent | dee8260d9c2e6f43ebecd2777caff3524477bf9f [diff] |
drm: omapdrm: Remove omap_crtc enabled field The field tracks the CRTC state to avoid double-enable or -disable. As the DRM atomic core guarantees that the CRTC enable and disable functions won't be called on an already enabled or disabled CRTC, such tracking isn't needed. Remove the enabled field. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>