aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
diff options
context:
space:
mode:
authorCharlene Liu <[email protected]>2017-08-23 00:15:28 +0000
committerAlex Deucher <[email protected]>2017-09-26 22:17:05 +0000
commit577b5c2b51014b3c276ab1d456aaad965dbb4930 (patch)
tree3c61b477accc08cfae5dbc733b566ee93647fa86 /drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
parentdrm/amd/display: Safe stream encoder id in stream_status (diff)
downloadkernel-577b5c2b51014b3c276ab1d456aaad965dbb4930.tar.gz
kernel-577b5c2b51014b3c276ab1d456aaad965dbb4930.zip
drm/amd/display: Block 6Ghz timing if SBIOS set HDMI_6G_en to 0
Signed-off-by: Charlene Liu <[email protected]> Reviewed-by: Charlene Liu <[email protected]> Acked-by: Harry Wentland <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/bios/bios_parser.c')
-rw-r--r--drivers/gpu/drm/amd/display/dc/bios/bios_parser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c b/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
index 2c683d468bb8..2c411441771b 100644
--- a/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
+++ b/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
@@ -1853,6 +1853,7 @@ static enum bp_result bios_parser_get_encoder_cap_info(
info->DP_HBR2_EN = record->usHBR2En;
info->DP_HBR3_EN = record->usHBR3En;
+ info->HDMI_6GB_EN = record->usHDMI6GEn;
return BP_RESULT_OK;
}