Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/panthor/
Dpanthor_fw.c777 unsigned int csg_idx, unsigned int cs_idx) in panthor_init_cs_iface() argument
780 struct panthor_fw_csg_iface *csg_iface = panthor_fw_get_csg_iface(ptdev, csg_idx); in panthor_init_cs_iface()
781 struct panthor_fw_cs_iface *cs_iface = &ptdev->fw->iface.streams[csg_idx][cs_idx]; in panthor_init_cs_iface()
784 (csg_idx * glb_iface->control->group_stride) + in panthor_init_cs_iface()
833 unsigned int csg_idx) in panthor_init_csg_iface() argument
836 struct panthor_fw_csg_iface *csg_iface = &ptdev->fw->iface.groups[csg_idx]; in panthor_init_csg_iface()
838 u32 iface_offset = CSF_GROUP_CONTROL_OFFSET + (csg_idx * glb_iface->control->group_stride); in panthor_init_csg_iface()
858 if (csg_idx > 0) { in panthor_init_csg_iface()
869 int ret = panthor_init_cs_iface(ptdev, csg_idx, i); in panthor_init_csg_iface()