Re: [PATCH v2] drm/amdgpu: Allow to create BO lists in CS ioctl v3

2018-07-13 Thread Christian König
Am 12.07.2018 um 18:43 schrieb Andrey Grodzovsky: This change is to support MESA performace optimization. Modify CS IOCTL to allow its input as command buffer and an array of buffer handles to create a temporay bo list and then destroy it when IOCTL completes. This saves on calling for BO_LIST cr

[PATCH v2] drm/amdgpu: Allow to create BO lists in CS ioctl v3

2018-07-12 Thread Andrey Grodzovsky
This change is to support MESA performace optimization. Modify CS IOCTL to allow its input as command buffer and an array of buffer handles to create a temporay bo list and then destroy it when IOCTL completes. This saves on calling for BO_LIST create and destry IOCTLs in MESA and by this improves