Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a04bf34 commit e8863f8Copy full SHA for e8863f8
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_psr.c
@@ -54,7 +54,8 @@ static bool link_supports_psrsu(struct dc_link *link)
54
if (amdgpu_dc_debug_mask & DC_DISABLE_PSR_SU)
55
return false;
56
57
- return dc_dmub_check_min_version(dc->ctx->dmub_srv->dmub);
+ /* Temporarily disable PSR-SU to avoid glitches */
58
+ return false;
59
}
60
61
/*
0 commit comments