Home
last modified time | relevance | path

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

/drivers/gpu/drm/xe/
A Dxe_guc_ct.c308 g2h->info.space = CIRC_SPACE(g2h->info.tail, g2h->info.head, in guc_ct_ctb_g2h_init()
637 ct->ctbs.g2h.info.size - ct->ctbs.g2h.info.resv_space; in __g2h_release_space()
643 ct->ctbs.g2h.info.size, ct->ctbs.g2h.info.resv_space, in __g2h_release_space()
645 ct->ctbs.g2h.info.size - ct->ctbs.g2h.info.resv_space, in __g2h_release_space()
936 struct guc_ctb *g2h = &ct->ctbs.g2h; in guc_ct_send_locked() local
1459 struct guc_ctb *g2h = &ct->ctbs.g2h; in g2h_read() local
1521 if (g2h->info.head > g2h->info.size) { in g2h_read()
1524 g2h->info.head, g2h->info.size); in g2h_read()
1555 head = (g2h->info.head + 1) % g2h->info.size; in g2h_read()
1591 g2h->info.head = (head + avail) % g2h->info.size; in g2h_read()
[all …]
A Dxe_guc_ct_types.h69 struct guc_ctb_snapshot g2h; member
140 struct guc_ctb g2h; member
/drivers/gpu/drm/i915/gt/uc/
A Dintel_guc_ct.c652 bool g2h = g2h_has_room(ct, g2h_dw); in has_room_nb() local
656 if (unlikely(!h2g || !g2h)) { in has_room_nb()
661 if (!g2h) in has_room_nb()

Completed in 13 milliseconds