[PATCH 1/2] drm/atomic-helper: Add option to update planes only on active crtc

2015-07-22 Thread Maarten Lankhorst
Op 22-07-15 om 16:30 schreef Daniel Vetter: > With drivers supporting runtime pm it's generally not a good idea to > touch the hardware when it's off. Add an option to the commit_planes > helper to support this case. > > Note that the helpers already add all planes on a crtc when a modeset > happen

[PATCH 1/2] drm/atomic-helper: Add option to update planes only on active crtc

2015-07-22 Thread Daniel Vetter
With drivers supporting runtime pm it's generally not a good idea to touch the hardware when it's off. Add an option to the commit_planes helper to support this case. Note that the helpers already add all planes on a crtc when a modeset happens, hence plane updates will not be lost if drivers set