aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dc_hw_types.h
diff options
context:
space:
mode:
authorJun Lei <jun.lei@amd.com>2021-01-26 09:23:02 -0500
committerAlex Deucher <alexander.deucher@amd.com>2021-02-09 15:31:07 -0500
commitb14e4f200461cc820c63dd112acc21e1a60aa90e (patch)
treef580494e8290ea4001bbba538ca5edd1c8405635 /drivers/gpu/drm/amd/display/dc/dc_hw_types.h
parentdrm/amd/display: DP HDCP Compliance 1A-08/09 tests fail (diff)
downloadlinux-dev-b14e4f200461cc820c63dd112acc21e1a60aa90e.tar.xz
linux-dev-b14e4f200461cc820c63dd112acc21e1a60aa90e.zip
drm/amd/display: revert support for DID2.0 dsc passthrough
3x4K60 displays over MST with DSC enabled was not able to light up due to this patch. Signed-off-by: Jun Lei <jun.lei@amd.com> Reviewed-by: Anthony Koo <Anthony.Koo@amd.com> Acked-by: Anson Jacob <Anson.Jacob@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dc_hw_types.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dc_hw_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc_hw_types.h b/drivers/gpu/drm/amd/display/dc/dc_hw_types.h
index 09e8be5f7a1e..b41e6367b15e 100644
--- a/drivers/gpu/drm/amd/display/dc/dc_hw_types.h
+++ b/drivers/gpu/drm/amd/display/dc/dc_hw_types.h
@@ -769,7 +769,6 @@ struct dc_crtc_timing {
#endif
struct dc_crtc_timing_flags flags;
- uint32_t dsc_fixed_bits_per_pixel_x16; /* DSC target bitrate in 1/16 of bpp (e.g. 128 -> 8bpp) */
struct dc_dsc_config dsc_cfg;
};