Searched refs:panthor_fw_get_csg_iface (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/panthor/ |
H A D | panthor_sched.c | 1122 csg_iface = panthor_fw_get_csg_iface(ptdev, csg_id); in csg_slot_sync_priority_locked() 1214 csg_iface = panthor_fw_get_csg_iface(ptdev, csg_id); in csg_slot_sync_state_locked() 1297 csg_iface = panthor_fw_get_csg_iface(group->ptdev, csg_id); in csg_slot_prog_locked() 1483 csg_iface = panthor_fw_get_csg_iface(ptdev, csg_id); in group_process_tiler_oom() 1584 csg_iface = panthor_fw_get_csg_iface(ptdev, csg_id); in csg_slot_sync_idle_state_locked() 1646 csg_iface = panthor_fw_get_csg_iface(ptdev, csg_id); in sched_process_csg_irq_locked() 1819 csg_iface = panthor_fw_get_csg_iface(ptdev, csg_id); in csgs_upd_ctx_apply_locked() 1835 csg_iface = panthor_fw_get_csg_iface(ptdev, csg_id); in csgs_upd_ctx_apply_locked() 2014 csg_iface = panthor_fw_get_csg_iface(ptdev, i); in tick_ctx_init() 2191 csg_iface = panthor_fw_get_csg_iface(ptdev, csg_id); in tick_ctx_apply() [all …]
|
H A D | panthor_fw.c | 305 panthor_fw_get_csg_iface(struct panthor_device *ptdev, u32 csg_slot) in panthor_fw_get_csg_iface() function 835 struct panthor_fw_csg_iface *csg_iface = panthor_fw_get_csg_iface(ptdev, csg_idx); in panthor_init_cs_iface() 915 panthor_fw_get_csg_iface(ptdev, 0); in panthor_init_csg_iface() 1293 struct panthor_fw_csg_iface *csg_iface = panthor_fw_get_csg_iface(ptdev, csg_slot); in panthor_fw_csg_wait_acks()
|
H A D | panthor_fw.h | 464 panthor_fw_get_csg_iface(struct panthor_device *ptdev, u32 csg_slot);
|