aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_display.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/i915/intel_display.c')
-rw-r--r--drivers/gpu/drm/i915/intel_display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c
index bf9e3474222d..f3b58829e350 100644
--- a/drivers/gpu/drm/i915/intel_display.c
+++ b/drivers/gpu/drm/i915/intel_display.c
@@ -12687,7 +12687,7 @@ intel_pipe_config_compare(struct drm_device *dev,
12687 PIPE_CONF_CHECK_X(gmch_pfit.control); 12687 PIPE_CONF_CHECK_X(gmch_pfit.control);
12688 /* pfit ratios are autocomputed by the hw on gen4+ */ 12688 /* pfit ratios are autocomputed by the hw on gen4+ */
12689 if (INTEL_INFO(dev)->gen < 4) 12689 if (INTEL_INFO(dev)->gen < 4)
12690 PIPE_CONF_CHECK_I(gmch_pfit.pgm_ratios); 12690 PIPE_CONF_CHECK_X(gmch_pfit.pgm_ratios);
12691 PIPE_CONF_CHECK_X(gmch_pfit.lvds_border_bits); 12691 PIPE_CONF_CHECK_X(gmch_pfit.lvds_border_bits);
12692 12692
12693 if (!adjust) { 12693 if (!adjust) {