Home
last modified time | relevance | path

Searched full:g2h_read (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_guc_ct.c1680 static int g2h_read(struct xe_guc_ct *ct, u32 *msg, bool fast_path) in g2h_read() function
1729 * unless two g2h_read calls are running concurrently. Which is not in g2h_read()
1826 CT_DEAD(ct, &ct->ctbs.g2h, G2H_READ); in g2h_read()
1884 len = g2h_read(ct, ct->fast_msg, true); in xe_guc_ct_fast_path()
1903 len = g2h_read(ct, ct->msg, false); in dequeue_one_g2h()