From: Antonino A. Daplas Date: Fri, 9 Sep 2005 20:04:34 +0000 (-0700) Subject: [PATCH] fbdev: Resurrect hooks to get EDID from firmware X-Git-Tag: v2.6.14-rc1~325 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e518d7672dea4cd7c60871e40d0490c52f01d13;p=pandora-kernel.git [PATCH] fbdev: Resurrect hooks to get EDID from firmware For the i386, code is already present in video.S that gets the EDID from the video BIOS. Make this visible so drivers can also use this data as fallback when i2c does not work. To ensure that the EDID block is returned for the primary graphics adapter only, by check if the IORESOURCE_ROM_SHADOW flag is set. Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed