Home
last modified time | relevance | path

Searched refs:tcm_area (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/omapdrm/
Dtcm-sita.c35 struct tcm_area *area);
36 static s32 sita_reserve_1d(struct tcm *tcm, u32 slots, struct tcm_area *area);
37 static s32 sita_free(struct tcm *tcm, struct tcm_area *area);
44 struct tcm_area *area);
47 struct tcm_area *field, struct tcm_area *area);
50 struct tcm_area *field, struct tcm_area *area);
53 struct tcm_area *field, struct tcm_area *area);
58 static s32 is_area_free(struct tcm_area ***map, u16 x0, u16 y0, u16 w, u16 h);
61 struct tcm_area *field, s32 criteria,
64 static void get_nearness_factor(struct tcm_area *field,
[all …]
Dtcm.h51 struct tcm_area { struct
72 struct tcm_area *area); argument
73 s32 (*reserve_1d)(struct tcm *tcm, u32 slots, struct tcm_area *area);
74 s32 (*free) (struct tcm *tcm, struct tcm_area *area);
132 u16 align, struct tcm_area *area) in tcm_reserve_2d()
164 struct tcm_area *area) in tcm_reserve_1d()
193 static inline s32 tcm_free(struct tcm_area *area) in tcm_free()
220 static inline void tcm_slice(struct tcm_area *parent, struct tcm_area *slice) in tcm_slice()
241 static inline bool tcm_area_is_valid(struct tcm_area *area) in tcm_area_is_valid()
259 static inline bool __tcm_is_in(struct tcm_pt *p, struct tcm_area *a) in __tcm_is_in()
[all …]
Dtcm-sita.h75 struct tcm_area a;
82 struct tcm_area ***map; /* pointers to the parent area for each slot */
87 void assign(struct tcm_area *a, u16 x0, u16 y0, u16 x1, u16 y1) in assign()
Domap_dmm_tiler.c305 static int fill(struct tcm_area *area, struct page **pages, in fill()
309 struct tcm_area slice, area_s; in fill()
594 struct tcm_area area = {0}; in omap_dmm_probe()
772 area = (struct tcm_area) { in omap_dmm_probe()
805 static void fill_map(char **map, int xdiv, int ydiv, struct tcm_area *a, in fill_map()
843 struct tcm_area *a) in map_1d_info()
862 struct tcm_area *a) in map_2d_info()
875 struct tcm_area a, p; in tiler_map_show()
972 struct tcm_area area; in omap_dmm_resume()
978 area = (struct tcm_area) { in omap_dmm_resume()
Domap_dmm_tiler.h39 struct tcm_area area; /* area */
Domap_gem.c990 struct tcm_area *area = &omap_obj->block->area; in omap_gem_describe()