RE: [RESEND PATCH 2/3] ARM: EXYNOS4: Update consistent DMA size to 8MB

2011-09-21 Thread Kukjin Kim
Hatim Ali wrote: > > Change the consistent DMA allocation to 8MB to support the > TVOUT driver. > Probably, this conflicts with 'Remove define CONSISTENT_DMA_SIZE'. As other guy said, we need to check the progress of it before this. Thanks. Best regards, Kgene. -- Kukjin Kim , Senior Engineer

Re: [RESEND PATCH 2/3] ARM: EXYNOS4: Update consistent DMA size to 8MB

2011-09-21 Thread Tushar Behera
--- Sender : Kyungmin Park Date : Sep 21, 2011 11:55 (GMT+05:30) Title : Re: [RESEND PATCH 2/3] ARM: EXYNOS4: Update consistent DMA size to 8MB Hi, As I know, CONSISTENT_DMA_SIZE is removed, please use the updated APIs. Thank you, Kyungmin Park On Wed, Sep 21, 2011 at 2:44 PM, Hatim Ali

Re: Re: [RESEND PATCH 2/3] ARM: EXYNOS4: Update consistent DMA size to 8MB

2011-09-21 Thread HATIMALI RV
, Hatim Ali --- Original Message --- Sender : Kyungmin Park Date : Sep 21, 2011 11:55 (GMT+05:30) Title : Re: [RESEND PATCH 2/3] ARM: EXYNOS4: Update consistent DMA size to 8MB Hi, As I know, CONSISTENT_DMA_SIZE is removed, please use the updated APIs. Thank you, Kyungmin Park On Wed

Re: [RESEND PATCH 2/3] ARM: EXYNOS4: Update consistent DMA size to 8MB

2011-09-20 Thread Kyungmin Park
Hi, As I know, CONSISTENT_DMA_SIZE is removed, please use the updated APIs. Thank you, Kyungmin Park On Wed, Sep 21, 2011 at 2:44 PM, Hatim Ali wrote: > Change the consistent DMA allocation to 8MB to support the > TVOUT driver. > > NOTE: Once CMA support is merged into mainline, we will use it

[RESEND PATCH 2/3] ARM: EXYNOS4: Update consistent DMA size to 8MB

2011-09-20 Thread Hatim Ali
Change the consistent DMA allocation to 8MB to support the TVOUT driver. NOTE: Once CMA support is merged into mainline, we will use it for memory allocation. Signed-off-by: Hatim Ali --- arch/arm/mach-exynos4/include/mach/memory.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) di