]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdkfd: Move gfx12 trap handler to separate file
authorJay Cornwall <jay.cornwall@amd.com>
Wed, 2 Oct 2024 21:12:35 +0000 (16:12 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 9 Jan 2025 21:02:56 +0000 (16:02 -0500)
commit62498e797aeb2bfa92a823ee1a8253f96d1cbe3f
tree013cc52e964870f82561949899e8e6bdfaef3c11
parent6ec6cd9acbaa844391a1f75a824a3a9d18978fcb
drm/amdkfd: Move gfx12 trap handler to separate file

gfx12 derivatives will have substantially different trap handler
implementations from gfx10/gfx11. Add a separate source file for
gfx12+ and remove unneeded conditional code.

No functional change.

v2: Revert copyright date to 2018, minor comment fixes

Signed-off-by: Jay Cornwall <jay.cornwall@amd.com>
Reviewed-by: Lancelot Six <lancelot.six@amd.com>
Cc: Jonathan Kim <jonathan.kim@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/cwsr_trap_handler_gfx10.asm
drivers/gpu/drm/amd/amdkfd/cwsr_trap_handler_gfx12.asm [new file with mode: 0644]