Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_huc_debugfs.c34 static int huc_info(struct seq_file *m, void *data) in huc_info() function
48 {"huc_info", huc_info, 0},
/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/
Dintel_huc.c189 huc_info(huc, "MEI driver not bound, disabling load\n"); in gsc_notifier()
360 huc_info(huc, "can't load due to missing mei modules\n"); in check_huc_loading_mode()
365 huc_info(huc, "can't load due to missing GSCCS\n"); in check_huc_loading_mode()
391 huc_info(huc, "Failed to allocate heci pkt\n"); in intel_huc_init()
411 huc_info(huc, "initialization failed %pe\n", ERR_PTR(err)); in intel_huc_init()
525 huc_info(huc, "authenticated for %s\n", auth_mode_string(huc, type)); in intel_huc_wait_for_auth_complete()
Dintel_huc_debugfs.c24 DEFINE_INTEL_GT_DEBUGFS_ATTRIBUTE(huc_info);
Dintel_huc_print.h17 #define huc_info(_huc, _fmt, ...) huc_printk((_huc), info, _fmt, ##__VA_ARGS__) macro