diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2024-08-20 15:19:04 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-08-29 13:38:36 -0400 |
commit | a9b67c036c7f5d187fb88eb74fe04dff1098700f (patch) | |
tree | fbdb0430303f78280acd2ec14011d9a5832e724c /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | 7745a1dee0a687044888179e6e7fcd6d704992a9 (diff) | |
download | lwn-a9b67c036c7f5d187fb88eb74fe04dff1098700f.tar.gz lwn-a9b67c036c7f5d187fb88eb74fe04dff1098700f.zip |
drm/amdgpu: add experimental resets debug flag
Add this flag to enable experimental resets for testing before they
are fully validated.
Reviewed-and-tested-by: Jiadong Zhu <Jiadong.Zhu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 7fe41a3c2541..e095572458cd 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -1164,6 +1164,7 @@ struct amdgpu_device { bool debug_disable_soft_recovery; bool debug_use_vram_fw_buf; bool debug_enable_ras_aca; + bool debug_exp_resets; bool enforce_isolation[MAX_XCP]; /* Added this mutex for cleaner shader isolation between GFX and compute processes */ |