From 88401f0335564b2b6aff7959ba1f9a1983bb4be7 Mon Sep 17 00:00:00 2001 From: Lajos Molnar Date: Fri, 16 Dec 2011 14:10:26 +0800 Subject: 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 --- arch/arm/mach-omap2/include/mach/tiler.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'arch') 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 -- cgit v1.2.3