summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/display')
-rw-r--r--drivers/gpu/drm/amd/display/include/dpcd_structs.h6
1 files 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