mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-24 00:57:24 +07:00
drm/amd/display: Disable DSC power gating in Diags
[why] With DSC power gating enabled, one of the register reads times out occasionally, causing a DSC test to fail. [how] Disable DSC power gating in Diags. NOTE: This has to be reverted once the problems with DSC power gating are resolved. Signed-off-by: Nikola Cornij <nikola.cornij@amd.com> Reviewed-by: Nevenko Stupar <Nevenko.Stupar@amd.com> Acked-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
324707fdf8
commit
b5d71c9396
@ -723,6 +723,9 @@ static const struct dc_debug_options debug_defaults_diags = {
|
||||
.disable_pplib_wm_range = true,
|
||||
.disable_stutter = true,
|
||||
.scl_reset_length10 = true,
|
||||
#ifdef CONFIG_DRM_AMD_DC_DSC_SUPPORT
|
||||
.disable_dsc_power_gate = true,
|
||||
#endif
|
||||
};
|
||||
|
||||
void dcn20_dpp_destroy(struct dpp **dpp)
|
||||
|
Loading…
Reference in New Issue
Block a user