Searched refs:gt_info (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_uc.c | 106 gt_info(gt, "Incompatible option enable_guc=%d - %s\n", in __confirm_options() 111 gt_info(gt, "Incompatible option enable_guc=%d - %s\n", in __confirm_options() 116 gt_info(gt, "Incompatible option enable_guc=%d - %s\n", in __confirm_options() 120 gt_info(gt, "Incompatible option enable_guc=%d - %s\n", in __confirm_options() 454 gt_info(gt, "%s firmware %s version %u.%u.%u\n", in print_fw_ver()
|
H A D | intel_gsc_proxy.c | 401 gt_info(gt, "can't init GSC proxy due to missing mei component\n"); in intel_gsc_proxy_init()
|
H A D | intel_gsc_fw.c | 468 gt_info(gt, "Loaded GSC firmware %s (cv%u.%u, r%u.%u.%u.%u, svn %u)\n", in intel_gsc_uc_fw_upload()
|
H A D | intel_uc_fw.c | 818 gt_info(gt, "MTL GuC 70.7.0+ and HuC 8.5.1+ don't work with older releases\n"); in check_mtl_huc_guc_compatibility() 950 gt_info(gt, "Consider updating your linux-firmware pkg or downloading from %s\n", in intel_uc_fw_fetch() 981 gt_info(gt, "%s firmware(s) can be downloaded from %s\n", in intel_uc_fw_fetch()
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_gt_print.h | 22 #define gt_info(_gt, _fmt, ...) \ macro
|