Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/host1x/
Djob.c178 map = host1x_bo_pin(dev, bo, direction, NULL); in pin_job()
225 map = host1x_bo_pin(host->dev, g->bo, DMA_TO_DEVICE, NULL); in pin_job()
Dbus.c911 struct host1x_bo_mapping *host1x_bo_pin(struct device *dev, struct host1x_bo *bo, in host1x_bo_pin() function
952 EXPORT_SYMBOL(host1x_bo_pin);
/linux-6.1.9/drivers/gpu/drm/tegra/
Duapi.c243 mapping->map = host1x_bo_pin(mapping_dev, mapping->bo, direction, NULL); in tegra_drm_ioctl_channel_map()
Dplane.c149 map = host1x_bo_pin(dc->dev, &bo->base, DMA_TO_DEVICE, &dc->client.cache); in tegra_dc_pin()
/linux-6.1.9/include/linux/
Dhost1x.h174 struct host1x_bo_mapping *host1x_bo_pin(struct device *dev, struct host1x_bo *bo,