Lines Matching refs:tiler_block
507 int tiler_pin(struct tiler_block *block, struct page **pages, in tiler_pin()
520 int tiler_unpin(struct tiler_block *block) in tiler_unpin()
528 struct tiler_block *tiler_reserve_2d(enum tiler_fmt fmt, u16 w, in tiler_reserve_2d()
531 struct tiler_block *block; in tiler_reserve_2d()
570 struct tiler_block *tiler_reserve_1d(size_t size) in tiler_reserve_1d()
572 struct tiler_block *block = kzalloc(sizeof(*block), GFP_KERNEL); in tiler_reserve_1d()
595 int tiler_release(struct tiler_block *block) in tiler_release()
667 dma_addr_t tiler_ssptr(struct tiler_block *block) in tiler_ssptr()
676 dma_addr_t tiler_tsptr(struct tiler_block *block, u32 orient, in tiler_tsptr()
728 struct tiler_block *block, *_block; in omap_dmm_remove()
1066 struct tiler_block *block; in tiler_map_show()