Searched refs:huc_info (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_huc_debugfs.c | 33 static int huc_info(struct seq_file *m, void *data) 46 {"huc_info", huc_info, 0}, 34 static int huc_info(struct seq_file *m, void *data) huc_info() function
|
| /linux/drivers/gpu/drm/i915/gt/uc/ |
| H A D | intel_huc.c | 189 huc_info(huc, "MEI driver not bound, disabling load\n"); in gsc_notifier() 365 huc_info(huc, "can't load due to missing mei modules\n"); in check_huc_loading_mode() 370 huc_info(huc, "can't load due to missing GSCCS\n"); in check_huc_loading_mode() 396 huc_info(huc, "Failed to allocate heci pkt\n"); in intel_huc_init() 416 huc_info(huc, "initialization failed %pe\n", ERR_PTR(err)); in intel_huc_init() 513 huc_info(huc, "authenticated for %s\n", auth_mode_string(huc, type)); in intel_huc_wait_for_auth_complete()
|
| H A D | intel_huc_debugfs.c | 24 DEFINE_INTEL_GT_DEBUGFS_ATTRIBUTE(huc_info); 29 { .name = "huc_info", .fops = &huc_info_fops }, in intel_huc_debugfs_register()
|
| H A D | intel_huc_print.h | 17 #define huc_info(_huc, _fmt, ...) huc_printk((_huc), info, _fmt, ##__VA_ARGS__) macro
|