mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
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:
parent
a1f83bd713
commit
2db0936438
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user