From: Jerome Glisse Date: Thu, 1 Oct 2009 16:02:13 +0000 (+0200) Subject: drm/radeon/kms: Fix R600/RV770 startup path & reset X-Git-Tag: v2.6.32-rc4~32^2^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3c1945aaf48a5893238d95139f202531994094d;p=pandora-kernel.git drm/radeon/kms: Fix R600/RV770 startup path & reset We were calling reset unconditionaly in the startup path this is bad we need to call GPU reset for a good reason as after reset the GPU is in unknown states. To avoid any more bad things to happen we now also unconditionaly reinitialize the GPU after reset. This patch fix few issues reported by different people regarding KMS & R6XX/RV7XX hw. Signed-off-by: Jerome Glisse Signed-off-by: Dave Airlie --- Reading git-diff-tree failed