drm/i915: Stop doing double audio enable/disable on SDVO and g4x+ DP
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 26 Feb 2024 19:32:50 +0000 (21:32 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 6 Mar 2024 08:12:15 +0000 (10:12 +0200)
commit315bd0a0825776d6c66d474bf572db64fa019ad8
treeaffaaa853165a84d6c197e4a4611588e22a15fde
parenta62e145981500996ea76af3d740ce0c0d74c5be0
drm/i915: Stop doing double audio enable/disable on SDVO and g4x+ DP

Looks like I misplaced a few hunks when I moved the audio
enable/disable out from the encoder enable/disable hooks.
So we are now doing a double audio enable/disable on SDVO
and g4x+ DP. Probably harmless as doing it twice shouldn't
really change anything, but let's do it just once, as intended.

Fixes: cff742cc6851 ("drm/i915: Hoist the encoder->audio_{enable,disable}() calls higher up")
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240226193251.29619-1-ville.syrjala@linux.intel.com
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/g4x_dp.c
drivers/gpu/drm/i915/display/intel_sdvo.c