Home
last modified time | relevance | path

Searched refs:mmu_hw_operation_in_progress (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_defs.h1257 bool mmu_hw_operation_in_progress; member
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/mmu/
H A Dmali_kbase_mmu.c82 WARN_ON_ONCE(kbdev->mmu_hw_operation_in_progress); in mmu_hw_operation_begin()
83 kbdev->mmu_hw_operation_in_progress = true; in mmu_hw_operation_begin()
100 WARN_ON_ONCE(!kbdev->mmu_hw_operation_in_progress); in mmu_hw_operation_end()
101 kbdev->mmu_hw_operation_in_progress = false; in mmu_hw_operation_end()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_pm_driver.c1206 return !kbdev->mmu_hw_operation_in_progress && !kbdev->mmu_page_migrate_in_progress; in can_power_down_l2()