Home
last modified time | relevance | path

Searched refs:major_ver_wanted (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/i915/gt/uc/
A Dintel_uc_fw.c135 uc_fw->major_ver_wanted = blob->major; in __uc_fw_auto_select()
240 uc_fw->major_ver_wanted += 1; in __force_fw_fetch_failures()
247 } else if (uc_fw->major_ver_wanted && in __force_fw_fetch_failures()
250 uc_fw->major_ver_wanted -= 1; in __force_fw_fetch_failures()
260 uc_fw->major_ver_wanted = 0; in __force_fw_fetch_failures()
360 if (uc_fw->major_ver_found != uc_fw->major_ver_wanted || in intel_uc_fw_fetch()
365 uc_fw->major_ver_wanted, uc_fw->minor_ver_wanted); in intel_uc_fw_fetch()
680 uc_fw->major_ver_wanted, uc_fw->minor_ver_wanted, in intel_uc_fw_dump()
A Dintel_uc_fw.h93 u16 major_ver_wanted; member

Completed in 5 milliseconds