Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_fw.h272 * struct panthor_fw_cs_iface - Firmware command stream slot interface
274 struct panthor_fw_cs_iface { struct
466 struct panthor_fw_cs_iface *
287 lockpanthor_fw_cs_iface global() argument
296 controlpanthor_fw_cs_iface global() argument
303 inputpanthor_fw_cs_iface global() argument
312 outputpanthor_fw_cs_iface global() argument
H A Dpanthor_fw.c226 struct panthor_fw_cs_iface streams[MAX_CSGS][MAX_CS_PER_CSG];
310 struct panthor_fw_cs_iface *
826 struct panthor_fw_cs_iface *cs_iface = &ptdev->fw->iface.streams[csg_idx][cs_idx]; in panthor_init_cs_iface()
832 struct panthor_fw_cs_iface *first_cs_iface = in panthor_init_cs_iface()
H A Dpanthor_sched.c1049 struct panthor_fw_cs_iface *cs_iface = panthor_fw_get_cs_iface(ptdev, csg_id, cs_id); in cs_slot_prog_locked()
1092 struct panthor_fw_cs_iface *cs_iface = panthor_fw_get_cs_iface(ptdev, csg_id, cs_id); in cs_slot_reset_locked()
1148 struct panthor_fw_cs_iface *cs_iface = in cs_slot_sync_queue_state_locked()
1348 struct panthor_fw_cs_iface *cs_iface; in cs_slot_process_fatal_event_locked()
1392 struct panthor_fw_cs_iface *cs_iface; in cs_slot_process_fault_event_locked()
1444 struct panthor_fw_cs_iface *cs_iface; in group_process_tiler_oom()
1490 struct panthor_fw_cs_iface *cs_iface; in group_process_tiler_oom()
1559 struct panthor_fw_cs_iface *cs_iface; in cs_slot_process_irq_locked()
3869 struct panthor_fw_cs_iface *cs_iface = panthor_fw_get_cs_iface(ptdev, 0, 0); in panthor_sched_init()