Re: [PATCH 1/4] Revert "drm/amdkfd: Fix sdma queue allocate race condition"

2019-06-14 Thread Yang, Philip
I just figured out previous patch have issue. New patch is simple and looks good to me. This series is Reviewed-by: Philip.Yang On 2019-06-14 9:27 p.m., Zeng, Oak wrote: > This reverts commit 0a7c7281bdaae8cf63d77be26a4b46128114bdec. > This fix is not proper. allocate_mqd can't be moved before

[PATCH 1/4] Revert "drm/amdkfd: Fix sdma queue allocate race condition"

2019-06-14 Thread Zeng, Oak
This reverts commit 0a7c7281bdaae8cf63d77be26a4b46128114bdec. This fix is not proper. allocate_mqd can't be moved before allocate_sdma_queue as it depends on q->properties->sdma_id set in later. Change-Id: If4934afebda8cf37dfcde9b50ce53643d526584d Signed-off-by: Oak Zeng --- .../gpu/drm/amd/amdk