mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-05 09:36:39 -04:00
drm/amd/display: Remove unused struct definition
[Why/How] The struct is not and will not be used, as it is no longer relevant nor supported. Reviewed-by: Wenjing Liu <wenjing.liu@amd.com> Signed-off-by: George Shen <george.shen@amd.com> Signed-off-by: Wayne Lin <wayne.lin@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
0584bbcf0c
commit
79fc4e856e
@@ -410,14 +410,6 @@ union dwnstream_port_caps_byte3_hdmi {
|
||||
uint8_t raw;
|
||||
};
|
||||
|
||||
union hdmi_sink_encoded_link_bw_support {
|
||||
struct {
|
||||
uint8_t HDMI_SINK_ENCODED_LINK_BW_SUPPORT:3;
|
||||
uint8_t RESERVED:5;
|
||||
} bits;
|
||||
uint8_t raw;
|
||||
};
|
||||
|
||||
union hdmi_encoded_link_bw {
|
||||
struct {
|
||||
uint8_t FRL_MODE:1; // Bit 0
|
||||
|
||||
Reference in New Issue
Block a user