Skip to content

Commit d45669e

Browse files
Roman Lialexdeucher
authored andcommitted
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: Roman Li <Roman.Li@amd.com> Tested-by: Mark Broadworth <mark.broadworth@amd.com> Reviewed-by: Mario Limonciello <mario.limonciello@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 8894b92 commit d45669e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpu/drm/amd/include/amd_shared.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ enum DC_DEBUG_MASK {
258258
DC_ENABLE_DML2 = 0x100,
259259
DC_DISABLE_PSR_SU = 0x200,
260260
DC_DISABLE_REPLAY = 0x400,
261+
DC_DISABLE_IPS = 0x800,
261262
};
262263

263264
enum amd_dpm_forced_level;

0 commit comments

Comments
 (0)