summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaoyun Liu <shaoyun.liu@amd.com>2025-06-19 12:40:46 -0400
committerAlex Deucher <alexander.deucher@amd.com>2025-12-16 13:23:10 -0500
commit2db0936438a044b9403dc69140226dfbf89b0b96 (patch)
treefb95d53b2de7d3ab999941ac26f4dddee1d81233
parenta1f83bd71376dbf4ca2126b4f6294173356cc5d3 (diff)
drm/amd/include : Update MES v12 API header
Add LDS out of range reporting support in mes API Signed-off-by: Shaoyun Liu <shaoyun.liu@amd.com> Reviewed-by: Jonathan Kim <jonathan.kim@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r--drivers/gpu/drm/amd/include/mes_v12_api_def.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/include/mes_v12_api_def.h b/drivers/gpu/drm/amd/include/mes_v12_api_def.h
index 49cb1bc058c0..83e4f0142324 100644
--- a/drivers/gpu/drm/amd/include/mes_v12_api_def.h
+++ b/drivers/gpu/drm/amd/include/mes_v12_api_def.h
@@ -794,7 +794,8 @@ struct SET_SHADER_DEBUGGER {
struct {
uint32_t single_memop : 1; // SQ_DEBUG.single_memop
uint32_t single_alu_op : 1; // SQ_DEBUG.single_alu_op
- uint32_t reserved : 30;
+ uint32_t lds_oor_reporting : 1; /* SQ_DEBUG.ADDR_OUT_OF_RANGE_REPORTING */
+ uint32_t reserved : 29;
};
uint32_t u32all;
} flags;