diff options
author | Lucas De Marchi <[email protected]> | 2019-12-24 00:40:09 -0800 |
---|---|---|
committer | Lucas De Marchi <[email protected]> | 2019-12-28 13:38:03 -0800 |
commit | 9eae5e27be4a3948c1b92c0d3c7ce5fc60a08461 (patch) | |
tree | b061190e98d90f31886b9ce9d35d87b215fb287e /drivers/gpu/drm/i915/display/intel_dp_mst.c | |
parent | 95be348413767ac2514c004686341f0ba81ddf20 (diff) |
drm/i915: prefer 3-letter acronym for ironlake
We are currently using a mix of platform name and acronym to name the
functions. Let's prefer the acronym as it should be clear what platform
it's about and it's shorter, so it doesn't go over 80 columns in a few
cases. This converts ironlake to ilk where appropriate.
Signed-off-by: Lucas De Marchi <[email protected]>
Acked-by: Jani Nikula <[email protected]>
Acked-by: Ville Syrjälä <[email protected]>
Reviewed-by: Matt Roper <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/i915/display/intel_dp_mst.c')
-rw-r--r-- | drivers/gpu/drm/i915/display/intel_dp_mst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/display/intel_dp_mst.c b/drivers/gpu/drm/i915/display/intel_dp_mst.c index ca38c0cb0b32..3b066c63816d 100644 --- a/drivers/gpu/drm/i915/display/intel_dp_mst.c +++ b/drivers/gpu/drm/i915/display/intel_dp_mst.c @@ -376,7 +376,7 @@ static void intel_mst_post_disable_dp(struct intel_encoder *encoder, if (INTEL_GEN(dev_priv) >= 9) skl_scaler_disable(old_crtc_state); else - ironlake_pfit_disable(old_crtc_state); + ilk_pfit_disable(old_crtc_state); /* * Power down mst path before disabling the port, otherwise we end |