diff options
author | Dillon Varone <[email protected]> | 2024-05-10 18:05:22 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2024-05-20 16:20:25 -0400 |
commit | 9716bae1eaaf35e308cdb97b631211495cbb44d9 (patch) | |
tree | 7e55730348ff8b37fcde0e93c0daf3d33f714f7d | |
parent | 44b9a7cfc035166f23b9fddecac3219133a8a15f (diff) |
drm/amd/display: Disable DCN401 idle optimizations
[WHY&HOW]
Disable to improve stability for now.
Reviewed-by: Alvin Lee <[email protected]>
Acked-by: Roman Li <[email protected]>
Signed-off-by: Dillon Varone <[email protected]>
Tested-by: Daniel Wheeler <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c b/drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c index fc43e7b5ec90..247bac177d1b 100644 --- a/drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c +++ b/drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c @@ -731,6 +731,7 @@ static const struct dc_debug_options debug_defaults_drv = { } }, .force_cositing = CHROMA_COSITING_TOPLEFT + 1, + .disable_idle_power_optimizations = true, }; static struct dce_aux *dcn401_aux_engine_create( |