Home
last modified time | relevance | path

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

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