Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_device.h195 int xe_is_injection_active(void);
H A Dxe_guc_ct.c2083 noinline int xe_is_injection_active(void) { return 0; } in xe_is_injection_active() function
2084 ALLOW_ERROR_INJECTION(xe_is_injection_active, ERRNO);
2086 int xe_is_injection_active(void) { return 0; } in xe_is_injection_active() function
2103 if (xe_is_injection_active()) in ct_dead_capture()