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>
This commit is contained in:
Shaoyun Liu 2025-06-19 12:40:46 -04:00 committed by Alex Deucher
parent a1f83bd713
commit 2db0936438

View File

@ -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;