From: Wenjing Liu <Wenjing.Liu@xxxxxxx> Signed-off-by: Wenjing Liu <Wenjing.Liu@xxxxxxx> Reviewed-by: Nikola Cornij <Nikola.Cornij@xxxxxxx> Reviewed-by: Tony Cheng <Tony.Cheng@xxxxxxx> Acked-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@xxxxxxx> Signed-off-by: Alex Deucher <alexander.deucher@xxxxxxx> --- drivers/gpu/drm/amd/display/include/dpcd_structs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.20.1 _______________________________________________ amd-gfx mailing list amd-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/amd-gfx