Re: [RFC PATCH 1/3] drm/amdgpu: implement ring init_priority for compute ring

2020-03-02 Thread Alex Deucher
On Mon, Mar 2, 2020 at 3:25 PM Luben Tuikov wrote: > > On 2020-02-28 2:38 a.m., Christian König wrote: > > Am 28.02.20 um 04:29 schrieb Luben Tuikov: > >> On 2020-02-26 3:37 p.m., Nirmoy Das wrote: > >>> init_priority will set second compute queue(gfx8 and gfx9) of a pipe to > >>> high priority

Re: [RFC PATCH 1/3] drm/amdgpu: implement ring init_priority for compute ring

2020-03-02 Thread Luben Tuikov
On 2020-02-28 2:38 a.m., Christian König wrote: > Am 28.02.20 um 04:29 schrieb Luben Tuikov: >> On 2020-02-26 3:37 p.m., Nirmoy Das wrote: >>> init_priority will set second compute queue(gfx8 and gfx9) of a pipe to >>> high priority >>> and 1st queue to normal priority. >>> >>> Signed-off-by:

Re: [RFC PATCH 1/3] drm/amdgpu: implement ring init_priority for compute ring

2020-02-27 Thread Christian König
Am 28.02.20 um 04:29 schrieb Luben Tuikov: On 2020-02-26 3:37 p.m., Nirmoy Das wrote: init_priority will set second compute queue(gfx8 and gfx9) of a pipe to high priority and 1st queue to normal priority. Signed-off-by: Nirmoy Das --- drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h | 1 +

Re: [RFC PATCH 1/3] drm/amdgpu: implement ring init_priority for compute ring

2020-02-27 Thread Luben Tuikov
On 2020-02-26 3:37 p.m., Nirmoy Das wrote: > init_priority will set second compute queue(gfx8 and gfx9) of a pipe to high > priority > and 1st queue to normal priority. > > Signed-off-by: Nirmoy Das > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h | 1 + >

Re: [RFC PATCH 1/3] drm/amdgpu: implement ring init_priority for compute ring

2020-02-27 Thread Christian König
Am 27.02.20 um 10:57 schrieb Nirmoy: On 2/27/20 5:44 AM, Alex Deucher wrote: On Wed, Feb 26, 2020 at 3:34 PM Nirmoy Das wrote: init_priority will set second compute queue(gfx8 and gfx9) of a pipe to high priority and 1st queue to normal priority. Signed-off-by: Nirmoy Das ---  

Re: [RFC PATCH 1/3] drm/amdgpu: implement ring init_priority for compute ring

2020-02-27 Thread Nirmoy
On 2/27/20 5:44 AM, Alex Deucher wrote: On Wed, Feb 26, 2020 at 3:34 PM Nirmoy Das wrote: init_priority will set second compute queue(gfx8 and gfx9) of a pipe to high priority and 1st queue to normal priority. Signed-off-by: Nirmoy Das --- drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h | 1 +

Re: [RFC PATCH 1/3] drm/amdgpu: implement ring init_priority for compute ring

2020-02-26 Thread Alex Deucher
On Wed, Feb 26, 2020 at 3:34 PM Nirmoy Das wrote: > > init_priority will set second compute queue(gfx8 and gfx9) of a pipe to high > priority > and 1st queue to normal priority. > > Signed-off-by: Nirmoy Das > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h | 1 + >

[RFC PATCH 1/3] drm/amdgpu: implement ring init_priority for compute ring

2020-02-26 Thread Nirmoy Das
init_priority will set second compute queue(gfx8 and gfx9) of a pipe to high priority and 1st queue to normal priority. Signed-off-by: Nirmoy Das --- drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h | 1 + drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c| 14 ++