Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/lima/
H A Dlima_device.c52 LIMA_IP_DESC(l2_cache0, true, true, 0x01000, 0x10000, l2_cache, NULL),
53 LIMA_IP_DESC(l2_cache1, false, true, -1, 0x01000, l2_cache, NULL),
54 LIMA_IP_DESC(l2_cache2, false, false, -1, 0x11000, l2_cache, NULL),
282 pipe->l2_cache[pipe->num_l2_cache++] = dev->ip + lima_ip_l2_cache0; in lima_init_gp_pipe()
317 struct lima_ip *l2_cache; in lima_init_pp_pipe() local
320 l2_cache = dev->ip + lima_ip_l2_cache0; in lima_init_pp_pipe()
322 l2_cache = dev->ip + lima_ip_l2_cache1 + (i >> 2); in lima_init_pp_pipe()
324 if (pp->present && ppmmu->present && l2_cache->present) { in lima_init_pp_pipe()
327 if (!pipe->l2_cache[i >> 2]) in lima_init_pp_pipe()
328 pipe->l2_cache[pipe->num_l2_cache++] = l2_cache; in lima_init_pp_pipe()
H A Dlima_sched.h64 struct lima_ip *l2_cache[LIMA_SCHED_PIPE_MAX_L2_CACHE]; member
H A Dlima_sched.c268 lima_l2_cache_flush(pipe->l2_cache[i]); in lima_sched_run_job()
483 lima_l2_cache_flush(pipe->l2_cache[i]); in lima_sched_recover_work()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_kernel_core.c218 struct mali_l2_cache_core *l2_cache = NULL; in mali_create_l2_cache_core() local
224 l2_cache = mali_l2_cache_create(resource, domain_index); in mali_create_l2_cache_core()
225 if (NULL == l2_cache) { in mali_create_l2_cache_core()
232 return l2_cache; in mali_create_l2_cache_core()
237 struct mali_l2_cache_core *l2_cache = NULL; in mali_parse_config_l2_cache() local
246 l2_cache = mali_create_l2_cache_core(&l2_resource, MALI_DOMAIN_INDEX_L20); in mali_parse_config_l2_cache()
247 if (NULL == l2_cache) { in mali_parse_config_l2_cache()
264 l2_cache = mali_create_l2_cache_core(&l2_gp_resource, MALI_DOMAIN_INDEX_L20); in mali_parse_config_l2_cache()
265 if (NULL == l2_cache) { in mali_parse_config_l2_cache()
276 l2_cache = mali_create_l2_cache_core(&l2_pp_grp0_resource, MALI_DOMAIN_INDEX_L21); in mali_parse_config_l2_cache()
[all …]
H A Dmali_pm_domain.c100 struct mali_l2_cache_core *l2_cache) in mali_pm_domain_add_l2_cache() argument
103 MALI_DEBUG_ASSERT_POINTER(l2_cache); in mali_pm_domain_add_l2_cache()
104 _mali_osk_list_add(&l2_cache->pm_domain_list, &domain->l2_cache_list); in mali_pm_domain_add_l2_cache()
H A Dmali_pm.c167 struct mali_l2_cache_core *l2_cache) in mali_pm_register_l2_cache() argument
183 mali_pm_domain_add_l2_cache(domain, l2_cache); in mali_pm_register_l2_cache()
552 struct mali_l2_cache_core *l2_cache; in mali_pm_domain_power_up() local
565 _MALI_OSK_LIST_FOREACHENTRY(l2_cache, in mali_pm_domain_power_up()
573 l2_up[*num_l2_up] = l2_cache; in mali_pm_domain_power_up()
625 struct mali_l2_cache_core *l2_cache; in mali_pm_domain_power_down() local
638 _MALI_OSK_LIST_FOREACHENTRY(l2_cache, in mali_pm_domain_power_down()
645 l2_down[*num_l2_down] = l2_cache; in mali_pm_domain_power_down()
H A Dmali_pm.h53 struct mali_l2_cache_core *l2_cache);
H A Dmali_pm_domain.h43 struct mali_l2_cache_core *l2_cache);
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_kernel_sysfs.c342 struct mali_l2_cache_core *l2_cache; in l2_all_counter_srcx_write() local
365 l2_cache = mali_l2_cache_core_get_glob_l2_core(l2_id); in l2_all_counter_srcx_write()
366 while (NULL != l2_cache) { in l2_all_counter_srcx_write()
367 mali_l2_cache_core_set_counter_src(l2_cache, src_id, (u32)val); in l2_all_counter_srcx_write()
371 l2_cache = mali_l2_cache_core_get_glob_l2_core(l2_id); in l2_all_counter_srcx_write()
1274 struct mali_l2_cache_core *l2_cache; in mali_sysfs_register() local
1283 l2_cache = mali_l2_cache_core_get_glob_l2_core(l2_id); in mali_sysfs_register()
1284 while (NULL != l2_cache) { in mali_sysfs_register()
1290 … debugfs_create_file("counter_src0", 0600, mali_l2_l2x_dir, l2_cache, &l2_l2x_counter_src0_fops); in mali_sysfs_register()
1291 … debugfs_create_file("counter_src1", 0600, mali_l2_l2x_dir, l2_cache, &l2_l2x_counter_src1_fops); in mali_sysfs_register()
[all …]
H A Dmali_osk_profiling.c1216 struct mali_l2_cache_core *l2_cache = mali_l2_cache_core_get_glob_l2_core(i); in _mali_profiling_get_l2_counters() local
1218 if (NULL == l2_cache) { in _mali_profiling_get_l2_counters()
1222 mali_l2_cache_core_get_counter_values(l2_cache, in _mali_profiling_get_l2_counters()
/OK3568_Linux_fs/kernel/arch/arm/mach-socfpga/
H A DMakefile9 obj-$(CONFIG_EDAC_ALTERA_L2C) += l2_cache.o
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dsmp.c1292 struct device_node *l2_cache, *np; in update_mask_by_l2() local
1298 l2_cache = cpu_to_l2cache(cpu); in update_mask_by_l2()
1299 if (!l2_cache || !*mask) { in update_mask_by_l2()
1323 if (np == l2_cache) { in update_mask_by_l2()
1332 of_node_put(l2_cache); in update_mask_by_l2()
/OK3568_Linux_fs/kernel/drivers/staging/media/allegro-dvt/
H A Dallegro-mail.c52 dst[i++] = msg->l2_cache[0]; in allegro_enc_init()
53 dst[i++] = msg->l2_cache[1]; in allegro_enc_init()
54 dst[i++] = msg->l2_cache[2]; in allegro_enc_init()
H A Dallegro-mail.h40 s32 l2_cache[3]; member
H A Dallegro-core.c799 msg.l2_cache[0] = -1; in allegro_mcu_send_init()
800 msg.l2_cache[1] = -1; in allegro_mcu_send_init()
801 msg.l2_cache[2] = -1; in allegro_mcu_send_init()
/OK3568_Linux_fs/kernel/drivers/pinctrl/renesas/
H A Dpinctrl-rzn1.c219 u32 l2_cache; in rzn1_set_hw_pin_func() local
259 l2_cache = l2; in rzn1_set_hw_pin_func()
274 if (l1 != l1_cache || l2 != l2_cache) { in rzn1_set_hw_pin_func()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dcacheinfo.c184 union l2_cache { union
237 union l2_cache l2; in amd_cpuid4()