summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/inc/hw/link_encoder.h
diff options
context:
space:
mode:
authorCharlene Liu <charlene.liu@amd.com>2017-08-22 20:15:28 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 18:17:05 -0400
commit577b5c2b51014b3c276ab1d456aaad965dbb4930 (patch)
tree3c61b477accc08cfae5dbc733b566ee93647fa86 /drivers/gpu/drm/amd/display/dc/inc/hw/link_encoder.h
parent0f0bdca5cae04ec2f842955bcef16a3daed6149f (diff)
downloadlinux-577b5c2b51014b3c276ab1d456aaad965dbb4930.tar.gz
linux-577b5c2b51014b3c276ab1d456aaad965dbb4930.tar.bz2
linux-577b5c2b51014b3c276ab1d456aaad965dbb4930.zip
drm/amd/display: Block 6Ghz timing if SBIOS set HDMI_6G_en to 0
Signed-off-by: Charlene Liu <charlene.liu@amd.com> Reviewed-by: Charlene Liu <Charlene.Liu@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/inc/hw/link_encoder.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/inc/hw/link_encoder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw/link_encoder.h b/drivers/gpu/drm/amd/display/dc/inc/hw/link_encoder.h
index 38e4070806cb..961bbcc9202c 100644
--- a/drivers/gpu/drm/amd/display/dc/inc/hw/link_encoder.h
+++ b/drivers/gpu/drm/amd/display/dc/inc/hw/link_encoder.h
@@ -37,6 +37,7 @@ struct encoder_feature_support {
uint32_t IS_TPS3_CAPABLE:1;
uint32_t IS_TPS4_CAPABLE:1;
uint32_t IS_YCBCR_CAPABLE:1;
+ uint32_t HDMI_6GB_EN:1;
} bits;
uint32_t raw;
} flags;