summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorTimur Kristóf <timur.kristof@gmail.com>2026-07-21 13:43:20 +0200
committerAlex Deucher <alexander.deucher@amd.com>2026-07-29 17:55:54 -0400
commitba004e4536f9091b0c0a326cdd51d3eb84f34a87 (patch)
tree1f292305975b100cad07e43e56ffda05f481552d /tools/perf/scripts/python
parente97157ebab19151728be59f8d0da9036104cc79e (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')
0 files changed, 0 insertions, 0 deletions