From: Sascha Hauer Date: Thu, 19 Dec 2013 08:23:08 +0000 (+0100) Subject: video: mx3fb: Allow blocking during framebuffer allocation X-Git-Tag: v3.14-rc1~105^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d32d0476906e1451cbcb91e88320134a4b890b7;p=pandora-kernel.git video: mx3fb: Allow blocking during framebuffer allocation 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: linux-fbdev@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed