Searched refs:tcm_area (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/omapdrm/ |
D | tcm.h | 49 struct tcm_area { struct 69 struct tcm_area *area); argument 70 s32 (*reserve_1d)(struct tcm *tcm, u32 slots, struct tcm_area *area); 71 s32 (*free)(struct tcm *tcm, struct tcm_area *area); 133 struct tcm_area *area) in tcm_reserve_2d() 166 struct tcm_area *area) in tcm_reserve_1d() 195 static inline s32 tcm_free(struct tcm_area *area) in tcm_free() 222 static inline void tcm_slice(struct tcm_area *parent, struct tcm_area *slice) in tcm_slice() 243 static inline bool tcm_area_is_valid(struct tcm_area *area) in tcm_area_is_valid() 261 static inline bool __tcm_is_in(struct tcm_pt *p, struct tcm_area *a) in __tcm_is_in() [all …]
|
D | tcm-sita.c | 155 struct tcm_area *area) in sita_reserve_1d() 175 struct tcm_area *area) in sita_reserve_2d() 200 static s32 sita_free(struct tcm *tcm, struct tcm_area *area) in sita_free()
|
D | omap_dmm_tiler.c | 459 static int fill(struct tcm_area *area, struct page **pages, in fill() 463 struct tcm_area slice, area_s; in fill() 773 struct tcm_area area = {0}; in omap_dmm_probe() 949 area = (struct tcm_area) { in omap_dmm_probe() 1000 static void fill_map(char **map, int xdiv, int ydiv, struct tcm_area *a, in fill_map() 1038 struct tcm_area *a) in map_1d_info() 1057 struct tcm_area *a) in map_2d_info() 1070 struct tcm_area a, p; in tiler_map_show() 1167 struct tcm_area area; in omap_dmm_resume() 1173 area = (struct tcm_area) { in omap_dmm_resume()
|
D | omap_dmm_tiler.h | 30 struct tcm_area area; /* area */
|
D | omap_gem.c | 1161 struct tcm_area *area = &omap_obj->block->area; in omap_gem_describe()
|