summaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2015-09-11 00:07:19 +0300
committerDaniel Vetter <daniel.vetter@ffwll.ch>2015-09-13 23:20:54 +0200
commit216c59d65f99aa1ef1a92e1ae64f1f1c2590dddc (patch)
tree5ff49bb6eb7e68fb7079f213e339e8da2bc11c21 /include/drm
parentc86fb9d997428e0d55ab5a47488b6ba3bc4b5c5b (diff)
downloadlinux-216c59d65f99aa1ef1a92e1ae64f1f1c2590dddc.tar.gz
linux-216c59d65f99aa1ef1a92e1ae64f1f1c2590dddc.tar.bz2
linux-216c59d65f99aa1ef1a92e1ae64f1f1c2590dddc.zip
drm/atomic-helper: Don't skip plane disabling on active CRTC
Since commit "drm/atomic-helper: Add option to update planes only on active crtc" the drm_atomic_helper_commit_planes() function accepts an active_only argument to skip updating planes when the associated CRTC is inactive. Planes being disabled on an active CRTC are incorrectly considered as associated with an inactive CRTC and are thus skipped, preventing any plane disabling update from reaching drivers. Fix it by checking the state of the CRTC stored in the old plane state for planes being disabled. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'include/drm')
0 files changed, 0 insertions, 0 deletions