diff options
author | 2021-05-21 16:41:21 -0400 | |
---|---|---|
committer | 2021-05-25 11:53:52 -0400 | |
commit | 7afefb81b72cbc35aea44ed741bc1e9ee915e4c9 (patch) | |
tree | c242656d4297671c782714bf678657b0ec9a7ac0 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | drm/ingenic: Add option to alloc cached GEM buffers (diff) | |
download | wireguard-linux-7afefb81b72cbc35aea44ed741bc1e9ee915e4c9.tar.xz wireguard-linux-7afefb81b72cbc35aea44ed741bc1e9ee915e4c9.zip |
drm/amdgpu: Rename flag which prevents HW access
Make it's name not feature but function descriptive.
Signed-off-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210521204122.762288-1-andrey.grodzovsky@amd.com
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 45a780ebc368..916d061a0636 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -1078,7 +1078,7 @@ struct amdgpu_device { uint32_t ras_hw_enabled; uint32_t ras_enabled; - bool in_pci_err_recovery; + bool no_hw_access; struct pci_saved_state *pci_state; struct amdgpu_reset_control *reset_cntl; |