Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/imagination/
H A Dpvr_fw.c52 const struct pvr_fw_layout_entry *layout_entries = pvr_dev->fw_dev.layout_entries; in pvr_fw_find_layout_entry() local
56 if (layout_entries[entry].id == id) in pvr_fw_find_layout_entry()
57 return &layout_entries[entry]; in pvr_fw_find_layout_entry()
66 const struct pvr_fw_layout_entry *layout_entries = pvr_dev->fw_dev.layout_entries; in pvr_fw_find_private_data() local
70 if (layout_entries[entry].id == META_PRIVATE_DATA || in pvr_fw_find_private_data()
71 layout_entries[entry].id == MIPS_PRIVATE_DATA || in pvr_fw_find_private_data()
72 layout_entries[entry].id == RISCV_PRIVATE_DATA) in pvr_fw_find_private_data()
73 return &layout_entries[entry]; in pvr_fw_find_private_data()
94 const struct pvr_fw_layout_entry *layout_entries; in pvr_fw_validate() local
144 layout_entries = (const struct pvr_fw_layout_entry *)&fw[fw_offset]; in pvr_fw_validate()
[all …]