diff options
| author | Alex Deucher <[email protected]> | 2024-08-20 19:19:04 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2024-08-29 17:38:36 +0000 |
| commit | a9b67c036c7f5d187fb88eb74fe04dff1098700f (patch) | |
| tree | fbdb0430303f78280acd2ec14011d9a5832e724c /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
| parent | drm/amdgpu/display: Fix a mistake in revert commit (diff) | |
| download | kernel-a9b67c036c7f5d187fb88eb74fe04dff1098700f.tar.gz kernel-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 <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
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 */ |
