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

2020-03-02 Thread Nirmoy
On 3/2/20 1:06 PM, Christian König wrote:   #define AMDGPU_MAX_GFX_QUEUES KGD_MAX_QUEUES   #define AMDGPU_MAX_COMPUTE_QUEUES KGD_MAX_QUEUES +enum gfx_pipe_priority { +    AMDGPU_GFX_PIPE_PRIO_LOW = 0, That is not used as far as I can see. Okay I will remove it. +   

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

2020-03-02 Thread Christian König
Am 02.03.20 um 10:52 schrieb 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, gfx9 and gfx10. Policy: make queue 0 of each pipe as high

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

2020-03-02 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, gfx9 and gfx10. Policy: make queue 0 of each pipe as high priority compute queue High/normal priority