commit | 22790a65d4a12c43ddbb266cb5985a9ab6b29662 | [log] [tgz] |
---|---|---|
author | Dave Airlie <airlied@redhat.com> | Tue Jul 18 01:31:27 2017 +0100 |
committer | Dave Airlie <airlied@redhat.com> | Wed Jul 19 00:33:14 2017 +0100 |
tree | 852c33b2082f864d5a394af47918118ff5d9195f | |
parent | 69532d0188ffa12454bc26bb1c30c52555a984e0 [diff] |
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>