From: Alan Cox Date: Thu, 12 Jan 2012 14:40:12 +0000 (+0000) Subject: gma500: Discard modes that don't fit in stolen memory X-Git-Tag: v3.3-rc1~70^2~5 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f821c675a389cf4aab7f1dc8ee0860fba4f3204;p=pandora-kernel.git gma500: Discard modes that don't fit in stolen memory [This fixes a crash on boot if the system is plugged into an HDTV so it's probably appropriate to push even though it didn't make the window. We could be cleverer about this but the simple version seems to be the safe one] From: Patrik Jakobsson At the moment we cannot allocate more than stolen memory size for framebuffers. To get around that issues we discard modes that doesn't fit. This is a temporary solution until we can freely allocate framebuffer memory. [Currently the framebuffer needs to be linear in kernel space due to limits in the kernel fb layer - AC] Signed-off-by: Patrik Jakobsson Signed-off-by: Alan Cox Signed-off-by: Dave Airlie --- Reading git-diff-tree failed