Searched refs:host1x_bo_mapping (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | host1x.h | 120 struct host1x_bo_mapping { struct 136 static inline struct host1x_bo_mapping *to_host1x_bo_mapping(struct kref *ref) in to_host1x_bo_mapping() argument 138 return container_of(ref, struct host1x_bo_mapping, ref); in to_host1x_bo_mapping() 144 struct host1x_bo_mapping *(*pin)(struct device *dev, struct host1x_bo *bo, 146 void (*unpin)(struct host1x_bo_mapping *map); 175 struct host1x_bo_mapping *host1x_bo_pin(struct device *dev, struct host1x_bo *bo, 178 void host1x_bo_unpin(struct host1x_bo_mapping *map);
|
/linux-6.3-rc2/drivers/gpu/host1x/ |
A D | job.h | 38 struct host1x_bo_mapping *map;
|
A D | bus.c | 911 struct host1x_bo_mapping *host1x_bo_pin(struct device *dev, struct host1x_bo *bo, in host1x_bo_pin() 915 struct host1x_bo_mapping *mapping; in host1x_bo_pin() 956 struct host1x_bo_mapping *mapping = to_host1x_bo_mapping(ref); in __host1x_bo_unpin() 972 void host1x_bo_unpin(struct host1x_bo_mapping *mapping) in host1x_bo_unpin()
|
A D | job.c | 155 struct host1x_bo_mapping *map; in pin_job() 213 struct host1x_bo_mapping *map; in pin_job() 659 struct host1x_bo_mapping *map = job->unpins[i].map; in host1x_job_unpin()
|
/linux-6.3-rc2/drivers/gpu/drm/tegra/ |
A D | uapi.h | 30 struct host1x_bo_mapping *map;
|
A D | plane.h | 46 struct host1x_bo_mapping *map[3];
|
A D | gem.c | 58 static struct host1x_bo_mapping *tegra_bo_pin(struct device *dev, struct host1x_bo *bo, in tegra_bo_pin() 63 struct host1x_bo_mapping *map; in tegra_bo_pin() 160 static void tegra_bo_unpin(struct host1x_bo_mapping *map) in tegra_bo_unpin() 496 struct host1x_bo_mapping *mapping, *tmp; in tegra_bo_free_object()
|
A D | submit.c | 67 static struct host1x_bo_mapping * 71 struct host1x_bo_mapping *map; in gather_bo_pin() 112 static void gather_bo_unpin(struct host1x_bo_mapping *map) in gather_bo_unpin()
|
A D | plane.c | 147 struct host1x_bo_mapping *map; in tegra_dc_pin()
|
Completed in 14 milliseconds