Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Shaoyun Liu and committed by
Alex Deucher
2db09364 a1f83bd7

+2 -1
+2 -1
drivers/gpu/drm/amd/include/mes_v12_api_def.h
··· 794 794 struct { 795 795 uint32_t single_memop : 1; // SQ_DEBUG.single_memop 796 796 uint32_t single_alu_op : 1; // SQ_DEBUG.single_alu_op 797 - uint32_t reserved : 30; 797 + uint32_t lds_oor_reporting : 1; /* SQ_DEBUG.ADDR_OUT_OF_RANGE_REPORTING */ 798 + uint32_t reserved : 29; 798 799 }; 799 800 uint32_t u32all; 800 801 } flags;