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.c892 unsigned int csg_idx, unsigned int cs_idx) in panthor_init_cs_iface() argument
895 struct panthor_fw_csg_iface *csg_iface = panthor_fw_get_csg_iface(ptdev, csg_idx); in panthor_init_cs_iface()
896 struct panthor_fw_cs_iface *cs_iface = &ptdev->fw->iface.streams[csg_idx][cs_idx]; in panthor_init_cs_iface()
899 ((u64)csg_idx * glb_iface->control->group_stride) + in panthor_init_cs_iface()
951 unsigned int csg_idx) in panthor_init_csg_iface() argument
954 struct panthor_fw_csg_iface *csg_iface = &ptdev->fw->iface.groups[csg_idx]; in panthor_init_csg_iface()
957 ((u64)csg_idx * glb_iface->control->group_stride); in panthor_init_csg_iface()
980 if (csg_idx > 0) { in panthor_init_csg_iface()
991 int ret = panthor_init_cs_iface(ptdev, csg_idx, i); in panthor_init_csg_iface()