Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_ct.c132 static void guc_ct_buffer_reset(struct intel_guc_ct_buffer *ctb) in guc_ct_buffer_reset() argument
136 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()
140 atomic_set(&ctb->space, space); in guc_ct_buffer_reset()
142 guc_ct_buffer_desc_init(ctb->desc); in guc_ct_buffer_reset()
145 static void guc_ct_buffer_init(struct intel_guc_ct_buffer *ctb, in guc_ct_buffer_init() argument
151 ctb->desc = desc; in guc_ct_buffer_init()
152 ctb->cmds = cmds; in guc_ct_buffer_init()
[all …]