]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amd/include : Update MES v12 API header
authorShaoyun Liu <shaoyun.liu@amd.com>
Thu, 19 Jun 2025 16:40:46 +0000 (12:40 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 16 Dec 2025 18:23:10 +0000 (13:23 -0500)
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>
drivers/gpu/drm/amd/include/mes_v12_api_def.h

index 49cb1bc058c0a0daf56645583ab17356cb6cc56c..83e4f014232434ab0ce8cb99160133458a0a011f 100644 (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;