[PATCH v2 1/2] arm64: dts: hikey: extend default cma size to 128MB

2016-08-24 Thread Guodong Xu
To support display in Debian on HiKey, cma heap is used to allocate graphic buffers. The default size of CMA is 16 MB which is not enough. Increase the default CMA size to 128 MB. cc: Fathi Boudra cc: John Stultz cc: Xinliang Liu Signed-off-by: Guodong Xu Acked-by: Rob Herring --- arch/arm6

Re: [PATCH v2 1/2] arm64: dts: hikey: extend default cma size to 128MB

2016-08-30 Thread Wei Xu
Hi Guodong, On 25/08/2016 04:00, Guodong Xu wrote: > To support display in Debian on HiKey, cma heap is used to allocate > graphic buffers. The default size of CMA is 16 MB which is not enough. > > Increase the default CMA size to 128 MB. > > cc: Fathi Boudra > cc: John Stultz > cc: Xinliang L