drm/i915: Drop redundant shared_dpll=NULL assignments
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 6 Mar 2025 16:34:03 +0000 (18:34 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 7 Mar 2025 17:02:13 +0000 (19:02 +0200)
commit72eea9175e4d30097ca4a8834de03a7227be5c03
tree4beca833f5d84e8dd4dc47d59262c241d189d881
parent68b97b12c46105b0859dd7636f3247e9f6fceab2
drm/i915: Drop redundant shared_dpll=NULL assignments

The crtc state is expected to be fully cleared before readout,
so there is no need to clear the shared_dpll pointers by hand.

Reviewed-by: Vinod Govindapillai <vinod.govindapillai@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250306163420.3961-2-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_display.c