Searched refs:huc_info (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/i915/gt/uc/ |
D | intel_huc.c | 188 huc_info(huc, "MEI driver not bound, disabling load\n"); in gsc_notifier() 359 huc_info(huc, "can't load due to missing mei modules\n"); in check_huc_loading_mode() 364 huc_info(huc, "can't load due to missing GSCCS\n"); in check_huc_loading_mode() 390 huc_info(huc, "Failed to allocate heci pkt\n"); in intel_huc_init() 410 huc_info(huc, "initialization failed %pe\n", ERR_PTR(err)); in intel_huc_init() 473 huc_info(huc, "authenticated for %s\n", auth_mode_string(huc, type)); in intel_huc_wait_for_auth_complete()
|
D | intel_huc_debugfs.c | 24 DEFINE_INTEL_GT_DEBUGFS_ATTRIBUTE(huc_info);
|
D | intel_huc_print.h | 17 #define huc_info(_huc, _fmt, ...) huc_printk((_huc), info, _fmt, ##__VA_ARGS__) macro
|