Searched refs:tiler_block (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/omapdrm/ |
| D | omap_dmm_tiler.h | 36 struct tiler_block { struct 90 int tiler_pin(struct tiler_block *block, struct page **pages, 92 int tiler_unpin(struct tiler_block *block); 95 struct tiler_block *tiler_reserve_2d(enum tiler_fmt fmt, u16 w, u16 h, 97 struct tiler_block *tiler_reserve_1d(size_t size); 98 int tiler_release(struct tiler_block *block); 101 dma_addr_t tiler_ssptr(struct tiler_block *block); 102 dma_addr_t tiler_tsptr(struct tiler_block *block, u32 orient,
|
| D | omap_dmm_tiler.c | 516 int tiler_pin(struct tiler_block *block, struct page **pages, in tiler_pin() 529 int tiler_unpin(struct tiler_block *block) in tiler_unpin() 537 struct tiler_block *tiler_reserve_2d(enum tiler_fmt fmt, u16 w, in tiler_reserve_2d() 540 struct tiler_block *block; in tiler_reserve_2d() 579 struct tiler_block *tiler_reserve_1d(size_t size) in tiler_reserve_1d() 581 struct tiler_block *block = kzalloc(sizeof(*block), GFP_KERNEL); in tiler_reserve_1d() 604 int tiler_release(struct tiler_block *block) in tiler_release() 676 dma_addr_t tiler_ssptr(struct tiler_block *block) in tiler_ssptr() 685 dma_addr_t tiler_tsptr(struct tiler_block *block, u32 orient, in tiler_tsptr() 737 struct tiler_block *block, *_block; in omap_dmm_remove() [all …]
|
| D | omap_gem.c | 81 struct tiler_block *block; 113 struct tiler_block *block; /* the reserved tiler block */ 779 struct tiler_block *block; in omap_gem_pin() 1350 struct tiler_block *block; in omap_gem_init()
|