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

2018-07-12 Thread zhoucm1
: [PATCH v2] drm/amdgpu: Allow to create BO lists in CS ioctl v2 On 2018年07月12日 04:57, Andrey Grodzovsky wrote: 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 destr

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

2018-07-12 Thread Christian König
2, 2018 10:31 AM To: Grodzovsky, Andrey ; amd-gfx@lists.freedesktop.org Cc: Olsak, Marek ; Koenig, Christian Subject: Re: [PATCH v2] drm/amdgpu: Allow to create BO lists in CS ioctl v2 On 2018年07月12日 04:57, Andrey Grodzovsky wrote: This change is to support MESA performace optimization. Mo

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

2018-07-12 Thread Christian König
Am 11.07.2018 um 22:57 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

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

2018-07-11 Thread zhoucm1
sktop.org] On Behalf Of zhoucm1 Sent: Thursday, July 12, 2018 10:31 AM To: Grodzovsky, Andrey ; amd-gfx@lists.freedesktop.org Cc: Olsak, Marek ; Koenig, Christian Subject: Re: [PATCH v2] drm/amdgpu: Allow to create BO lists in CS ioctl v2 On 2018年07月12日 04:57, Andrey Grodzovsky wrote: This

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

2018-07-11 Thread zhoucm1
ginal Message- From: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] On Behalf Of zhoucm1 Sent: Thursday, July 12, 2018 10:31 AM To: Grodzovsky, Andrey ; amd-gfx@lists.freedesktop.org Cc: Olsak, Marek ; Koenig, Christian Subject: Re: [PATCH v2] drm/amdgpu: Allow to create BO lists in CS

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

2018-07-11 Thread Zhou, David(ChunMing)
10:31 AM To: Grodzovsky, Andrey ; amd-gfx@lists.freedesktop.org Cc: Olsak, Marek ; Koenig, Christian Subject: Re: [PATCH v2] drm/amdgpu: Allow to create BO lists in CS ioctl v2 On 2018年07月12日 04:57, Andrey Grodzovsky wrote: > This change is to support MESA performace optimization. > Mod

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

2018-07-11 Thread zhoucm1
On 2018年07月12日 04:57, Andrey Grodzovsky wrote: 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 cre