rocr: add specific flag for blit kernel object

so that aql-to-pm4 conversion could verify the validity of the kernel
object.

Signed-off-by: Flora Cui <flora.cui@amd.com>
这个提交包含在:
Flora Cui
2025-07-16 10:48:02 +08:00
提交者 Cui, Flora
父节点 6c87f5b5ce
当前提交 a765dd7e94
修改 4 个文件,包含 10 行新增2 行删除
+2 -1
查看文件
@@ -586,7 +586,8 @@ typedef struct _HsaMemFlags
unsigned int GTTAccess: 1; // default = 0; If 1: The caller indicates this memory will be mapped to GART for MES
// KFD will allocate GTT memory with the Preferred_node set as gpu_id for GART mapping
unsigned int Contiguous: 1; // Allocate contiguous VRAM
unsigned int Reserved: 9;
unsigned int ExecuteBlit: 1; // default = 0; If 1: The caller indicates that the memory is for blit kernel object.
unsigned int Reserved: 8;
} ui32;
HSAuint32 Value;