Home
last modified time | relevance | path

Searched defs:guc_ct_buffer_desc (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/dev/drm/i915/
H A Dintel_guc_fwif.h334 struct guc_ct_buffer_desc { struct
335 u32 addr; /* gfx address */
336 u64 host_private; /* host private data */
337 u32 size; /* size in bytes */
338 u32 head; /* offset updated by GuC*/
339 u32 tail; /* offset updated by owner */
340 u32 is_in_error; /* error indicator */
341 u32 fence; /* fence updated by GuC */
342 u32 status; /* status updated by GuC */
343 u32 owner; /* id of the channel owner */
[all …]