diff options
| author | Leo Liu <[email protected]> | 2017-05-31 18:07:36 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2017-06-01 20:00:21 +0000 |
| commit | 91415a09ab868aa14584465771f69666354d2ceb (patch) | |
| tree | ee59dfe8852edd87c868fa7d080e979cc6b35ca3 /drivers/gpu/drm/amd/amdgpu/amdgpu_vce.h | |
| parent | drm/amdgpu: Move compute vm bug logic to amdgpu_vm.c (diff) | |
| download | kernel-91415a09ab868aa14584465771f69666354d2ceb.tar.gz kernel-91415a09ab868aa14584465771f69666354d2ceb.zip | |
drm/amdgpu: add vcpu_bo cpu address for vce
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_vce.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_vce.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.h index 0a7f18c461e4..c93f74a1d0e2 100644 --- 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]; |
