summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorTimur Kristóf <timur.kristof@gmail.com>2026-08-03 15:23:07 +0200
committerAlex Deucher <alexander.deucher@amd.com>2026-08-06 12:47:43 -0400
commit2a606a6a223f4cc4483a2f78a7186e80fe16cae2 (patch)
tree9e3a45d7fe568c8b57e09972e9fd7d30c7f9e0e8 /tools/perf/scripts/python/bin
parent900e7f951e45de3189c24a8f60da4658b6e7ede0 (diff)
drm/amdgpu/gfx6: 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. Note that this packet is only 4 DW on GFX6 (as opposed to GFX7 and newer where it's 5 DW). Signed-off-by: Timur Kristóf <timur.kristof@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions