Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/
Dintel_uc_fw.c286 const struct uc_fw_platform_requirement *fw_blobs; in __uc_fw_auto_select() local
303 fw_blobs = blobs_all[uc_fw->type].blobs; in __uc_fw_auto_select()
307 for (i = 0; i < fw_count && p <= fw_blobs[i].p; i++) { in __uc_fw_auto_select()
308 const struct uc_fw_blob *blob = &fw_blobs[i].blob; in __uc_fw_auto_select()
310 if (p != fw_blobs[i].p) in __uc_fw_auto_select()
313 if (rev < fw_blobs[i].rev) in __uc_fw_auto_select()
346 const struct uc_fw_platform_requirement *fw_blobs; in validate_fw_table_type() local
355 fw_blobs = blobs_all[type].blobs; in validate_fw_table_type()
366 if (fw_blobs[i].p != fw_blobs[j].p) in validate_fw_table_type()
369 if (fw_blobs[i].blob.path != fw_blobs[j].blob.path) in validate_fw_table_type()
[all …]