Searched refs:tiler_block (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/omapdrm/ |
| H A D | omap_dmm_tiler.h | 28 struct tiler_block { struct 82 int tiler_pin(struct tiler_block *block, struct page **pages, 84 int tiler_unpin(struct tiler_block *block); 87 struct tiler_block *tiler_reserve_2d(enum tiler_fmt fmt, u16 w, u16 h, 89 struct tiler_block *tiler_reserve_1d(size_t size); 90 int tiler_release(struct tiler_block *block); 93 dma_addr_t tiler_ssptr(struct tiler_block *block); 94 dma_addr_t tiler_tsptr(struct tiler_block *block, u32 orient,
|
| H A D | omap_dmm_tiler.c | 509 int tiler_pin(struct tiler_block *block, struct page **pages, in tiler_pin() 522 int tiler_unpin(struct tiler_block *block) in tiler_unpin() 530 struct tiler_block *tiler_reserve_2d(enum tiler_fmt fmt, u16 w, in tiler_reserve_2d() 533 struct tiler_block *block; in tiler_reserve_2d() 572 struct tiler_block *tiler_reserve_1d(size_t size) in tiler_reserve_1d() 574 struct tiler_block *block = kzalloc_obj(*block); in tiler_reserve_1d() 597 int tiler_release(struct tiler_block *block) in tiler_release() 669 dma_addr_t tiler_ssptr(struct tiler_block *block) in tiler_ssptr() 678 dma_addr_t tiler_tsptr(struct tiler_block *block, u32 orient, in tiler_tsptr() 730 struct tiler_block *block, *_block; in omap_dmm_remove() [all …]
|
| H A D | omap_gem.c | 83 struct tiler_block *block; 115 struct tiler_block *block; /* the reserved tiler block */ 748 struct tiler_block *block; in omap_gem_pin_tiler() 1492 struct tiler_block *block; in omap_gem_init()
|