Searched refs:host1x_bo_mapping (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/include/linux/ |
H 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);
|
/openbmc/linux/drivers/gpu/host1x/ |
H A D | job.h | 38 struct host1x_bo_mapping *map;
|
H A D | bus.c | 884 struct host1x_bo_mapping *host1x_bo_pin(struct device *dev, struct host1x_bo *bo, in host1x_bo_pin() 888 struct host1x_bo_mapping *mapping; in host1x_bo_pin() 929 struct host1x_bo_mapping *mapping = to_host1x_bo_mapping(ref); in __host1x_bo_unpin() 945 void host1x_bo_unpin(struct host1x_bo_mapping *mapping) in host1x_bo_unpin()
|
H 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()
|
/openbmc/linux/drivers/gpu/drm/tegra/ |
H A D | uapi.h | 30 struct host1x_bo_mapping *map;
|
H A D | plane.h | 46 struct host1x_bo_mapping *map[3];
|
H A D | gem.c | 59 static struct host1x_bo_mapping *tegra_bo_pin(struct device *dev, struct host1x_bo *bo, in tegra_bo_pin() 64 struct host1x_bo_mapping *map; in tegra_bo_pin() 161 static void tegra_bo_unpin(struct host1x_bo_mapping *map) in tegra_bo_unpin() 497 struct host1x_bo_mapping *mapping, *tmp; in tegra_bo_free_object()
|
H 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()
|
H A D | plane.c | 147 struct host1x_bo_mapping *map; in tegra_dc_pin()
|