Re: [Intel-gfx] [PATCH v2 07/20] drm/i915: Rework primary plane stuff slightly.

2015-07-08 Thread Maarten Lankhorst
Op 08-07-15 om 11:27 schreef Daniel Vetter: > On Tue, Jul 07, 2015 at 04:02:32PM +0200, Maarten Lankhorst wrote: >> Op 07-07-15 om 13:16 schreef Daniel Vetter: >>> On Tue, Jul 07, 2015 at 09:08:18AM +0200, Maarten Lankhorst wrote: Make sure the primary plane is set up correctly. This is done b

Re: [Intel-gfx] [PATCH v2 07/20] drm/i915: Rework primary plane stuff slightly.

2015-07-08 Thread Daniel Vetter
On Tue, Jul 07, 2015 at 04:02:32PM +0200, Maarten Lankhorst wrote: > Op 07-07-15 om 13:16 schreef Daniel Vetter: > > On Tue, Jul 07, 2015 at 09:08:18AM +0200, Maarten Lankhorst wrote: > >> Make sure the primary plane is set up correctly. This is done by > >> setting plane_state->src and plane_state

Re: [Intel-gfx] [PATCH v2 07/20] drm/i915: Rework primary plane stuff slightly.

2015-07-07 Thread Maarten Lankhorst
Op 07-07-15 om 13:16 schreef Daniel Vetter: > On Tue, Jul 07, 2015 at 09:08:18AM +0200, Maarten Lankhorst wrote: >> Make sure the primary plane is set up correctly. This is done by >> setting plane_state->src and plane_state->crtc. >> >> All non-primary planes get disabled. > Too terse commit messa

Re: [Intel-gfx] [PATCH v2 07/20] drm/i915: Rework primary plane stuff slightly.

2015-07-07 Thread Daniel Vetter
On Tue, Jul 07, 2015 at 09:08:18AM +0200, Maarten Lankhorst wrote: > Make sure the primary plane is set up correctly. This is done by > setting plane_state->src and plane_state->crtc. > > All non-primary planes get disabled. Too terse commit message, fails to mention that this is about hw readout

[Intel-gfx] [PATCH v2 07/20] drm/i915: Rework primary plane stuff slightly.

2015-07-07 Thread Maarten Lankhorst
Make sure the primary plane is set up correctly. This is done by setting plane_state->src and plane_state->crtc. All non-primary planes get disabled. Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/i915/intel_atomic.c | 7 -- drivers/gpu/drm/i915/intel_display.c | 167 +-