diff options
| author | Chunming Zhou <[email protected]> | 2016-07-18 17:38:50 +0800 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2016-08-08 11:32:12 -0400 |
| commit | 115933a57779ec453a629331d08bb8e8d124f0d5 (patch) | |
| tree | fa3fe18530297559461d4db4fd30b38049525aaa /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
| parent | fc0b3b90b7e8c761372edc9d5661d0c4421ac116 (diff) | |
drm/amdgpu: implement vce3 check/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 108e04fc0987..e9364687cd95 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -1716,6 +1716,7 @@ struct amdgpu_vce { struct amdgpu_irq_src irq; unsigned harvest_config; struct amd_sched_entity entity; + uint32_t srbm_soft_reset; }; /* |