diff options
author | 2024-05-23 08:58:11 -0500 | |
---|---|---|
committer | 2024-05-29 14:48:30 -0400 | |
commit | c5e358913d92bf32ce0d199c133b2c5ffd1e980d (patch) | |
tree | 13c5f391bb6eeb4e156f6f0e468096b2b80dda76 /drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | |
parent | drm/amdkfd: Sync trap handler binary with source (diff) | |
download | linux-rng-c5e358913d92bf32ce0d199c133b2c5ffd1e980d.tar.xz linux-rng-c5e358913d92bf32ce0d199c133b2c5ffd1e980d.zip |
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 'drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c')
0 files changed, 0 insertions, 0 deletions