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

2015-09-08 Thread Laurent Pinchart
Hi Daniel, Thank you for the patch. On Tuesday 08 September 2015 12:02:07 Daniel Vetter wrote: > 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 al

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

2015-09-08 Thread Daniel Vetter
On Tue, Sep 08, 2015 at 01:10:58PM +0200, Thierry Reding wrote: > On Tue, Sep 08, 2015 at 12:02:07PM +0200, Daniel Vetter wrote: > > 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 th

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

2015-09-08 Thread Thierry Reding
On Tue, Sep 08, 2015 at 12:02:07PM +0200, Daniel Vetter wrote: > 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 whe

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

2015-09-08 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

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

2015-08-26 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

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

2015-07-27 Thread Daniel Vetter
On Mon, Jul 27, 2015 at 02:44:31PM +0200, Thierry Reding wrote: > On Wed, Jul 22, 2015 at 06:02:27PM +0200, Daniel Vetter wrote: > [...] > > diff --git a/drivers/gpu/drm/tegra/drm.c b/drivers/gpu/drm/tegra/drm.c > > index c6276aebfec3..783edc242648 100644 > > --- a/drivers/gpu/drm/tegra/drm.c > > +

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

2015-07-27 Thread Thierry Reding
On Wed, Jul 22, 2015 at 06:02:27PM +0200, Daniel Vetter wrote: [...] > diff --git a/drivers/gpu/drm/tegra/drm.c b/drivers/gpu/drm/tegra/drm.c > index c6276aebfec3..783edc242648 100644 > --- a/drivers/gpu/drm/tegra/drm.c > +++ b/drivers/gpu/drm/tegra/drm.c > @@ -56,7 +56,7 @@ static void tegra_atomi

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

2015-07-23 Thread Daniel Vetter
On Thu, Jul 23, 2015 at 05:53:43AM +0200, Maarten Lankhorst wrote: > Op 22-07-15 om 18:02 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. > > > >

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

2015-07-23 Thread Maarten Lankhorst
Op 22-07-15 om 18:02 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] 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