diff options
author | Jani Nikula <jani.nikula@intel.com> | 2023-05-30 12:08:14 +0300 |
---|---|---|
committer | Jani Nikula <jani.nikula@intel.com> | 2023-06-02 13:21:22 +0300 |
commit | 3d35ddfb07136cb4220fd9672589dcdf5c9d4acf (patch) | |
tree | 9fc5cfbdb51e19f6639a7396d2ac3de4f04bb793 /include/drm/display/drm_dp_mst_helper.h | |
parent | 0374ffa507d8106202a956f5951226f1d9eac22e (diff) |
drm/display/dp_mst: drop has_audio from struct drm_dp_mst_port
Caching the has_audio in struct drm_dp_mst_port seems odd, and oddly
placed. Defer audio handling to drivers, and use the info from the
connector display info. i915 was the only one using it anyway.
Reviewed-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/7d9eefdf150870479c5797f027d4c2b0a19ff583.1685437500.git.jani.nikula@intel.com
Diffstat (limited to 'include/drm/display/drm_dp_mst_helper.h')
-rw-r--r-- | include/drm/display/drm_dp_mst_helper.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/drm/display/drm_dp_mst_helper.h b/include/drm/display/drm_dp_mst_helper.h index 32c764fb9cb5..5be96a158ab2 100644 --- a/include/drm/display/drm_dp_mst_helper.h +++ b/include/drm/display/drm_dp_mst_helper.h @@ -139,11 +139,6 @@ struct drm_dp_mst_port { * that the EDID for all connectors is read immediately. */ struct edid *cached_edid; - /** - * @has_audio: Tracks whether the sink connector to this port is - * audio-capable. - */ - bool has_audio; /** * @fec_capable: bool indicating if FEC can be supported up to that |