Home
last modified time | relevance | path

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

/linux/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.c342 int xe_guc_relay_init(struct xe_guc_relay *relay) in xe_guc_relay_init() function
371 ALLOW_ERROR_INJECTION(xe_guc_relay_init, ERRNO); /* See xe_pci_probe() */
/linux/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()