From: Alan Cox Date: Fri, 13 May 2011 10:08:26 +0000 (+0100) Subject: gma500: Don't try and take a GEM handle of a non GEM fb X-Git-Tag: v3.0-rc1~336^2~265 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f0c8f43ee5e9e12ed36a5950e19cfe513669ae7;p=pandora-kernel.git gma500: Don't try and take a GEM handle of a non GEM fb The initial GMA500 framebuffer is not GEM but stolen memory. We can't therefore take a GEM handle of it. Stop anyone trying to do this and causing a crash. Ideally we need a way to have GEM handles to non GEM objects but it's not clear how and if GEM and the modesetting/fb interfaces it provides are supposed to or indeed if they can handle it. Signed-off-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed