mirror of
https://github.com/torvalds/linux.git
synced 2026-04-23 09:05:50 -04:00
drm/amd/display: Add HDMI manufacturer OUI and device id read
[Why && How] Add support to read manufacturer OUI and device id from HDMI SCDC. Reviewed-by: Wenjing Liu <Wenjing.Liu@amd.com> Acked-by: Qingqing Zhuo <qingqing.zhuo@amd.com> Signed-off-by: Leo (Hanghong) Ma <hanghong.ma@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
af23aee9e9
commit
71d7e8904d
@@ -1505,6 +1505,11 @@ struct dc_sink_fec_caps {
|
||||
bool is_topology_fec_supported;
|
||||
};
|
||||
|
||||
struct scdc_caps {
|
||||
union hdmi_scdc_manufacturer_OUI_data manufacturer_OUI;
|
||||
union hdmi_scdc_device_id_data device_id;
|
||||
};
|
||||
|
||||
/*
|
||||
* The sink structure contains EDID and other display device properties
|
||||
*/
|
||||
@@ -1518,6 +1523,7 @@ struct dc_sink {
|
||||
struct stereo_3d_features features_3d[TIMING_3D_FORMAT_MAX];
|
||||
bool converter_disable_audio;
|
||||
|
||||
struct scdc_caps scdc_caps;
|
||||
struct dc_sink_dsc_caps dsc_caps;
|
||||
struct dc_sink_fec_caps fec_caps;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user