From: Matthew Garrett Date: Thu, 26 Jul 2012 22:00:27 +0000 (-0400) Subject: X86: Improve GOP detection in the EFI boot stub X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~87^2~3^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38cb5ef4473c6f510fae3a00bdac3acd550e3796;p=pandora-kernel.git X86: Improve GOP detection in the EFI boot stub We currently use the PCI IO protocol as a proxy for a functional GOP. This is less than ideal, since some platforms will put the GOP on output devices rather than the GPU itself. Move to using the conout protocol. This is not guaranteed per-spec, but is part of the consplitter implementation that causes this problem in the first place and so should be reliable. Signed-off-by: Matthew Garrett Signed-off-by: Matt Fleming --- Reading git-diff-tree failed