diff options
| author | Timur Kristóf <timur.kristof@gmail.com> | 2026-07-21 13:43:20 +0200 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2026-07-29 17:55:54 -0400 |
| commit | ba004e4536f9091b0c0a326cdd51d3eb84f34a87 (patch) | |
| tree | 1f292305975b100cad07e43e56ffda05f481552d /tools/perf/scripts/python/stackcollapse.py | |
| parent | e97157ebab19151728be59f8d0da9036104cc79e (diff) | |
drm/amdgpu/gfx7: Use COND_EXEC
COND_EXEC tells the CP to discard the dwords following it
when its condition is zero (false).
This is useful for GPU recovery because it can help reduce
collateral damage during GFX IP block soft reset, meaning
that it reduces the likelyhood that we fail some jobs which
are not guilty of the hang as the IP block soft reset
mechanism clears the condition before doing the reset.
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@igalia.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
