From: Chris Wilson Date: Sun, 5 Sep 2010 15:55:25 +0000 (+0100) Subject: drm: Do not force 1024x768 modes on unknown connectors X-Git-Tag: v2.6.36-rc4~95^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7ef35a960369bcad733b92868e4befe03ba9234;p=pandora-kernel.git drm: Do not force 1024x768 modes on unknown connectors Only fallback to a set of default modes on a connector iff that connector is known to be connected. The issue occurs that with limited hardware which cannot probe a connector and so reports the connector status as unknown will then attempt to retrieve the modes for it during drm_helper_probe_single_connector_modes(). Should that fail, the helper then generates a default set which fools the fb_helper and causes havoc with the console and beyond. Signed-off-by: Chris Wilson Signed-off-by: Dave Airlie --- Reading git-diff-tree failed