Searched defs:guc_ct_buffer_desc (Results 1 – 1 of 1) sorted by relevance
247 struct guc_ct_buffer_desc { struct248 u32 addr; /* gfx address */249 u64 host_private; /* host private data */250 u32 size; /* size in bytes */251 u32 head; /* offset updated by GuC*/252 u32 tail; /* offset updated by owner */253 u32 is_in_error; /* error indicator */254 u32 fence; /* fence updated by GuC */255 u32 status; /* status updated by GuC */256 u32 owner; /* id of the channel owner */[all …]