drm/i915: Fix fastboot scalers for skylake.
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Mon, 14 Sep 2015 09:30:10 +0000 (11:30 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 23 Sep 2015 12:39:16 +0000 (14:39 +0200)
commit7aefe2b50a0be5c85e7702bff110e5e187fbe4b5
treebea6fd5b945fce8d4a87c3fe44dc11be547f0661
parent97c322e713b92b5071ad276f65cabf8a503a7408
drm/i915: Fix fastboot scalers for skylake.

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 <maarten.lankhorst@linux.intel.com>
Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c