commit | d091bc0a700faabf84eefedea1e133441ad52004 | [log] [tgz] |
---|---|---|
author | Oak Zeng <Oak.Zeng@amd.com> | Fri Jun 14 19:39:55 2019 -0500 |
committer | Alex Deucher <alexander.deucher@amd.com> | Mon Jun 17 11:01:41 2019 -0500 |
tree | 243e4b3dcee384c880edba8844db5cdd296eaa91 | |
parent | 70d488fb3f9e096e037994aa4b18441fea625e7b [diff] |
Revert "drm/amdkfd: Fix a circular lock dependency" This reverts commit 06b89b38f3cc518a761164f9f958a9607bbb3587. 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. Signed-off-by: Oak Zeng <Oak.Zeng@amd.com> Reviewed-by: Philip Yang <philip.yang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>