Searched refs:panthor_fw_get_csg_iface (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/panthor/ |
D | panthor_sched.c | 1073 csg_iface = panthor_fw_get_csg_iface(ptdev, csg_id); in csg_slot_sync_priority_locked() 1165 csg_iface = panthor_fw_get_csg_iface(ptdev, csg_id); in csg_slot_sync_state_locked() 1248 csg_iface = panthor_fw_get_csg_iface(group->ptdev, csg_id); in csg_slot_prog_locked() 1434 csg_iface = panthor_fw_get_csg_iface(ptdev, csg_id); in group_process_tiler_oom() 1535 csg_iface = panthor_fw_get_csg_iface(ptdev, csg_id); in csg_slot_sync_idle_state_locked() 1597 csg_iface = panthor_fw_get_csg_iface(ptdev, csg_id); in sched_process_csg_irq_locked() 1770 csg_iface = panthor_fw_get_csg_iface(ptdev, csg_id); in csgs_upd_ctx_apply_locked() 1786 csg_iface = panthor_fw_get_csg_iface(ptdev, csg_id); in csgs_upd_ctx_apply_locked() 1965 csg_iface = panthor_fw_get_csg_iface(ptdev, i); in tick_ctx_init() 2144 csg_iface = panthor_fw_get_csg_iface(ptdev, csg_id); in tick_ctx_apply() [all …]
|
D | panthor_fw.c | 292 panthor_fw_get_csg_iface(struct panthor_device *ptdev, u32 csg_slot) in panthor_fw_get_csg_iface() function 780 struct panthor_fw_csg_iface *csg_iface = panthor_fw_get_csg_iface(ptdev, csg_idx); in panthor_init_cs_iface() 860 panthor_fw_get_csg_iface(ptdev, 0); in panthor_init_csg_iface() 1238 struct panthor_fw_csg_iface *csg_iface = panthor_fw_get_csg_iface(ptdev, csg_slot); in panthor_fw_csg_wait_acks()
|
D | panthor_fw.h | 464 panthor_fw_get_csg_iface(struct panthor_device *ptdev, u32 csg_slot);
|