[PATCH] drm/atomic-helper: Don't skip plane disabling on active CRTC

2015-09-13 Thread Laurent Pinchart
Hi Daniel, I've successfully tested the following patch with the rcar-du-drm driver. I'm not sure who else passes a true active_only argument to drm_atomic_helper_commit_planes() out-of-tree so I don't know who you would like to received a Tested-by tag from, but I'll need both your base patch

[PATCH] drm/atomic-helper: Don't skip plane disabling on active CRTC

2015-09-13 Thread Daniel Vetter
On Sun, Sep 13, 2015 at 11:33:26PM +0300, Laurent Pinchart wrote: > Hi Daniel, > > I've successfully tested the following patch with the rcar-du-drm driver. I'm > not sure who else passes a true active_only argument to > drm_atomic_helper_commit_planes() out-of-tree so I don't know who you would

[PATCH] drm/atomic-helper: Don't skip plane disabling on active CRTC

2015-09-11 Thread Laurent Pinchart
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 associ