Searched refs:tiler_block (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/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 | 380 int tiler_pin(struct tiler_block *block, struct page **pages, in tiler_pin() 393 int tiler_unpin(struct tiler_block *block) in tiler_unpin() 401 struct tiler_block *tiler_reserve_2d(enum tiler_fmt fmt, u16 w, in tiler_reserve_2d() 404 struct tiler_block *block; in tiler_reserve_2d() 443 struct tiler_block *tiler_reserve_1d(size_t size) in tiler_reserve_1d() 445 struct tiler_block *block = kzalloc(sizeof(*block), GFP_KERNEL); in tiler_reserve_1d() 468 int tiler_release(struct tiler_block *block) in tiler_release() 540 dma_addr_t tiler_ssptr(struct tiler_block *block) in tiler_ssptr() 549 dma_addr_t tiler_tsptr(struct tiler_block *block, u32 orient, in tiler_tsptr() 601 struct tiler_block *block, *_block; in omap_dmm_remove() [all …]
|
| D | omap_gem.c | 90 struct tiler_block *block; 122 struct tiler_block *block; /* the reserved tiler block */ 788 struct tiler_block *block; in omap_gem_pin() 1359 struct tiler_block *block; in omap_gem_init()
|