Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/i915/gt/uc/
Dintel_uc_fw.c313 uc_fw->file_wanted.path = blob->path; in __uc_fw_auto_select()
314 uc_fw->file_wanted.ver.major = blob->major; in __uc_fw_auto_select()
315 uc_fw->file_wanted.ver.minor = blob->minor; in __uc_fw_auto_select()
316 uc_fw->file_wanted.ver.patch = blob->patch; in __uc_fw_auto_select()
540 uc_fw->file_wanted.ver.major += 1; in __force_fw_fetch_failures()
541 uc_fw->file_wanted.ver.minor = 0; in __force_fw_fetch_failures()
545 uc_fw->file_wanted.ver.minor += 1; in __force_fw_fetch_failures()
547 } else if (uc_fw->file_wanted.ver.major && in __force_fw_fetch_failures()
550 uc_fw->file_wanted.ver.major -= 1; in __force_fw_fetch_failures()
551 uc_fw->file_wanted.ver.minor = 0; in __force_fw_fetch_failures()
[all …]
Dintel_gsc_uc.c337 if (gsc->fw.file_selected.path != gsc->fw.file_wanted.path) in intel_gsc_uc_load_status()
338 drm_printf(p, "GSC firmware wanted: %s\n", gsc->fw.file_wanted.path); in intel_gsc_uc_load_status()
347 gsc->fw.file_wanted.ver.major, gsc->fw.file_wanted.ver.minor); in intel_gsc_uc_load_status()
Dintel_uc_fw.h96 struct intel_uc_fw_file file_wanted; member
/linux-6.6.21/drivers/gpu/drm/i915/
Di915_gpu_error.c1036 kfree(uc->guc_fw.file_wanted.path); in cleanup_uc()
1037 kfree(uc->huc_fw.file_wanted.path); in cleanup_uc()
1732 error_uc->guc_fw.file_wanted.path = kstrdup(uc->guc.fw.file_wanted.path, ALLOW_FAIL); in gt_record_uc()
1733 error_uc->huc_fw.file_wanted.path = kstrdup(uc->huc.fw.file_wanted.path, ALLOW_FAIL); in gt_record_uc()
/linux-6.6.21/fs/ceph/
Dcaps.c1975 int file_wanted, used, cap_used; in ceph_check_caps() local
1998 file_wanted = __ceph_caps_file_wanted(ci); in ceph_check_caps()
2012 want = file_wanted; in ceph_check_caps()
2015 retain = file_wanted | used | CEPH_CAP_PIN; in ceph_check_caps()
2017 if (file_wanted) { in ceph_check_caps()
2049 ceph_cap_string(file_wanted), in ceph_check_caps()
2217 (file_wanted & ~CEPH_CAP_PIN) && in ceph_check_caps()