summaryrefslogtreecommitdiff
path: root/include/uapi/linux/kfd_ioctl.h
diff options
context:
space:
mode:
authorJonathan Kim <jonathan.kim@amd.com>2023-08-21 11:47:47 -0400
committerAlex Deucher <alexander.deucher@amd.com>2024-05-02 16:18:13 -0400
commit9243240bed3859fba2d15c016902a4c73a186249 (patch)
treeb99c2b6a76b735283ff47e4a7d15df4f5c154977 /include/uapi/linux/kfd_ioctl.h
parent984b265ff604aa608aefc571a2db173b38fe88ce (diff)
downloadlwn-9243240bed3859fba2d15c016902a4c73a186249.tar.gz
lwn-9243240bed3859fba2d15c016902a4c73a186249.zip
drm/amdkfd: enable single alu ops for gfx12
GFX12 debugging requires setting up precise ALU operation for catching ALU exceptions. Signed-off-by: Jonathan Kim <jonathan.kim@amd.com> Tested-by: Lancelot Six <lancelot.six@amd.com> Reviewed-by: Eric Huang <jinhuieric.huang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'include/uapi/linux/kfd_ioctl.h')
-rw-r--r--include/uapi/linux/kfd_ioctl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/kfd_ioctl.h b/include/uapi/linux/kfd_ioctl.h
index f8e9d3c1d117..285a36601dc9 100644
--- a/include/uapi/linux/kfd_ioctl.h
+++ b/include/uapi/linux/kfd_ioctl.h
@@ -854,6 +854,7 @@ enum kfd_dbg_trap_address_watch_mode {
/* Additional wave settings */
enum kfd_dbg_trap_flags {
KFD_DBG_TRAP_FLAG_SINGLE_MEM_OP = 1,
+ KFD_DBG_TRAP_FLAG_SINGLE_ALU_OP = 2,
};
/* Trap exceptions */