Re: [PATCH] video: mx3fb: Allow blocking during framebuffer allocation

2014-01-08 Thread Tomi Valkeinen
On 2013-12-19 10:23, Sascha Hauer wrote: > No need to allocate the framebuffer from the atomic pool, we are not > in interrupt context. Adding GFP_KERNEL to the framebuffer allocation > allows to use the much bigger CMA pool to allocate the framebuffer. > > Signed-off-by: Sascha Hauer > Cc: Jean-

[PATCH] video: mx3fb: Allow blocking during framebuffer allocation

2013-12-19 Thread Sascha Hauer
No need to allocate the framebuffer from the atomic pool, we are not in interrupt context. Adding GFP_KERNEL to the framebuffer allocation allows to use the much bigger CMA pool to allocate the framebuffer. Signed-off-by: Sascha Hauer Cc: Jean-Christophe Plagniol-Villard Cc: Tomi Valkeinen Cc: