Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_guc_relay.h14 int xe_guc_relay_init(struct xe_guc_relay *relay);
H A Dxe_guc_relay.c333 int xe_guc_relay_init(struct xe_guc_relay *relay) in xe_guc_relay_init() function
359 ALLOW_ERROR_INJECTION(xe_guc_relay_init, ERRNO); /* See xe_pci_probe() */
H A Dxe_guc.c639 err = xe_guc_relay_init(&guc->relay); in vf_guc_init()
683 ret = xe_guc_relay_init(&guc->relay); in xe_guc_init()
/linux-6.15/drivers/gpu/drm/xe/tests/
H A Dxe_guc_relay_test.c45 KUNIT_ASSERT_EQ(test, xe_guc_relay_init(relay), 0); in relay_test_init()