RE: [PATCH] drm/amdgpu: add parameter to allocate high priority contexts v9

2017-05-01 Thread Deucher, Alexander
> -Original Message- > From: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] On Behalf > Of Nicolai Hähnle > Sent: Saturday, April 29, 2017 1:45 PM > To: Andres Rodriguez; amd-gfx@lists.freedesktop.org > Subject: Re: [PATCH] drm/amdgpu: add parameter to allo

Re: [PATCH] drm/amdgpu: add parameter to allocate high priority contexts v9

2017-04-29 Thread Nicolai Hähnle
On 29.04.2017 18:30, Andres Rodriguez wrote: On 2017-04-29 04:34 AM, Nicolai Hähnle wrote: Thanks for the update! On 26.04.2017 03:10, Andres Rodriguez wrote: Add a new context creation parameter to express a global context priority. The priority ranking in descending order is as follows:

Re: [PATCH] drm/amdgpu: add parameter to allocate high priority contexts v9

2017-04-29 Thread Andres Rodriguez
On 2017-04-29 04:34 AM, Nicolai Hähnle wrote: Thanks for the update! On 26.04.2017 03:10, Andres Rodriguez wrote: Add a new context creation parameter to express a global context priority. The priority ranking in descending order is as follows: * AMDGPU_CTX_PRIOR ITY_HIGH *

Re: [PATCH] drm/amdgpu: add parameter to allocate high priority contexts v9

2017-04-29 Thread Nicolai Hähnle
Thanks for the update! On 26.04.2017 03:10, Andres Rodriguez wrote: Add a new context creation parameter to express a global context priority. The priority ranking in descending order is as follows: * AMDGPU_CTX_PRIORITY_HIGH * AMDGPU_CTX_PRIORITY_NORMAL * AMDGPU_CTX_PRIORITY_LOW The

[PATCH] drm/amdgpu: add parameter to allocate high priority contexts v9

2017-04-25 Thread Andres Rodriguez
Add a new context creation parameter to express a global context priority. The priority ranking in descending order is as follows: * AMDGPU_CTX_PRIORITY_HIGH * AMDGPU_CTX_PRIORITY_NORMAL * AMDGPU_CTX_PRIORITY_LOW The driver will attempt to schedule work to the hardware according to the