Home
last modified time | relevance | path

Searched refs:group_data (Results 1 - 7 of 7) sorted by relevance

/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_firmware_no_mali.c1216 * @group_data: Pointer where to store all the group data
1219 * which case group_data is unused.
1229 struct basep_cs_group_control * const group_data, in copy_grp_and_stm()
1236 if (WARN_ON((max_group_num > 0) && !group_data)) in copy_grp_and_stm()
1246 group_data[i].features = iface->groups[i].features; in copy_grp_and_stm()
1247 group_data[i].stream_num = iface->groups[i].stream_num; in copy_grp_and_stm()
1248 group_data[i].suspend_size = in copy_grp_and_stm()
1264 struct basep_cs_group_control *const group_data, in kbase_csf_firmware_get_glb_iface()
1285 return copy_grp_and_stm(iface, group_data, max_group_num, in kbase_csf_firmware_get_glb_iface()
1227 copy_grp_and_stm( const struct kbase_csf_global_iface * const iface, struct basep_cs_group_control * const group_data, u32 max_group_num, struct basep_cs_stream_control * const stream_data, u32 max_total_stream_num) copy_grp_and_stm() argument
1262 kbase_csf_firmware_get_glb_iface( struct kbase_device *kbdev, struct basep_cs_group_control *const group_data, u32 const max_group_num, struct basep_cs_stream_control *const stream_data, u32 const max_total_stream_num, u32 *const glb_version, u32 *const features, u32 *const group_num, u32 *const prfcnt_size, u32 *const instr_features) kbase_csf_firmware_get_glb_iface() argument
H A Dmali_kbase_csf_firmware.c2225 * @group_data: Pointer where to store all the group data
2228 * which case group_data is unused.
2238 struct basep_cs_group_control * const group_data, in copy_grp_and_stm()
2245 if (WARN_ON((max_group_num > 0) && !group_data)) in copy_grp_and_stm()
2255 group_data[i].features = iface->groups[i].features; in copy_grp_and_stm()
2256 group_data[i].stream_num = iface->groups[i].stream_num; in copy_grp_and_stm()
2257 group_data[i].suspend_size = in copy_grp_and_stm()
2273 struct basep_cs_group_control *const group_data, in kbase_csf_firmware_get_glb_iface()
2294 return copy_grp_and_stm(iface, group_data, max_group_num, in kbase_csf_firmware_get_glb_iface()
2236 copy_grp_and_stm( const struct kbase_csf_global_iface * const iface, struct basep_cs_group_control * const group_data, u32 max_group_num, struct basep_cs_stream_control * const stream_data, u32 max_total_stream_num) copy_grp_and_stm() argument
2271 kbase_csf_firmware_get_glb_iface( struct kbase_device *kbdev, struct basep_cs_group_control *const group_data, u32 const max_group_num, struct basep_cs_stream_control *const stream_data, u32 const max_total_stream_num, u32 *const glb_version, u32 *const features, u32 *const group_num, u32 *const prfcnt_size, u32 *instr_features) kbase_csf_firmware_get_glb_iface() argument
H A Dmali_kbase_csf_firmware.h596 * @group_data: Pointer where to store all the group data
599 * Can be 0, in which case group_data is unused.
620 struct kbase_device *kbdev, struct basep_cs_group_control *group_data,
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_firmware.h522 * @group_data: Pointer where to store all the group data
525 * Can be 0, in which case group_data is unused.
545 u32 kbase_csf_firmware_get_glb_iface(struct kbase_device *kbdev, struct basep_cs_group_control *group_data,
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_core_linux.c1538 struct basep_cs_group_control *group_data = NULL; in kbase_ioctl_cs_get_glb_iface() local
1560 group_data = in kbase_ioctl_cs_get_glb_iface()
1561 kcalloc(max_group_num, sizeof(*group_data), GFP_KERNEL); in kbase_ioctl_cs_get_glb_iface()
1562 if (!group_data) { in kbase_ioctl_cs_get_glb_iface()
1582 kctx->kbdev, group_data, max_group_num, stream_data, in kbase_ioctl_cs_get_glb_iface()
1588 if (copy_to_user(user_groups, group_data, in kbase_ioctl_cs_get_glb_iface()
1590 sizeof(*group_data))) { in kbase_ioctl_cs_get_glb_iface()
1602 kfree(group_data); in kbase_ioctl_cs_get_glb_iface()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_core_linux.c1446 struct basep_cs_group_control *group_data = NULL; in kbase_ioctl_cs_get_glb_iface() local
1466 group_data = kcalloc(max_group_num, in kbase_ioctl_cs_get_glb_iface()
1467 sizeof(*group_data), GFP_KERNEL); in kbase_ioctl_cs_get_glb_iface()
1468 if (!group_data) in kbase_ioctl_cs_get_glb_iface()
1486 kctx->kbdev, group_data, max_group_num, stream_data, in kbase_ioctl_cs_get_glb_iface()
1491 if (copy_to_user(user_groups, group_data, in kbase_ioctl_cs_get_glb_iface()
1493 sizeof(*group_data))) in kbase_ioctl_cs_get_glb_iface()
1503 kfree(group_data); in kbase_ioctl_cs_get_glb_iface()
/device/soc/rockchip/common/sdk_linux/include/drm/
H A Ddrm_connector.h1677 * @group_data: Sink-private data identifying this group
1679 * @group_data corresponds to displayid vend/prod/serial for external screens
1686 u8 group_data[8]; member

Completed in 22 milliseconds