OSDN Git Service

drm/amd/display: disable ext aux support for vega
authorRoman Li <Roman.Li@amd.com>
Tue, 8 Oct 2019 21:35:48 +0000 (17:35 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 17 Oct 2019 20:25:03 +0000 (16:25 -0400)
[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>
drivers/gpu/drm/amd/display/dc/dce120/dce120_resource.c

index 75dd945..c30faa0 100644 (file)
@@ -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;
 
        /*************************************************