[PATCH v3 10/20] drm: omapdrm: Only commit planes on active CRTCs

2016-12-13 Thread Laurent Pinchart
Hi Tomi, On Tuesday 13 Dec 2016 09:58:34 Tomi Valkeinen wrote: > On 13/12/16 00:53, Laurent Pinchart wrote: > > On Tuesday 20 Sep 2016 16:51:11 Tomi Valkeinen wrote: > >> On 19/09/16 15:27, Laurent Pinchart wrote: > >>> The DRM core supports skipping plane update for inactive CRTCs for > >>> hardw

[PATCH v3 10/20] drm: omapdrm: Only commit planes on active CRTCs

2016-12-13 Thread Tomi Valkeinen
On 13/12/16 00:53, Laurent Pinchart wrote: > Hi Tomi, > > On Tuesday 20 Sep 2016 16:51:11 Tomi Valkeinen wrote: >> On 19/09/16 15:27, Laurent Pinchart wrote: >>> The DRM core supports skipping plane update for inactive CRTCs for >>> hardware that don't need it or can't cope with it. That's our cas

[PATCH v3 10/20] drm: omapdrm: Only commit planes on active CRTCs

2016-12-13 Thread Laurent Pinchart
Hi Tomi, On Tuesday 20 Sep 2016 16:51:11 Tomi Valkeinen wrote: > On 19/09/16 15:27, Laurent Pinchart wrote: > > The DRM core supports skipping plane update for inactive CRTCs for > > hardware that don't need it or can't cope with it. That's our case, so > > use the DRM core infrastructure instead

[PATCH v3 10/20] drm: omapdrm: Only commit planes on active CRTCs

2016-09-20 Thread Tomi Valkeinen
On 19/09/16 15:27, Laurent Pinchart wrote: > The DRM core supports skipping plane update for inactive CRTCs for > hardware that don't need it or can't cope with it. That's our case, so > use the DRM core infrastructure instead of reinventing it. I don't follow this desc. What is omapdrm reinventin

[PATCH v3 10/20] drm: omapdrm: Only commit planes on active CRTCs

2016-09-19 Thread Laurent Pinchart
The DRM core supports skipping plane update for inactive CRTCs for hardware that don't need it or can't cope with it. That's our case, so use the DRM core infrastructure instead of reinventing it. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/omap_crtc.c | 8 +++- drivers/gpu/d