diff options
| author | Chunming Zhou <[email protected]> | 2016-07-13 10:28:56 +0800 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2016-08-08 11:32:07 -0400 |
| commit | e702a68051b174e87df62bbc0204809b5c1ba3e5 (patch) | |
| tree | f976f658720501ec9198a858deff050eb067a834 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
| parent | e4ae0fc3363191f31fb9627fff9f88d43523aac7 (diff) | |
drm/amdgpu: implement sdma3 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 | 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 b6e8e7a825f8..17600b477cf9 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -1733,6 +1733,7 @@ struct amdgpu_sdma { struct amdgpu_irq_src trap_irq; struct amdgpu_irq_src illegal_inst_irq; int num_instances; + uint32_t srbm_soft_reset; }; /* |