commit | a93f344d3c04e4b84490c65f2a574387c593be40 | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexdeucher@gmail.com> | Mon Dec 20 11:22:29 2010 -0500 |
committer | Dave Airlie <airlied@redhat.com> | Tue Dec 21 12:53:34 2010 +1000 |
tree | f5dcff82b77841d5e44130c0765f77d99ae66733 | |
parent | 86f5c9edbb3bac37cc8cee6528a929005ba72aad [diff] |
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 <alexdeucher@gmail.com> Cc: stable@kernel.org Signed-off-by: Dave Airlie <airlied@redhat.com>