Commit 85155f5b authored by Roman Li's avatar Roman Li Committed by Alex Deucher

drm/amd: Add a DC debug mask for IPS

For debugging IPS-related issues, expose a new debug mask
that allows to disable IPS.
Usage:
amdgpu.dcdebugmask=0x800
Signed-off-by: default avatarRoman Li <Roman.Li@amd.com>
Tested-by: default avatarMark Broadworth <mark.broadworth@amd.com>
Reviewed-by: default avatarMario Limonciello <mario.limonciello@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 67bbf55b
...@@ -259,6 +259,7 @@ enum DC_DEBUG_MASK { ...@@ -259,6 +259,7 @@ enum DC_DEBUG_MASK {
DC_ENABLE_DML2 = 0x100, DC_ENABLE_DML2 = 0x100,
DC_DISABLE_PSR_SU = 0x200, DC_DISABLE_PSR_SU = 0x200,
DC_DISABLE_REPLAY = 0x400, DC_DISABLE_REPLAY = 0x400,
DC_DISABLE_IPS = 0x800,
}; };
enum amd_dpm_forced_level; enum amd_dpm_forced_level;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment