Home
last modified time | relevance | path

Searched refs:major_ver_found (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_uc_fw.c125 uc_fw->major_ver_found = css->guc.sw_version >> 16; in intel_uc_fw_fetch()
130 uc_fw->major_ver_found = css->huc.sw_version >> 16; in intel_uc_fw_fetch()
141 uc_fw->major_ver_found, uc_fw->minor_ver_found, in intel_uc_fw_fetch()
147 } else if (uc_fw->major_ver_found != uc_fw->major_ver_wanted || in intel_uc_fw_fetch()
151 uc_fw->major_ver_found, uc_fw->minor_ver_found, in intel_uc_fw_fetch()
255 uc_fw->major_ver_found, uc_fw->minor_ver_found); in intel_uc_fw_upload()
305 uc_fw->major_ver_found, uc_fw->minor_ver_found); in intel_uc_fw_dump()
Dintel_uc_fw.h65 u16 major_ver_found; member
Dintel_uc.c407 guc->fw.major_ver_found, guc->fw.minor_ver_found); in intel_uc_init_hw()