commit | 8636e53c4715d0fb92980d39e070c2c897b5a96e | [log] [tgz] |
---|---|---|
author | Oak Zeng <Oak.Zeng@amd.com> | Mon Jun 03 21:25:52 2019 -0500 |
committer | Alex Deucher <alexander.deucher@amd.com> | Tue Jun 11 12:56:59 2019 -0500 |
tree | 77e8f9823adaecf008877b02c9df7ef8b8e60ea0 | |
parent | d39b7737346328b66c46c54be973c5b3c176fc67 [diff] |
drm/amdkfd: Separate mqd allocation and initialization Introduce a new mqd allocation interface and split the original init_mqd function into two functions: allocate_mqd and init_mqd. Also renamed uninit_mqd to free_mqd. This is preparation work to fix a circular lock dependency. Signed-off-by: Oak Zeng <Oak.Zeng@amd.com> Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>