drm/i915: Extract icl_set_pipe_chicken()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 4 Feb 2019 20:21:39 +0000 (22:21 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 5 Feb 2019 19:56:48 +0000 (21:56 +0200)
commitd16221195ae255beae1fa62f961a9b8e020a6c22
tree05b95052825c153a8d6e9a254a4859c1e47c11cc
parent0aded171e20e438015a95fbfe57d679dbf228090
drm/i915: Extract icl_set_pipe_chicken()

We need configure PIPE_CHICKEN during fastboot as well. Let's extract
it to a helper.

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/20190204202139.26884-1-ville.syrjala@linux.intel.com
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
drivers/gpu/drm/i915/intel_display.c