Home
last modified time | relevance | path

Searched refs:host1x_bo_pin (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/host1x/
H A Djob.c184 map = host1x_bo_pin(dev, bo, direction, NULL); in pin_job()
231 map = host1x_bo_pin(host->dev, g->bo, DMA_TO_DEVICE, NULL); in pin_job()
H A Dbus.c884 struct host1x_bo_mapping *host1x_bo_pin(struct device *dev, struct host1x_bo *bo, in host1x_bo_pin() function
925 EXPORT_SYMBOL(host1x_bo_pin);
/linux/drivers/gpu/drm/tegra/
H A Duapi.c243 mapping->map = host1x_bo_pin(mapping_dev, mapping->bo, direction, NULL); in tegra_drm_ioctl_channel_map()
H A Dplane.c149 map = host1x_bo_pin(dc->dev, &bo->base, DMA_TO_DEVICE, &dc->client.cache); in tegra_dc_pin()
/linux/include/linux/
H A Dhost1x.h180 struct host1x_bo_mapping *host1x_bo_pin(struct device *dev, struct host1x_bo *bo,