Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_fw.c832 unsigned int csg_idx, unsigned int cs_idx) in panthor_init_cs_iface() argument
835 struct panthor_fw_csg_iface *csg_iface = panthor_fw_get_csg_iface(ptdev, csg_idx); in panthor_init_cs_iface()
836 struct panthor_fw_cs_iface *cs_iface = &ptdev->fw->iface.streams[csg_idx][cs_idx]; in panthor_init_cs_iface()
839 (csg_idx * glb_iface->control->group_stride) + in panthor_init_cs_iface()
888 unsigned int csg_idx) in panthor_init_csg_iface() argument
891 struct panthor_fw_csg_iface *csg_iface = &ptdev->fw->iface.groups[csg_idx]; in panthor_init_csg_iface()
893 u32 iface_offset = CSF_GROUP_CONTROL_OFFSET + (csg_idx * glb_iface->control->group_stride); in panthor_init_csg_iface()
913 if (csg_idx > 0) { in panthor_init_csg_iface()
924 int ret = panthor_init_cs_iface(ptdev, csg_idx, i); in panthor_init_csg_iface()