Re: [Intel-gfx] [PATCH v2 18/27] drm/i915: Handle disabling planes better.

2015-06-15 Thread Daniel Vetter
On Thu, Jun 11, 2015 at 05:51:27AM +0200, Maarten Lankhorst wrote: > Op 11-06-15 om 03:37 schreef Matt Roper: > > If we're not trying to seamlessly inherit the cursor image, I'm not sure > > I understand what the benefit of figuring out whether the cursor is > > actually on or not is. Just assumin

Re: [Intel-gfx] [PATCH v2 18/27] drm/i915: Handle disabling planes better.

2015-06-10 Thread Maarten Lankhorst
Op 11-06-15 om 03:37 schreef Matt Roper: > On Thu, Jun 04, 2015 at 02:47:48PM +0200, Maarten Lankhorst wrote: >> Read out the initial state, and add a quirk to force disable all plane >> that were initially active. Use this to disable planes during modeset >> too. >> >> Signed-off-by: Maarten Lankh

Re: [Intel-gfx] [PATCH v2 18/27] drm/i915: Handle disabling planes better.

2015-06-10 Thread Matt Roper
On Thu, Jun 04, 2015 at 02:47:48PM +0200, Maarten Lankhorst wrote: > Read out the initial state, and add a quirk to force disable all plane > that were initially active. Use this to disable planes during modeset > too. > > Signed-off-by: Maarten Lankhorst > --- > drivers/gpu/drm/i915/intel_atomi

[Intel-gfx] [PATCH v2 18/27] drm/i915: Handle disabling planes better.

2015-06-04 Thread Maarten Lankhorst
Read out the initial state, and add a quirk to force disable all plane that were initially active. Use this to disable planes during modeset too. Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/i915/intel_atomic.c | 7 ++ drivers/gpu/drm/i915/intel_display.c | 139 +++