diff options
author | Emily Deng <Emily.Deng@amd.com> | 2018-08-22 20:18:25 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-08-27 11:09:40 -0500 |
commit | 4f0ecd36f276941453f6ea7f76308a2f14540987 (patch) | |
tree | 923b6d3643aa468e027af5563d1ad230a4c353f0 /drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | |
parent | 9296435729dc8a2fd28b42391ff9f1ff310ebb7b (diff) | |
download | linux-4f0ecd36f276941453f6ea7f76308a2f14540987.tar.bz2 |
amdgpu: fix multi-process hang issue
SWDEV-146499: hang during multi vulkan process testing
cause:
the second frame's PREAMBLE_IB have clear-state
and LOAD actions, those actions ruin the pipeline
that is still doing process in the previous frame's
work-load IB.
fix:
need insert pipeline sync if have context switch for
SRIOV (because only SRIOV will report PREEMPTION flag
to UMD)
Signed-off-by: Monk Liu <Monk.Liu@amd.com>
Signed-off-by: Emily Deng <Emily.Deng@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_display.c')
0 files changed, 0 insertions, 0 deletions