Re: [Intel-gfx] [PATCH] drm/i915/gen9: fix typo when setting up the crtc scaler

2015-06-23 Thread Daniel Vetter
On Tue, Jun 23, 2015 at 07:16:15PM +0100, Damien Lespiau wrote: > On Tue, Jun 23, 2015 at 08:40:27PM +0300, Imre Deak wrote: > > This typo lead to the crtc scaler getting enabled incorrectly and an > > evantual state checker mismatch about the scaler_id. > > > > Signed-off-by: Imre Deak > > Revi

Re: [Intel-gfx] [PATCH] drm/i915/gen9: fix typo when setting up the crtc scaler

2015-06-23 Thread Damien Lespiau
On Tue, Jun 23, 2015 at 08:40:27PM +0300, Imre Deak wrote: > This typo lead to the crtc scaler getting enabled incorrectly and an > evantual state checker mismatch about the scaler_id. > > Signed-off-by: Imre Deak Reviewed-by: Damien Lespiau -- Damien > --- > drivers/gpu/drm/i915/intel_disp

[Intel-gfx] [PATCH] drm/i915/gen9: fix typo when setting up the crtc scaler

2015-06-23 Thread Imre Deak
This typo lead to the crtc scaler getting enabled incorrectly and an evantual state checker mismatch about the scaler_id. Signed-off-by: Imre Deak --- drivers/gpu/drm/i915/intel_display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/intel_display.c b/