Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_kinstr_prfcnt.c120 struct kbase_hwcnt_physical_enable_map phys_em; member
662 &cli->config.phys_em); in kbasep_kinstr_prfcnt_client_start()
693 struct kbase_hwcnt_physical_enable_map phys_em; in kbasep_kinstr_prfcnt_client_stop() local
710 phys_em.fe_bm = 0; in kbasep_kinstr_prfcnt_client_stop()
711 phys_em.tiler_bm = 0; in kbasep_kinstr_prfcnt_client_stop()
712 phys_em.mmu_l2_bm = 0; in kbasep_kinstr_prfcnt_client_stop()
713 phys_em.shader_bm = 0; in kbasep_kinstr_prfcnt_client_stop()
715 kbase_hwcnt_gpu_enable_map_from_physical(&cli->enable_map, &phys_em); in kbasep_kinstr_prfcnt_client_stop()
736 &cli->config.phys_em); in kbasep_kinstr_prfcnt_client_stop()
1387 kbasep_kinstr_prfcnt_block_enable_to_physical(uint32_t *phys_em, in kbasep_kinstr_prfcnt_block_enable_to_physical() argument
[all …]
H A Dmali_kbase_vinstr.c416 struct kbase_hwcnt_physical_enable_map phys_em; in kbasep_vinstr_client_create() local
434 phys_em.fe_bm = setup->fe_bm; in kbasep_vinstr_client_create()
435 phys_em.shader_bm = setup->shader_bm; in kbasep_vinstr_client_create()
436 phys_em.tiler_bm = setup->tiler_bm; in kbasep_vinstr_client_create()
437 phys_em.mmu_l2_bm = setup->mmu_l2_bm; in kbasep_vinstr_client_create()
438 kbase_hwcnt_gpu_enable_map_from_physical(&vcli->enable_map, &phys_em); in kbasep_vinstr_client_create()