Home
last modified time | relevance | path

Searched refs:host1x_bo_munmap (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/host1x/hw/
H A Ddebug_hw.c234 host1x_bo_munmap(g->bo, mapped); in show_channel_gathers()
H A Dchannel_hw.c46 host1x_bo_munmap(bo, mem); in trace_write_gather()
/openbmc/linux/drivers/gpu/host1x/
H A Djob.c318 host1x_bo_munmap(cmdbuf, cmdbuf_addr); in do_relocs()
578 host1x_bo_munmap(g->bo, gather); in copy_gathers()
/openbmc/linux/include/linux/
H A Dhost1x.h185 static inline void host1x_bo_munmap(struct host1x_bo *bo, void *addr) in host1x_bo_munmap() function