diff options
Diffstat (limited to 'drivers/gpu/drm/amd/include/amd_shared.h')
| -rw-r--r-- | drivers/gpu/drm/amd/include/amd_shared.h | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/drivers/gpu/drm/amd/include/amd_shared.h b/drivers/gpu/drm/amd/include/amd_shared.h index 7f98394338c2..1dc5dd9b7bf7 100644 --- a/drivers/gpu/drm/amd/include/amd_shared.h +++ b/drivers/gpu/drm/amd/include/amd_shared.h @@ -244,7 +244,6 @@ enum DC_FEATURE_MASK {  	DC_DISABLE_LTTPR_DP2_0 = (1 << 6), //0x40, disabled by default  	DC_PSR_ALLOW_SMU_OPT = (1 << 7), //0x80, disabled by default  	DC_PSR_ALLOW_MULTI_DISP_OPT = (1 << 8), //0x100, disabled by default -	DC_REPLAY_MASK = (1 << 9), //0x200, disabled by default for dcn < 3.1.4  };  enum DC_DEBUG_MASK { @@ -255,8 +254,10 @@ enum DC_DEBUG_MASK {  	DC_DISABLE_PSR = 0x10,  	DC_FORCE_SUBVP_MCLK_SWITCH = 0x20,  	DC_DISABLE_MPO = 0x40, -	DC_DISABLE_REPLAY = 0x50,  	DC_ENABLE_DPIA_TRACE = 0x80, +	DC_ENABLE_DML2 = 0x100, +	DC_DISABLE_PSR_SU = 0x200, +	DC_DISABLE_REPLAY = 0x400,  };  enum amd_dpm_forced_level; | 
