Home
last modified time | relevance | path

Searched refs:gt_info (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc.c106 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 Dintel_gsc_proxy.c401 gt_info(gt, "can't init GSC proxy due to missing mei component\n"); in intel_gsc_proxy_init()
H A Dintel_gsc_fw.c468 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 Dintel_uc_fw.c818 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 Dintel_gt_print.h22 #define gt_info(_gt, _fmt, ...) \ macro