drm/amdgpu: add new low overhead command submission API. (v2)
authorDave Airlie <airlied@redhat.com>
Tue, 18 Jul 2017 00:31:27 +0000 (01:31 +0100)
committerDave Airlie <airlied@redhat.com>
Tue, 18 Jul 2017 23:33:14 +0000 (00:33 +0100)
commit22790a65d4a12c43ddbb266cb5985a9ab6b29662
tree852c33b2082f864d5a394af47918118ff5d9195f
parent69532d0188ffa12454bc26bb1c30c52555a984e0
drm/amdgpu: add new low overhead command submission API. (v2)

This just sends chunks to the kernel API for a single command
stream.

This should provide a more future proof and extensible API
for command submission.

v2: use amdgpu_bo_list_handle, add two helper functions to
access bo and context internals.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
amdgpu/amdgpu.h
amdgpu/amdgpu_cs.c