Symbol: tcm_area
drivers/gpu/drm/omapdrm/omap_dmm_tiler.c
1036
struct tcm_area *a)
drivers/gpu/drm/omapdrm/omap_dmm_tiler.c
1055
struct tcm_area *a)
drivers/gpu/drm/omapdrm/omap_dmm_tiler.c
1068
struct tcm_area a, p;
drivers/gpu/drm/omapdrm/omap_dmm_tiler.c
1165
struct tcm_area area;
drivers/gpu/drm/omapdrm/omap_dmm_tiler.c
1171
area = (struct tcm_area) {
drivers/gpu/drm/omapdrm/omap_dmm_tiler.c
461
static int fill(struct tcm_area *area, struct page **pages,
drivers/gpu/drm/omapdrm/omap_dmm_tiler.c
465
struct tcm_area slice, area_s;
drivers/gpu/drm/omapdrm/omap_dmm_tiler.c
773
struct tcm_area area = {0};
drivers/gpu/drm/omapdrm/omap_dmm_tiler.c
948
area = (struct tcm_area) {
drivers/gpu/drm/omapdrm/omap_dmm_tiler.c
998
static void fill_map(char **map, int xdiv, int ydiv, struct tcm_area *a,
drivers/gpu/drm/omapdrm/omap_dmm_tiler.h
30
struct tcm_area area; /* area */
drivers/gpu/drm/omapdrm/omap_gem.c
1151
struct tcm_area *area = &omap_obj->block->area;
drivers/gpu/drm/omapdrm/tcm-sita.c
155
struct tcm_area *area)
drivers/gpu/drm/omapdrm/tcm-sita.c
175
struct tcm_area *area)
drivers/gpu/drm/omapdrm/tcm-sita.c
200
static s32 sita_free(struct tcm *tcm, struct tcm_area *area)
drivers/gpu/drm/omapdrm/tcm.h
133
struct tcm_area *area)
drivers/gpu/drm/omapdrm/tcm.h
166
struct tcm_area *area)
drivers/gpu/drm/omapdrm/tcm.h
195
static inline s32 tcm_free(struct tcm_area *area)
drivers/gpu/drm/omapdrm/tcm.h
222
static inline void tcm_slice(struct tcm_area *parent, struct tcm_area *slice)
drivers/gpu/drm/omapdrm/tcm.h
243
static inline bool tcm_area_is_valid(struct tcm_area *area)
drivers/gpu/drm/omapdrm/tcm.h
261
static inline bool __tcm_is_in(struct tcm_pt *p, struct tcm_area *a)
drivers/gpu/drm/omapdrm/tcm.h
276
static inline u16 __tcm_area_width(struct tcm_area *area)
drivers/gpu/drm/omapdrm/tcm.h
282
static inline u16 __tcm_area_height(struct tcm_area *area)
drivers/gpu/drm/omapdrm/tcm.h
288
static inline u16 __tcm_sizeof(struct tcm_area *area)
drivers/gpu/drm/omapdrm/tcm.h
301
static inline s32 tcm_1d_limit(struct tcm_area *a, u32 num_pg)
drivers/gpu/drm/omapdrm/tcm.h
69
struct tcm_area *area);
drivers/gpu/drm/omapdrm/tcm.h
70
s32 (*reserve_1d)(struct tcm *tcm, u32 slots, struct tcm_area *area);
drivers/gpu/drm/omapdrm/tcm.h
71
s32 (*free)(struct tcm *tcm, struct tcm_area *area);