Searched refs:agx_shmem_alloc (Results 1 – 2 of 2) sorted by relevance
70 agx_shmem_alloc(struct agx_device *dev, size_t size, bool cmdbuf) in agx_shmem_alloc() function321 dev->cmdbuf = agx_shmem_alloc(dev, 0x4000, true); // length becomes kernelCommandDataSize in agx_open_device()322 dev->memmap = agx_shmem_alloc(dev, 0x10000, false); in agx_open_device()
87 agx_shmem_alloc(struct agx_device *dev, size_t size, bool cmdbuf);