Searched refs:csg_slot (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/panthor/ |
H A D | panthor_sched.c | 907 struct panthor_csg_slot *csg_slot; in group_bind_locked() local 934 csg_slot->group = group; in group_bind_locked() 1166 group = csg_slot->group; in csg_slot_sync_state_locked() 1231 struct panthor_csg_slot *csg_slot; in csg_slot_prog_locked() local 1244 group = csg_slot->group; in csg_slot_prog_locked() 1579 group = csg_slot->group; in csg_slot_process_progress_timer_event_locked() 2110 struct panthor_csg_slot *csg_slot; in tick_ctx_apply() local 2624 if (csg_slot->group) { in panthor_sched_suspend() 2626 group_can_run(csg_slot->group) ? in panthor_sched_suspend() 2649 csg_slot->group->timedout = true; in panthor_sched_suspend() [all …]
|
H A D | panthor_fw.c | 292 panthor_fw_get_csg_iface(struct panthor_device *ptdev, u32 csg_slot) in panthor_fw_get_csg_iface() argument 294 if (drm_WARN_ON(&ptdev->base, csg_slot >= MAX_CSGS)) in panthor_fw_get_csg_iface() 297 return &ptdev->fw->iface.groups[csg_slot]; in panthor_fw_get_csg_iface() 309 panthor_fw_get_cs_iface(struct panthor_device *ptdev, u32 csg_slot, u32 cs_slot) in panthor_fw_get_cs_iface() argument 311 if (drm_WARN_ON(&ptdev->base, csg_slot >= MAX_CSGS || cs_slot >= MAX_CS_PER_CSG)) in panthor_fw_get_cs_iface() 314 return &ptdev->fw->iface.streams[csg_slot][cs_slot]; in panthor_fw_get_cs_iface() 1235 int panthor_fw_csg_wait_acks(struct panthor_device *ptdev, u32 csg_slot, in panthor_fw_csg_wait_acks() argument 1238 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); 467 panthor_fw_get_cs_iface(struct panthor_device *ptdev, u32 csg_slot, u32 cs_slot); 475 void panthor_fw_ring_csg_doorbells(struct panthor_device *ptdev, u32 csg_slot);
|