diff options
author | Leo (Hanghong) Ma <[email protected]> | 2022-12-01 13:27:59 -0500 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2022-12-15 12:18:18 -0500 |
commit | ebf13b72020ad45c6e27f784638f247a92786cc0 (patch) | |
tree | b39435721cee7efe030cd4a7c83caae4e03baf32 | |
parent | 7a7175a2cd84b7874bebbf8e59f134557a34161b (diff) |
drm/amd/display: Revert Scaler HCBlank issue workaround
Workaround no longer needed.
Reviewed-by: Chris Park <[email protected]>
Acked-by: Jasdeep Dhillon <[email protected]>
Signed-off-by: Leo (Hanghong) Ma <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/core/dc_link_ddc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_link_ddc.c b/drivers/gpu/drm/amd/display/dc/core/dc_link_ddc.c index ce8d6a54ca54..651231387043 100644 --- a/drivers/gpu/drm/amd/display/dc/core/dc_link_ddc.c +++ b/drivers/gpu/drm/amd/display/dc/core/dc_link_ddc.c @@ -82,7 +82,6 @@ struct dp_hdmi_dongle_signature_data { #define HDMI_SCDC_STATUS_FLAGS 0x40 #define HDMI_SCDC_ERR_DETECT 0x50 #define HDMI_SCDC_TEST_CONFIG 0xC0 -#define HDMI_SCDC_DEVICE_ID 0xD3 union hdmi_scdc_update_read_data { uint8_t byte[2]; |