Re: [RFC PATCH 1/4] drm/amdgpu: set compute queue priority at mqd_init

2020-02-27 Thread Das, Nirmoy
oy Das Cc: amd-gfx list ; Deucher, Alexander ; Huang, Ray ; Das, Nirmoy ; Koenig, Christian Subject: Re: [RFC PATCH 1/4] drm/amdgpu: set compute queue priority at mqd_init On Thu, Feb 27, 2020 at 4:48 PM Alex Deucher wrote: > > On Thu, Feb 27, 2020 at 4:37 PM Nirmoy Das wrote: > > &g

Re: [RFC PATCH 1/4] drm/amdgpu: set compute queue priority at mqd_init

2020-02-27 Thread Alex Deucher
On Thu, Feb 27, 2020 at 4:48 PM Alex Deucher wrote: > > On Thu, Feb 27, 2020 at 4:37 PM Nirmoy Das wrote: > > > > We were changing compute ring priority while rings were being used > > before every job submission which is not recommended. This patch > > sets compute queue priority at mqd

Re: [RFC PATCH 1/4] drm/amdgpu: set compute queue priority at mqd_init

2020-02-27 Thread Alex Deucher
On Thu, Feb 27, 2020 at 4:37 PM Nirmoy Das wrote: > > We were changing compute ring priority while rings were being used > before every job submission which is not recommended. This patch > sets compute queue priority at mqd initialization for gfx8 and gfx9. > > Policy: Enable high priority

Re: [RFC PATCH 1/4] drm/amdgpu: set compute queue priority at mqd_init

2020-02-27 Thread Nirmoy
On 2/27/20 10:40 PM, Nirmoy Das wrote: We were changing compute ring priority while rings were being used before every job submission which is not recommended. This patch sets compute queue priority at mqd initialization for gfx8 and gfx9. Policy: Enable high priority compute queues only if

[RFC PATCH 1/4] drm/amdgpu: set compute queue priority at mqd_init

2020-02-27 Thread Nirmoy Das
We were changing compute ring priority while rings were being used before every job submission which is not recommended. This patch sets compute queue priority at mqd initialization for gfx8 and gfx9. Policy: Enable high priority compute queues only if gpu has >1 MEC, if so PIPE0 and PIPE1 will