From: Alex Deucher Date: Mon, 20 Dec 2010 16:22:29 +0000 (-0500) Subject: drm/radeon/kms: reorder display resume to avoid problems X-Git-Tag: v2.6.37-rc8~26^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a93f344d3c04e4b84490c65f2a574387c593be40;p=pandora-kernel.git drm/radeon/kms: reorder display resume to avoid problems On resume, we were attemping to unblank the displays before the timing and plls had be reprogrammed which led to atom timeouts waiting for things that are not yet programmed. Re-program the mode first, then reset the dpms state. This fixes the infamous atombios timeouts on resume. Signed-off-by: Alex Deucher Cc: stable@kernel.org Signed-off-by: Dave Airlie --- Reading git-diff-tree failed