From 09104d151acfb32e0d6039d8c0f8f59e22af2c46 Mon Sep 17 00:00:00 2001 From: Wenjing Liu Date: Thu, 25 Apr 2019 16:24:13 -0400 Subject: drm/amd/display: add dsc_passthrough_support bit in dpcd struct Signed-off-by: Wenjing Liu Reviewed-by: Nikola Cornij Reviewed-by: Tony Cheng Acked-by: Bhawanpreet Lakha Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/display/include/dpcd_structs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'drivers/gpu/drm/amd/display/include') diff --git a/drivers/gpu/drm/amd/display/include/dpcd_structs.h b/drivers/gpu/drm/amd/display/include/dpcd_structs.h index 6f417e0480e6..ca9c5e0c062f 100644 --- a/drivers/gpu/drm/amd/display/include/dpcd_structs.h +++ b/drivers/gpu/drm/amd/display/include/dpcd_structs.h @@ -34,9 +34,9 @@ struct dpcd_dsc_basic_capabilities { struct { // Byte 0 struct { - - unsigned char dsc_support :1; // Bit0 - unsigned char reserved :7; + unsigned char dsc_support :1; // Bit0 + unsigned char dsc_passthrough_support :1; // Bit1 + unsigned char reserved :6; } dsc_support; // Byte 1 -- cgit v1.2.3