OSDN Git Service

drm/i915/dp: Extract intel_dp_has_audio()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 22 Mar 2022 12:00:06 +0000 (14:00 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 5 Apr 2022 08:13:40 +0000 (11:13 +0300)
commit97e04764f50db2aa7acfee85c0c721f8d735a71c
tree3c12bdfc3347aa72472fbe9d77788d977da6cc20
parent069b78f5d1d3888fb6903822efbc087a82303ceb
drm/i915/dp: Extract intel_dp_has_audio()

Declutter intel_dp_compute_config() a bit by moving the
has_audio computation into a helper. HDMI already does the same thing.

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