Re: [Intel-gfx] [PATCH 1/2] drm/i915: Fix fastboot scalers for skylake.

2015-09-23 Thread Daniel Vetter
On Wed, Sep 16, 2015 at 11:45:22AM -0700, Jesse Barnes wrote: > On 09/14/2015 02:30 AM, Maarten Lankhorst wrote: > > The scaler_id in intel_pipe_config_compare should not be checked > > when adjusting in intel_pipe_config_compare. The hw scaler id may > > be changed in intel_update_pipe_config. > >

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Fix fastboot scalers for skylake.

2015-09-16 Thread Jesse Barnes
On 09/14/2015 02:30 AM, Maarten Lankhorst wrote: > The scaler_id in intel_pipe_config_compare should not be checked > when adjusting in intel_pipe_config_compare. The hw scaler id may > be changed in intel_update_pipe_config. > > Signed-off-by: Maarten Lankhorst > --- > drivers/gpu/drm/i915/inte

[Intel-gfx] [PATCH 1/2] drm/i915: Fix fastboot scalers for skylake.

2015-09-14 Thread Maarten Lankhorst
The scaler_id in intel_pipe_config_compare should not be checked when adjusting in intel_pipe_config_compare. The hw scaler id may be changed in intel_update_pipe_config. Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/i915/intel_display.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deleti