From: Jerome Glisse Date: Thu, 10 Sep 2009 19:46:48 +0000 (+0200) Subject: drm/radeon/kms: move modeset init outside of GPU init X-Git-Tag: v2.6.32-rc1~159^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cf8a3f58806f12b975a89cfd7edf01566ff80a0;p=pandora-kernel.git drm/radeon/kms: move modeset init outside of GPU init We are splitting GPU & modeset init so that it's easier to abord only remaining GPU init when somethings fails. We want to always provide enough funcionalities to get fbcon and a shadowfb X working. Only acceptable error during initialization are memory allocation failure or io mapping failure. Signed-off-by: Jerome Glisse Signed-off-by: Dave Airlie --- Reading git-diff-tree failed