Home
last modified time | relevance | path

Searched refs:phys_em (Results 1 - 4 of 4) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_hwcnt_legacy.c52 struct kbase_hwcnt_physical_enable_map phys_em; in kbase_hwcnt_legacy_client_create() local
73 phys_em.fe_bm = enable->fe_bm; in kbase_hwcnt_legacy_client_create()
74 phys_em.shader_bm = enable->shader_bm; in kbase_hwcnt_legacy_client_create()
75 phys_em.tiler_bm = enable->tiler_bm; in kbase_hwcnt_legacy_client_create()
76 phys_em.mmu_l2_bm = enable->mmu_l2_bm; in kbase_hwcnt_legacy_client_create()
77 kbase_hwcnt_gpu_enable_map_from_physical(&hlcli->enable_map, &phys_em); in kbase_hwcnt_legacy_client_create()
H A Dmali_kbase_vinstr.c384 struct kbase_hwcnt_physical_enable_map phys_em; in kbasep_vinstr_client_create() local
402 phys_em.fe_bm = setup->fe_bm; in kbasep_vinstr_client_create()
403 phys_em.shader_bm = setup->shader_bm; in kbasep_vinstr_client_create()
404 phys_em.tiler_bm = setup->tiler_bm; in kbasep_vinstr_client_create()
405 phys_em.mmu_l2_bm = setup->mmu_l2_bm; in kbasep_vinstr_client_create()
406 kbase_hwcnt_gpu_enable_map_from_physical(&vcli->enable_map, &phys_em); in kbasep_vinstr_client_create()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_kinstr_prfcnt.c112 * @phys_em: Enable map used by the GPU.
120 struct kbase_hwcnt_physical_enable_map phys_em; member
677 &cli->config.phys_em); in kbasep_kinstr_prfcnt_client_start()
716 struct kbase_hwcnt_physical_enable_map phys_em; in kbasep_kinstr_prfcnt_client_stop() local
734 phys_em.fe_bm = 0; in kbasep_kinstr_prfcnt_client_stop()
735 phys_em.tiler_bm = 0; in kbasep_kinstr_prfcnt_client_stop()
736 phys_em.mmu_l2_bm = 0; in kbasep_kinstr_prfcnt_client_stop()
737 phys_em.shader_bm = 0; in kbasep_kinstr_prfcnt_client_stop()
739 kbase_hwcnt_gpu_enable_map_from_physical(&cli->enable_map, &phys_em); in kbasep_kinstr_prfcnt_client_stop()
763 &cli->config.phys_em); in kbasep_kinstr_prfcnt_client_stop()
1520 kbasep_kinstr_prfcnt_block_enable_to_physical(uint32_t *phys_em, const uint64_t *enable_mask) kbasep_kinstr_prfcnt_block_enable_to_physical() argument
1808 struct kbase_hwcnt_physical_enable_map phys_em; kbasep_kinstr_prfcnt_client_create() local
[all...]
H A Dmali_kbase_vinstr.c410 struct kbase_hwcnt_physical_enable_map phys_em; in kbasep_vinstr_client_create() local
428 phys_em.fe_bm = setup->fe_bm; in kbasep_vinstr_client_create()
429 phys_em.shader_bm = setup->shader_bm; in kbasep_vinstr_client_create()
430 phys_em.tiler_bm = setup->tiler_bm; in kbasep_vinstr_client_create()
431 phys_em.mmu_l2_bm = setup->mmu_l2_bm; in kbasep_vinstr_client_create()
432 kbase_hwcnt_gpu_enable_map_from_physical(&vcli->enable_map, &phys_em); in kbasep_vinstr_client_create()

Completed in 6 milliseconds