Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/
Dintel_uc.c102 gt_info(gt, "Incompatible option enable_guc=%d - %s\n", in __confirm_options()
107 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()
445 gt_info(gt, "%s firmware %s version %u.%u.%u\n", in print_fw_ver()
Dintel_gsc_fw.c230 gt_info(gt, "Invalid GSC firmware for MTL/ARL, got %d.%d.%d.%d but need 102.x.x.x", in intel_gsc_fw_get_binary_info()
251 gt_info(gt, "GSC firmware too old for ARL, got %d.%d.%d.%d but need at least %d.%d.%d.%d", in intel_gsc_fw_get_binary_info()
513 gt_info(gt, "Loaded GSC firmware %s (cv%u.%u, r%u.%u.%u.%u, svn %u)\n", in intel_gsc_uc_fw_upload()
Dintel_gsc_proxy.c404 gt_info(gt, "can't init GSC proxy due to missing mei component\n"); in intel_gsc_proxy_init()
Dintel_uc_fw.c840 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()
972 gt_info(gt, "Consider updating your linux-firmware pkg or downloading from %s\n", in intel_uc_fw_fetch()
1003 gt_info(gt, "%s firmware(s) can be downloaded from %s\n", in intel_uc_fw_fetch()
/linux-6.12.1/drivers/gpu/drm/i915/gt/
Dintel_gt_print.h25 #define gt_info(_gt, _fmt, ...) \ macro