diff options
| author | Leo Liu <[email protected]> | 2017-01-12 18:15:37 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2017-03-30 03:53:46 +0000 |
| commit | a28f0a164c32972fbd83ebc63260af09be581583 (patch) | |
| tree | 397a1af1713e17625ecb79a7e71875654f63db06 /drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.h | |
| parent | drm/amdgpu: add uvd enc rings (diff) | |
| download | kernel-a28f0a164c32972fbd83ebc63260af09be581583.tar.gz kernel-a28f0a164c32972fbd83ebc63260af09be581583.zip | |
drm/amdgpu: add uvd enc run queue
Reviewed-by: Christian König <[email protected]>
Signed-off-by: Leo Liu <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.h index 7b7f46897811..3553b92bf69a 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.h @@ -48,6 +48,7 @@ struct amdgpu_uvd { bool address_64_bit; bool use_ctx_buf; struct amd_sched_entity entity; + struct amd_sched_entity entity_enc; uint32_t srbm_soft_reset; unsigned num_enc_rings; }; |
