OSDN Git Service

drm/i915: Fix audio ELD handling for DP MST
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 20 Feb 2023 15:17:30 +0000 (17:17 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 23 Feb 2023 17:23:35 +0000 (19:23 +0200)
commit518b761a7b0e2bb2fac2518f041c71b461adf761
tree3ccf87ac511c1a9a073749e10488dd8fa7a5eac3
parente7e12f6ec8bfb040e28ea7287c907c19477149e6
drm/i915: Fix audio ELD handling for DP MST

I forgot to call intel_audio_compute_config() on DP MST, which
means ELD doesn't get populated and passed to the audio driver.

References: https://gitlab.freedesktop.org/drm/intel/-/issues/8097
Fixes: 5d986635e296 ("drm/i915/audio: Precompute the ELD")
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230220151731.6852-1-ville.syrjala@linux.intel.com
Reviewed-by: Uma Shankar <uma.shankar@intel.com>
drivers/gpu/drm/i915/display/intel_dp_mst.c