From: Wenjing Liu Date: Thu, 25 Apr 2019 20:24:13 +0000 (-0400) Subject: drm/amd/display: add dsc_passthrough_support bit in dpcd struct X-Git-Tag: Ubuntu-5.3.0-10.11~678^2~10^2~60 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=09104d151acfb32e0d6039d8c0f8f59e22af2c46;p=mirror_ubuntu-eoan-kernel.git 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 --- 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