Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/
Dintel_uc_fw.c277 static const struct fw_blobs_by_type blobs_all[INTEL_UC_FW_NUM_TYPES] = { variable
302 GEM_BUG_ON(uc_fw->type >= ARRAY_SIZE(blobs_all)); in __uc_fw_auto_select()
303 fw_blobs = blobs_all[uc_fw->type].blobs; in __uc_fw_auto_select()
304 fw_count = blobs_all[uc_fw->type].count; in __uc_fw_auto_select()
350 if (type >= ARRAY_SIZE(blobs_all)) { in validate_fw_table_type()
355 fw_blobs = blobs_all[type].blobs; in validate_fw_table_type()
356 fw_count = blobs_all[type].count; in validate_fw_table_type()
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_uc_fw.c219 static const struct fw_blobs_by_type blobs_all[XE_UC_FW_NUM_TYPES] = { in uc_fw_auto_select() local
229 xe_assert(xe, uc_fw->type < ARRAY_SIZE(blobs_all)); in uc_fw_auto_select()
230 entries = blobs_all[uc_fw->type].entries; in uc_fw_auto_select()
231 count = blobs_all[uc_fw->type].count; in uc_fw_auto_select()