diff options
| author | Leo Liu <leo.liu@amd.com> | 2017-02-21 23:21:18 +0300 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2017-05-25 00:41:40 +0300 |
| commit | 101c6fee53f6a73c0d044cf890cd8b1b07cf5801 (patch) | |
| tree | c62071138a6cc7206df1a34d2df5210c476c668c /drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h | |
| parent | 3639f7d855746406c1c1df81560b4d1d83e8c5a4 (diff) | |
| download | linux-101c6fee53f6a73c0d044cf890cd8b1b07cf5801.tar.xz | |
drm/amdgpu: add vcn enc rings
Signed-off-by: Leo Liu <leo.liu@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h index 550656891a8b..444fed503f44 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h @@ -50,7 +50,7 @@ struct amdgpu_vcn { struct amdgpu_irq_src irq; struct amd_sched_entity entity_dec; struct amd_sched_entity entity_enc; - uint32_t srbm_soft_reset; + unsigned num_enc_rings; }; int amdgpu_vcn_sw_init(struct amdgpu_device *adev); |
