mirror of
https://github.com/torvalds/linux.git
synced 2025-01-01 15:51:46 +00:00
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>
This commit is contained in:
parent
8894b9283a
commit
d45669eb5e
@ -258,6 +258,7 @@ enum DC_DEBUG_MASK {
|
||||
DC_ENABLE_DML2 = 0x100,
|
||||
DC_DISABLE_PSR_SU = 0x200,
|
||||
DC_DISABLE_REPLAY = 0x400,
|
||||
DC_DISABLE_IPS = 0x800,
|
||||
};
|
||||
|
||||
enum amd_dpm_forced_level;
|
||||
|
Loading…
Reference in New Issue
Block a user