commit | 3fe89771cb0a65d3b686bcafb5b7e3ebae0ea604 | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Tue Sep 12 14:25:14 2017 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Tue Sep 12 14:26:37 2017 -0400 |
tree | a952951fd0b2b4334eb9616a283b3ce39d26fd02 | |
parent | 60de1c1740f390fe48141b54d04cc53a6073d347 [diff] |
drm/amdgpu: stop reserving the BO in the MMU callback v3 Instead take the callback lock during the final parts of CS. This should solve the last remaining locking order problems with BO reservations. v2: rebase, make dummy functions static inline v3: add one more missing inline and comments Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>