Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/
Dintel_uc_fw.c329 uc_fw->file_wanted.path = blob->path; in __uc_fw_auto_select()
330 uc_fw->file_wanted.ver.major = blob->major; in __uc_fw_auto_select()
331 uc_fw->file_wanted.ver.minor = blob->minor; in __uc_fw_auto_select()
332 uc_fw->file_wanted.ver.patch = blob->patch; in __uc_fw_auto_select()
556 uc_fw->file_wanted.ver.major += 1; in __force_fw_fetch_failures()
557 uc_fw->file_wanted.ver.minor = 0; in __force_fw_fetch_failures()
561 uc_fw->file_wanted.ver.minor += 1; in __force_fw_fetch_failures()
563 } else if (uc_fw->file_wanted.ver.major && in __force_fw_fetch_failures()
566 uc_fw->file_wanted.ver.major -= 1; in __force_fw_fetch_failures()
567 uc_fw->file_wanted.ver.minor = 0; in __force_fw_fetch_failures()
[all …]
Dintel_gsc_uc.c335 if (gsc->fw.file_selected.path != gsc->fw.file_wanted.path) in intel_gsc_uc_load_status()
336 drm_printf(p, "GSC firmware wanted: %s\n", gsc->fw.file_wanted.path); in intel_gsc_uc_load_status()
345 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.12.1/drivers/gpu/drm/i915/
Di915_gpu_error.c1042 kfree(uc->guc_fw.file_wanted.path); in cleanup_uc()
1043 kfree(uc->huc_fw.file_wanted.path); in cleanup_uc()
1746 error_uc->guc_fw.file_wanted.path = kstrdup(uc->guc.fw.file_wanted.path, ALLOW_FAIL); in gt_record_uc()
1747 error_uc->huc_fw.file_wanted.path = kstrdup(uc->huc.fw.file_wanted.path, ALLOW_FAIL); in gt_record_uc()
/linux-6.12.1/fs/ceph/
Dcaps.c2030 int file_wanted, used, cap_used; in ceph_check_caps() local
2053 file_wanted = __ceph_caps_file_wanted(ci); in ceph_check_caps()
2067 want = file_wanted; in ceph_check_caps()
2070 retain = file_wanted | used | CEPH_CAP_PIN; in ceph_check_caps()
2072 if (file_wanted) { in ceph_check_caps()
2104 inode, ceph_vinop(inode), ceph_cap_string(file_wanted), in ceph_check_caps()
2278 (file_wanted & ~CEPH_CAP_PIN) && in ceph_check_caps()