aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dce120
diff options
context:
space:
mode:
authorRoman Li <Roman.Li@amd.com>2019-10-08 17:35:48 -0400
committerAlex Deucher <alexander.deucher@amd.com>2019-10-17 16:25:03 -0400
commit9c1a91f6f5db1482b989303c87e7b49f9bf844a7 (patch)
tree954b454f9e828955f35af43bfbb3f340377cb8ad /drivers/gpu/drm/amd/display/dc/dce120
parentdrm/amd/display: configurable aux timeout support (diff)
downloadlinux-dev-9c1a91f6f5db1482b989303c87e7b49f9bf844a7.tar.xz
linux-dev-9c1a91f6f5db1482b989303c87e7b49f9bf844a7.zip
drm/amd/display: disable ext aux support for vega
[Why] Earlier changes to support configurable aux timeout caused dc init failure on vega due to missing reg defs. Needs to be disabled until implemented for vega. [How] Set extended aux timeout cap for vega to false. Signed-off-by: Roman Li <Roman.Li@amd.com> Reviewed-By: abdoulaye berthe <abdoulaye.berthe@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dce120')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dce120/dce120_resource.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dce120/dce120_resource.c b/drivers/gpu/drm/amd/display/dc/dce120/dce120_resource.c
index 75dd9457cc2d..c30faa05fd27 100644
--- a/drivers/gpu/drm/amd/display/dc/dce120/dce120_resource.c
+++ b/drivers/gpu/drm/amd/display/dc/dce120/dce120_resource.c
@@ -1017,7 +1017,7 @@ static bool construct(
dc->caps.max_cursor_size = 128;
dc->caps.dual_link_dvi = true;
dc->caps.psp_setup_panel_mode = true;
- dc->caps.extended_aux_timeout_support = true;
+ dc->caps.extended_aux_timeout_support = false;
dc->debug = debug_defaults;
/*************************************************