Home
last modified time | relevance | path

Searched refs:ctb (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/i915/gt/uc/
A Dintel_guc_ct.c136 ctb->broken = false; in guc_ct_buffer_reset()
137 ctb->tail = 0; in guc_ct_buffer_reset()
138 ctb->head = 0; in guc_ct_buffer_reset()
139 space = CIRC_SPACE(ctb->tail, ctb->head, ctb->size) - ctb->resv_space; in guc_ct_buffer_reset()
151 ctb->desc = desc; in guc_ct_buffer_init()
152 ctb->cmds = cmds; in guc_ct_buffer_init()
458 ctb->tail = tail; in ct_write()
470 ctb->broken = true; in ct_write()
577 space = CIRC_SPACE(ctb->tail, head, ctb->size); in h2g_has_room()
876 ctb->head = head; in ct_read()
[all …]

Completed in 6 milliseconds