diff options
| author | Chunming Zhou <[email protected]> | 2016-07-18 16:59:24 +0800 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2016-08-08 11:32:09 -0400 |
| commit | 50b0197abfa062d05f5f14a94e04ed7fd45cb003 (patch) | |
| tree | 423dcc7dd1e240f75b7bc5fa5e795aa42868c22b /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
| parent | e702a68051b174e87df62bbc0204809b5c1ba3e5 (diff) | |
drm/amdgpu: implement gmc8 check/pre/post_soft_reset
Signed-off-by: Chunming Zhou <[email protected]>
Reviewed-by: Christian König <[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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 17600b477cf9..e4a731bc9fc1 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -677,6 +677,8 @@ struct amdgpu_mc { uint32_t fw_version; struct amdgpu_irq_src vm_fault; uint32_t vram_type; + uint32_t srbm_soft_reset; + struct amdgpu_mode_mc_save save; }; /* |