diff options
author | Jay Cornwall <jay.cornwall@amd.com> | 2024-05-23 08:58:11 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-05-29 14:48:30 -0400 |
commit | c5e358913d92bf32ce0d199c133b2c5ffd1e980d (patch) | |
tree | 13c5f391bb6eeb4e156f6f0e468096b2b80dda76 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | dec4f2d224ed7cae488189013a238432b383bfeb (diff) |
drm/amdkfd: Replace deprecated gfx12 trap handler instructions
Newer assemblers reject S_WAITCNT. All instances of S_WAITCNT can be
replaced by S_WAITCNT 0 (< gfx12) or S_WAIT_IDLE (>= gfx12) since
there is no concurrency of different memory instruction classes.
Signed-off-by: Jay Cornwall <jay.cornwall@amd.com>
Reviewed-by: Lancelot Six <lancelot.six@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions