From: George Shen Date: Fri, 14 Feb 2025 15:57:08 +0000 (-0500) Subject: drm/amd/display: Remove unused struct definition X-Git-Tag: v6.15-rc1~120^2~12^2~70 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=79fc4e856ea8f62ff7a46cd0ce5ad3a895d39298;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: George Shen Signed-off-by: Wayne Lin Tested-by: Daniel Wheeler Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/dc/dc_dp_types.h b/drivers/gpu/drm/amd/display/dc/dc_dp_types.h index 22c2173c687f8..d988c00f5ca47 100644 --- a/drivers/gpu/drm/amd/display/dc/dc_dp_types.h +++ b/drivers/gpu/drm/amd/display/dc/dc_dp_types.h @@ -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