Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_guc_relay.c81 static bool relay_is_ready(struct xe_guc_relay *relay) in relay_is_ready() function
229 if (unlikely(!relay_is_ready(relay))) in __relay_get_transaction()
348 relay_assert(relay, !relay_is_ready(relay)); in xe_guc_relay_init()
503 if (unlikely(!relay_is_ready(relay))) in relay_send_to()
897 if (unlikely(!relay_is_ready(relay))) in xe_guc_relay_process_guc2vf()
943 if (unlikely(!relay_is_ready(relay))) in xe_guc_relay_process_guc2pf()
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_guc_relay_test.c46 KUNIT_EXPECT_TRUE(test, relay_is_ready(relay)); in relay_test_init()