[PATCH 03/29] drm/amd/display: disable ext aux support for vega
Bhawanpreet Lakha
Bhawanpreet.Lakha at amd.com
Fri Oct 11 19:52:58 UTC 2019
From: Roman Li <Roman.Li at amd.com>
[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.
fixes: drm/amd/display: configurable aux timeout support
Signed-off-by: Roman Li <Roman.Li at amd.com>
Reviewed-By: abdoulaye berthe <abdoulaye.berthe at amd.com>
---
drivers/gpu/drm/amd/display/dc/dce120/dce120_resource.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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;
/*************************************************
--
2.17.1
More information about the amd-gfx
mailing list