drm/i915: Nuke local copies/pointers of intel_dp->DP
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 30 Sep 2021 13:43:10 +0000 (16:43 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 30 Sep 2021 20:48:37 +0000 (23:48 +0300)
commitcbf02c50ea7cdce229cb80218a8ab2ee2b1b9c92
tree0d71a6f66080667062cc936ad122e05795d23c59
parent8a1ec3f3275479292613273a7be2ac87f2a7f6e6
drm/i915: Nuke local copies/pointers of intel_dp->DP

Get rid of the local copies and pointers of intel_dp->DP and
instead just poke at it directly. Makes it much easier to see
where it actually gets used/modified.

Cc: Imre Deak <imre.deak@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210930134310.31669-4-ville.syrjala@linux.intel.com
Reviewed-by: Imre Deak <imre.deak@intel.com>
drivers/gpu/drm/i915/display/g4x_dp.c