aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
diff options
context:
space:
mode:
authorChristian König <[email protected]>2017-09-05 13:10:50 +0000
committerAlex Deucher <[email protected]>2017-09-12 18:23:30 +0000
commitaa4ec7ce7ec52c7230cfa73b06d79288b45fe1c9 (patch)
treed17a8bce59d768b86a4cbc28f3b28eedac0b67cd /drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
parentdrm/amd/powerplay: Fix psm_set_user_performance_state() (diff)
downloadkernel-aa4ec7ce7ec52c7230cfa73b06d79288b45fe1c9.tar.gz
kernel-aa4ec7ce7ec52c7230cfa73b06d79288b45fe1c9.zip
drm/amdgpu: revert "fix deadlock of reservation between cs and gpu reset v2"
This reverts commit 10e709cb296c98424c03408d23e3addeddcd4088. The patch doesn't work at all: 1. The CS can still be blocked because of amdgpu_ctx_add_fence(). 2. The order of submission isn't correct any more. 3. We could end up using freed up memory because we now drop the ctx reference to early. This needs to be fixed cleanly by doing the context handling after the BO handling, but this is a larger task just avoid the obvious crashes for now. Signed-off-by: Christian König <[email protected]> Reviewed-by: Monk Liu [email protected] Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c')
0 files changed, 0 insertions, 0 deletions