RE: [PATCH] drm/amdkfd: DIQ should not use HIQ way to allocate memory

2019-11-20 Thread Zeng, Oak
: [PATCH] drm/amdkfd: DIQ should not use HIQ way to allocate memory In the mqd_diq_sdma buffer, there should be only one HIQ mqd. All DIQs should be allocate using the regular way. Change-Id: Ibf3eb33604d0ec30501c244228cdb3b24615b699 Signed-off-by: Yong Zhao --- drivers/gpu/drm/amd/amdkfd

[PATCH] drm/amdkfd: DIQ should not use HIQ way to allocate memory

2019-11-15 Thread Yong Zhao
In the mqd_diq_sdma buffer, there should be only one HIQ mqd. All DIQs should be allocate using the regular way. Change-Id: Ibf3eb33604d0ec30501c244228cdb3b24615b699 Signed-off-by: Yong Zhao --- drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_cik.c | 2 +- drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v