Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/gt/uc/
Dintel_uc_fw.c133 uc_fw->major_ver_wanted = blob->major; in __uc_fw_auto_select()
238 uc_fw->major_ver_wanted += 1; in __force_fw_fetch_failures()
245 } else if (uc_fw->major_ver_wanted && in __force_fw_fetch_failures()
248 uc_fw->major_ver_wanted -= 1; in __force_fw_fetch_failures()
258 uc_fw->major_ver_wanted = 0; in __force_fw_fetch_failures()
358 if (uc_fw->major_ver_found != uc_fw->major_ver_wanted || in intel_uc_fw_fetch()
363 uc_fw->major_ver_wanted, uc_fw->minor_ver_wanted); in intel_uc_fw_fetch()
611 uc_fw->major_ver_wanted, uc_fw->minor_ver_wanted, in intel_uc_fw_dump()
Dintel_uc_fw.h86 u16 major_ver_wanted; member