drm/i915: Drop useless intel_dp_has_audio() argument
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 20 Feb 2023 15:17:31 +0000 (17:17 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 23 Feb 2023 17:24:53 +0000 (19:24 +0200)
commit82ea22256b9c1fe3f5a089733969f6539d92d9f0
treecba3c661c6852f1c277093490a1fc4134b9576a4
parent518b761a7b0e2bb2fac2518f041c71b461adf761
drm/i915: Drop useless intel_dp_has_audio() argument

intel_dp_has_audio() has no need for the crtc_state, so don't
pass it in.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230220151731.6852-2-ville.syrjala@linux.intel.com
Reviewed-by: Uma Shankar <uma.shankar@intel.com>
drivers/gpu/drm/i915/display/intel_dp.c