Home
last modified time | relevance | path

Searched refs:host1x_bo_mapping (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/include/linux/
H A Dhost1x.h120 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 Djob.h38 struct host1x_bo_mapping *map;
H A Dbus.c884 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 Djob.c155 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 Duapi.h30 struct host1x_bo_mapping *map;
H A Dplane.h46 struct host1x_bo_mapping *map[3];
H A Dgem.c59 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 Dsubmit.c67 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 Dplane.c147 struct host1x_bo_mapping *map; in tegra_dc_pin()