mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 12:35:52 +02:00
drm/amd: Add a DC debug mask for DML2
[Why&How] To enable testing/development of DML2, expose a new debug mask for future use. Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com> Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
650f0487d6
commit
3b35dd87c5
|
|
@ -257,6 +257,7 @@ enum DC_DEBUG_MASK {
|
|||
DC_DISABLE_MPO = 0x40,
|
||||
DC_DISABLE_REPLAY = 0x50,
|
||||
DC_ENABLE_DPIA_TRACE = 0x80,
|
||||
DC_ENABLE_DML2 = 0x100,
|
||||
};
|
||||
|
||||
enum amd_dpm_forced_level;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user