mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 11:33:36 -04:00
drm/amdgpu: Add gpu_addr support to seq64 allocation
Add gpu address support to seq64 alloc function.
v1:(Christian)
- Add the user of this new interface change to the same
patch.
Signed-off-by: Arunpravin Paneer Selvam <Arunpravin.PaneerSelvam@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
cb4a73f46f
commit
f7cb6a28e1
@@ -44,6 +44,7 @@ struct amdgpu_userq_fence {
|
||||
|
||||
struct amdgpu_userq_fence_driver {
|
||||
struct kref refcount;
|
||||
u64 va;
|
||||
u64 gpu_addr;
|
||||
u64 *cpu_addr;
|
||||
u64 context;
|
||||
|
||||
Reference in New Issue
Block a user