Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_guc_relay.c72 static bool relay_is_ready(struct xe_guc_relay *relay) in relay_is_ready() function
220 if (unlikely(!relay_is_ready(relay))) in __relay_get_transaction()
339 relay_assert(relay, !relay_is_ready(relay)); in xe_guc_relay_init()
491 if (unlikely(!relay_is_ready(relay))) in relay_send_to()
880 if (unlikely(!relay_is_ready(relay))) in xe_guc_relay_process_guc2vf()
926 if (unlikely(!relay_is_ready(relay))) in xe_guc_relay_process_guc2pf()
/linux-6.15/drivers/gpu/drm/xe/tests/
H A Dxe_guc_relay_test.c46 KUNIT_EXPECT_TRUE(test, relay_is_ready(relay)); in relay_test_init()