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

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

Completed in 153 milliseconds