[PATCH] drm/simple-helpers: Always add planes to the state update

2016-08-25 Thread Daniel Vetter
On Thu, Aug 25, 2016 at 07:13:07PM +0200, Noralf Trønnes wrote: > > Den 25.08.2016 08:30, skrev Daniel Vetter: > > On Wed, Aug 24, 2016 at 08:38:37PM +0200, Noralf Trønnes wrote: > > > Den 23.08.2016 08:25, skrev Daniel Vetter: > > > > Our update function is hooked to the single plane, which mig

[PATCH] drm/simple-helpers: Always add planes to the state update

2016-08-25 Thread Noralf Trønnes
Den 25.08.2016 08:30, skrev Daniel Vetter: > On Wed, Aug 24, 2016 at 08:38:37PM +0200, Noralf Trønnes wrote: >> Den 23.08.2016 08:25, skrev Daniel Vetter: >>> Our update function is hooked to the single plane, which might not get >>> called for crtc-only updates. Which is surprising, so fix this

[PATCH] drm/simple-helpers: Always add planes to the state update

2016-08-25 Thread Daniel Vetter
On Wed, Aug 24, 2016 at 08:38:37PM +0200, Noralf Trønnes wrote: > > Den 23.08.2016 08:25, skrev Daniel Vetter: > > Our update function is hooked to the single plane, which might not get > > called for crtc-only updates. Which is surprising, so fix this by > > always adding the plane. > > > > Whi

[PATCH] drm/simple-helpers: Always add planes to the state update

2016-08-24 Thread Noralf Trønnes
Den 23.08.2016 08:25, skrev Daniel Vetter: > Our update function is hooked to the single plane, which might not get > called for crtc-only updates. Which is surprising, so fix this by > always adding the plane. > > While at it document how&when the event should be sent out better in > the kerneldo

[PATCH] drm/simple-helpers: Always add planes to the state update

2016-08-23 Thread Daniel Vetter
Our update function is hooked to the single plane, which might not get called for crtc-only updates. Which is surprising, so fix this by always adding the plane. While at it document how&when the event should be sent out better in the kerneldoc. Cc: Noralf Trønnes Cc: andrea.merello at gmail.co