Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_gator_api.c220 uint32_t nr_l2, nr_sc_bits, j; in kbase_gator_hwcnt_init() local
223 nr_l2 = hand->kbdev->gpu_props.props.l2_props.num_l2_slices; in kbase_gator_hwcnt_init()
231 in_out_info->hwc_layout = kmalloc(sizeof(enum hwc_type) * (2 + nr_sc_bits + nr_l2), GFP_KERNEL); in kbase_gator_hwcnt_init()
236 dump_size = (2 + nr_sc_bits + nr_l2) * MALI_COUNTERS_PER_BLOCK * MALI_BYTES_PER_COUNTER; in kbase_gator_hwcnt_init()
241 for (j = 0; j < nr_l2; j++) in kbase_gator_hwcnt_init()
H A Dmali_kbase_vinstr.c306 u32 nr_l2 = props->l2_props.num_l2_slices; in kbase_vinstr_dump_size() local
311 dump_size = (2 + nr_l2 + nr_blocks) * in kbase_vinstr_dump_size()
792 u32 i, nr_l2; in patch_dump_buffer_hdr_v5() local
814 nr_l2 = kbdev->gpu_props.props.l2_props.num_l2_slices; in patch_dump_buffer_hdr_v5()
815 for (i = 0; i < nr_l2; i++) { in patch_dump_buffer_hdr_v5()