projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a28f0a1
)
drm/amdgpu: add uvd enc ring type and functions
author
Leo Liu
<leo.liu@amd.com>
Thu, 12 Jan 2017 18:19:46 +0000
(13:19 -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_ring.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
b/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
index 1508c08759dc75d54cc20ed852c9e6ad8f983b3f..8103cba00e91ea4363f1ab9400474448345106cf 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
+++ b/
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
@@
-46,7
+46,8
@@
enum amdgpu_ring_type {
AMDGPU_RING_TYPE_SDMA,
AMDGPU_RING_TYPE_UVD,
AMDGPU_RING_TYPE_VCE,
- AMDGPU_RING_TYPE_KIQ
+ AMDGPU_RING_TYPE_KIQ,
+ AMDGPU_RING_TYPE_UVD_ENC
};
struct amdgpu_device;