Re: [PATCH 2/3] drm/amd: Add a DC debug mask for IPS

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 1/24/2024 11:09, Roman.Li@xxxxxxx wrote:
From: Roman Li <Roman.Li@xxxxxxx>

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@xxxxxxx>
Tested-by: Mark Broadworth <mark.broadworth@xxxxxxx>
Reviewed-by: Mario Limonciello <mario.limonciello@xxxxxxx>
---
  drivers/gpu/drm/amd/include/amd_shared.h | 1 +
  1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/amd/include/amd_shared.h b/drivers/gpu/drm/amd/include/amd_shared.h
index da9b670fec86..a89d93154ddb 100644
--- a/drivers/gpu/drm/amd/include/amd_shared.h
+++ b/drivers/gpu/drm/amd/include/amd_shared.h
@@ -259,6 +259,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;




[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux