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:
e59c020
)
drm/amdgpu: add vcpu_bo cpu address for vce
author
Leo Liu
<leo.liu@amd.com>
Wed, 31 May 2017 18:07:36 +0000
(14:07 -0400)
committer
Alex Deucher
<alexander.deucher@amd.com>
Thu, 1 Jun 2017 20:00:21 +0000
(16:00 -0400)
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_vce.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.h
b/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.h
index 0a7f18c461e44a8e6cfffca505f56e52fe8aec27..c93f74a1d0e220e8aea2e483828d488bfc0d5d93 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/amdgpu_vce.h
+++ b/
drivers/gpu/drm/amd/amdgpu/amdgpu_vce.h
@@
-33,6
+33,7
@@
struct amdgpu_vce {
struct amdgpu_bo *vcpu_bo;
uint64_t gpu_addr;
+ void *cpu_addr;
unsigned fw_version;
unsigned fb_version;
atomic_t handles[AMDGPU_MAX_VCE_HANDLES];