Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_guc_log.h41 int xe_guc_log_init(struct xe_guc_log *log);
H A Dxe_guc_log.c254 int xe_guc_log_init(struct xe_guc_log *log) in xe_guc_log_init() function
274 ALLOW_ERROR_INJECTION(xe_guc_log_init, ERRNO); /* See xe_pci_probe() */
H A Dxe_guc.c667 ret = xe_guc_log_init(&guc->log); in xe_guc_init()