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.c868 unsigned int csg_idx, unsigned int cs_idx) in panthor_init_cs_iface() argument
871 struct panthor_fw_csg_iface *csg_iface = panthor_fw_get_csg_iface(ptdev, csg_idx); in panthor_init_cs_iface()
872 struct panthor_fw_cs_iface *cs_iface = &ptdev->fw->iface.streams[csg_idx][cs_idx]; in panthor_init_cs_iface()
875 (csg_idx * glb_iface->control->group_stride) + in panthor_init_cs_iface()
924 unsigned int csg_idx) in panthor_init_csg_iface() argument
927 struct panthor_fw_csg_iface *csg_iface = &ptdev->fw->iface.groups[csg_idx]; in panthor_init_csg_iface()
929 u32 iface_offset = CSF_GROUP_CONTROL_OFFSET + (csg_idx * glb_iface->control->group_stride); in panthor_init_csg_iface()
949 if (csg_idx > 0) { in panthor_init_csg_iface()
960 int ret = panthor_init_cs_iface(ptdev, csg_idx, i); in panthor_init_csg_iface()