drm/i915: Rename variables in intel_crtc_compute_config()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 23 Feb 2022 13:13:06 +0000 (15:13 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 25 Feb 2022 17:08:28 +0000 (19:08 +0200)
commit3dda9ee49ea5d332359ca372728ee13e570b7e04
tree3dff338f9409841bc4d9cf450bee4f58041d4b54
parentc2393a1d8bd1a69ff74ee769fa5d36e4900d4fba
drm/i915: Rename variables in intel_crtc_compute_config()

Do the s/dev_priv/i915/ and s/pipe_config/crtc_state/ renames
to intel_crtc_compute_config(). I want to start splitting this
up a bit and doing the renames now avoids spreading these old
nameing conventions elsewhere. No functional changes.

Reviewed-by: Manasi Navare <manasi.d.navare@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220223131315.18016-5-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_display.c