Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc_fw.c254 static const struct fw_blobs_by_type blobs_all[INTEL_UC_FW_NUM_TYPES] = { variable
286 GEM_BUG_ON(uc_fw->type >= ARRAY_SIZE(blobs_all)); in __uc_fw_auto_select()
287 fw_blobs = blobs_all[uc_fw->type].blobs; in __uc_fw_auto_select()
288 fw_count = blobs_all[uc_fw->type].count; in __uc_fw_auto_select()
334 if (type >= ARRAY_SIZE(blobs_all)) { in validate_fw_table_type()
339 fw_blobs = blobs_all[type].blobs; in validate_fw_table_type()
340 fw_count = blobs_all[type].count; in validate_fw_table_type()