Am 10.08.2017 um 21:43 schrieb Dave Airlie:
On 10 August 2017 at 23:56, Emil Velikov wrote:
Hi Dave,
On 18 July 2017 at 04:52, Dave Airlie wrote:
+int amdgpu_cs_submit_raw(amdgpu_device_handle dev,
+amdgpu_context_handle context,
+amdgpu_bo_li
On 10 August 2017 at 23:56, Emil Velikov wrote:
> Hi Dave,
>
> On 18 July 2017 at 04:52, Dave Airlie wrote:
>
>> +int amdgpu_cs_submit_raw(amdgpu_device_handle dev,
>> +amdgpu_context_handle context,
>> +amdgpu_bo_list_handle bo_list_handle,
>> +
Hi Dave,
On 18 July 2017 at 04:52, Dave Airlie wrote:
> +int amdgpu_cs_submit_raw(amdgpu_device_handle dev,
> +amdgpu_context_handle context,
> +amdgpu_bo_list_handle bo_list_handle,
> +int num_chunks,
> +
Am 18.07.2017 um 05:52 schrieb Dave Airlie:
From: Dave Airlie
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 conte
From: Dave Airlie
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.
Signed-off-by: Dave Airlie
---