[PATCH v2] drm/atomic_helper: Add drm_atomic_helper_disable_planes_on_crtc()

2015-11-30 Thread Daniel Vetter
On Fri, Nov 27, 2015 at 04:14:01PM +0200, Jyri Sarha wrote: > Add drm_atomic_helper_disable_planes_on_crtc() for disabling all > planes associated with the given CRTC. This can be used for instance > in the CRTC helper disable callback to disable all planes before > shutting down the display

[PATCH v2] drm/atomic_helper: Add drm_atomic_helper_disable_planes_on_crtc()

2015-11-27 Thread Jyri Sarha
Add drm_atomic_helper_disable_planes_on_crtc() for disabling all planes associated with the given CRTC. This can be used for instance in the CRTC helper disable callback to disable all planes before shutting down the display pipeline. Signed-off-by: Jyri Sarha --- v2: - Address Daniels review