projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f724305
)
drm/amdgpu: add uvd enc run queue
author
Leo Liu
<leo.liu@amd.com>
Thu, 12 Jan 2017 18:15:37 +0000
(13:15 -0500)
committer
Alex Deucher
<alexander.deucher@amd.com>
Thu, 30 Mar 2017 03:53:46 +0000
(23:53 -0400)
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Leo Liu <leo.liu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.h
b/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.h
index 7b7f468978111752fb76a4001895e97ff9958644..3553b92bf69ad6e9b4adff98b5cee0d556a12d68 100644
(file)
--- 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;
};