diff options
author | Chunming Zhou <David1.Zhou@amd.com> | 2017-04-27 10:13:52 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-04-29 00:33:14 +0300 |
commit | 10e709cb296c98424c03408d23e3addeddcd4088 (patch) | |
tree | 7d8da7f73eb37953ee163ccfd1412fd47e6ce4f7 /drivers/gpu/drm/amd/powerplay | |
parent | 44eb8c1b33619abc35cba0266ff497c843bd108d (diff) | |
download | linux-10e709cb296c98424c03408d23e3addeddcd4088.tar.xz |
drm/amdgpu: fix deadlock of reservation between cs and gpu reset v2
the case could happen when gpu reset:
1. when gpu reset, cs can be continue until sw queue is full, then push job will wait with holding pd reservation.
2. gpu_reset routine will also need pd reservation to restore page table from their shadow.
3. cs is waiting for gpu_reset complete, but gpu reset is waiting for cs releases reservation.
v2: handle amdgpu_cs_submit error path.
Signed-off-by: Chunming Zhou <David1.Zhou@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Junwei Zhang <Jerry.Zhang@amd.com>
Reviewed-by: Monk Liu <monk.liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/powerplay')
0 files changed, 0 insertions, 0 deletions