Skip to content

Commit 108d14b

Browse files
committed
drm/i915: Setup PIPE_CHICKEN for fastsets too
Configure PIPE_CHICKEN during intel_update_pipe_config() to make sure we have our chickens in a row with fastboot too. v2: Apparently PIPE_CHICKEN is icl+ only Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190204202214.27051-1-ville.syrjala@linux.intel.com Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
1 parent d162211 commit 108d14b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/gpu/drm/i915/intel_display.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3958,6 +3958,9 @@ static void intel_update_pipe_config(const struct intel_crtc_state *old_crtc_sta
39583958
I915_WRITE(SKL_BOTTOM_COLOR(crtc->pipe),
39593959
SKL_BOTTOM_COLOR_GAMMA_ENABLE |
39603960
SKL_BOTTOM_COLOR_CSC_ENABLE);
3961+
3962+
if (INTEL_GEN(dev_priv) >= 11)
3963+
icl_set_pipe_chicken(crtc);
39613964
}
39623965

39633966
static void intel_fdi_normal_train(struct intel_crtc *crtc)

0 commit comments

Comments
 (0)