Re: [Intel-gfx] [PATCH 13/21] drm/i915: Preserve scaler state when clearing crtc_state

2015-03-18 Thread Ander Conselvan De Oliveira
, Ander; Vetter, Daniel Subject: Re: [Intel-gfx] [PATCH 13/21] drm/i915: Preserve scaler state when clearing crtc_state On Sat, Mar 14, 2015 at 10:55:38PM -0700, Chandra Konduru wrote: crtc_state is cleared during mode set which wipes out complete scaler state too. This is causing

Re: [Intel-gfx] [PATCH 13/21] drm/i915: Preserve scaler state when clearing crtc_state

2015-03-17 Thread Konduru, Chandra
/i915: Preserve scaler state when clearing crtc_state On Sat, Mar 14, 2015 at 10:55:38PM -0700, Chandra Konduru wrote: crtc_state is cleared during mode set which wipes out complete scaler state too. This is causing issues. To fix, ensure scaler state is preserved because it contains

Re: [Intel-gfx] [PATCH 13/21] drm/i915: Preserve scaler state when clearing crtc_state

2015-03-17 Thread Daniel Vetter
On Sat, Mar 14, 2015 at 10:55:38PM -0700, Chandra Konduru wrote: crtc_state is cleared during mode set which wipes out complete scaler state too. This is causing issues. To fix, ensure scaler state is preserved because it contains not only crtc scaler usage, but also planes using scalers on

[Intel-gfx] [PATCH 13/21] drm/i915: Preserve scaler state when clearing crtc_state

2015-03-14 Thread Chandra Konduru
crtc_state is cleared during mode set which wipes out complete scaler state too. This is causing issues. To fix, ensure scaler state is preserved because it contains not only crtc scaler usage, but also planes using scalers on this crtc. Signed-off-by: Chandra Konduru chandra.kond...@intel.com