[PATCH 4/8] drm: add initial_config function to fb helper

2013-02-06 Thread Chris Wilson
From: Jesse Barnes 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. I

[PATCH 4/8] drm: add initial_config function to fb helper

2013-02-06 Thread Chris Wilson
From: Jesse Barnes 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. I