From: Jesse Barnes Date: Tue, 19 Feb 2013 21:31:39 +0000 (-0800) Subject: drm: add initial_config function to fb helper X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~55^2~51^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11e17a0873aba66b251e77ff246590b9390cdc68;p=pandora-kernel.git drm: add initial_config function to fb helper Rather than building a config which may or may not work, let the driver build an initial fb config. This allows the driver to use the BIOS boot configuration for example, displaying kernel messages and the initial fb console on the same outputs the BIOS lit up at boot time. If that fails, the driver can still fall back the same way as the core. Signed-off-by: Jesse Barnes Signed-off-by: Chris Wilson Cc: dri-devel@lists.freedesktop.org Acked-by: Dave Airlie Reviewed-by: Imre Deak Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed