Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/lima/
Dlima_sched.c273 if (pipe->bcast_mmu) in lima_sched_run_job()
274 lima_mmu_switch_vm(pipe->bcast_mmu, pipe->current_vm); in lima_sched_run_job()
433 if (pipe->bcast_mmu) in lima_sched_timedout_job()
434 lima_mmu_page_fault_resume(pipe->bcast_mmu); in lima_sched_timedout_job()
485 if (pipe->bcast_mmu) { in lima_sched_recover_work()
486 lima_mmu_flush_tlb(pipe->bcast_mmu); in lima_sched_recover_work()
Dlima_sched.h71 struct lima_ip *bcast_mmu; member
Dlima_device.c334 pipe->bcast_mmu = dev->ip + lima_ip_ppmmu_bcast; in lima_init_pp_pipe()