Re: [PATCH] drm/amdkfd: Delete duplicated queue bit map reservation

2019-10-28 Thread Kuehling, Felix
On 2019-10-24 5:14 p.m., Zhao, Yong wrote: > The KIQ is on the second MEC and its reservation is covered in the > latter logic, so no need to reserve its bit twice. > > Change-Id: Ieee390953a60c7d43de5a9aec38803f1f583a4a9 > Signed-off-by: Yong Zhao Reviewed-by: Felix Kuehling > --- >

[PATCH] drm/amdkfd: Delete duplicated queue bit map reservation

2019-10-24 Thread Zhao, Yong
The KIQ is on the second MEC and its reservation is covered in the latter logic, so no need to reserve its bit twice. Change-Id: Ieee390953a60c7d43de5a9aec38803f1f583a4a9 Signed-off-by: Yong Zhao --- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c | 8 1 file changed, 8 deletions(-) diff