aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorLajos Molnar <molnar@ti.com>2011-12-16 14:10:26 +0800
committerAndy Green <andy.green@linaro.org>2011-12-26 22:33:01 +0800
commit88401f0335564b2b6aff7959ba1f9a1983bb4be7 (patch)
tree6926071fe8a0a09bf7996861ffd84587218d577d /arch
parenta8468ecc73c25511023dfbe362597f42cdc30e25 (diff)
TILER: Remove tiler_pack_alloc and tiler_pack_alloc_nv12 APIs
Tiler allocations are autopacked, so these API-s are no longer needed. For more optimal allocations, tiler_reserve and tiler_reserve_nv12 can be used to prereserve these blocks. Signed-off-by: Lajos Molnar <molnar@ti.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-omap2/include/mach/tiler.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-omap2/include/mach/tiler.h b/arch/arm/mach-omap2/include/mach/tiler.h
index 79638a256f9..9ce79734482 100644
--- a/arch/arm/mach-omap2/include/mach/tiler.h
+++ b/arch/arm/mach-omap2/include/mach/tiler.h
@@ -212,12 +212,5 @@ u32 tiler_stride(u32 tsptr);
void tiler_rotate_view(struct tiler_view_orient *orient, u32 rotation);
-void tiler_alloc_packed(s32 *count, enum tiler_fmt fmt, u32 width, u32 height,
- void **sysptr, void **allocptr, s32 aligned);
-
-void tiler_alloc_packed_nv12(s32 *count, u32 width, u32 height, void **y_sysptr,
- void **uv_sysptr, void **y_allocptr,
- void **uv_allocptr, s32 aligned);
-
#endif