bcast_mmu         270 drivers/gpu/drm/lima/lima_device.c 		pipe->bcast_mmu = dev->ip + lima_ip_ppmmu_bcast;
bcast_mmu         242 drivers/gpu/drm/lima/lima_sched.c 	if (pipe->bcast_mmu)
bcast_mmu         243 drivers/gpu/drm/lima/lima_sched.c 		lima_mmu_switch_vm(pipe->bcast_mmu, vm);
bcast_mmu         268 drivers/gpu/drm/lima/lima_sched.c 	if (pipe->bcast_mmu)
bcast_mmu         269 drivers/gpu/drm/lima/lima_sched.c 		lima_mmu_page_fault_resume(pipe->bcast_mmu);
bcast_mmu          57 drivers/gpu/drm/lima/lima_sched.h 	struct lima_ip *bcast_mmu;