commit | fc30b8efbe1b271eb64e0d4f6cb2a91bb57ee5f3 | [log] [tgz] |
---|---|---|
author | Dave Airlie <airlied@linux.ie> | Fri Sep 18 15:19:37 2009 +1000 |
committer | Dave Airlie <airlied@redhat.com> | Fri Sep 18 16:17:42 2009 +1000 |
tree | 87e0fb824b19667c2570bc99bc9ca918f4a25f6e | |
parent | bc1a631e5104317cc8b4ef7d14adc597f2844003 [diff] |
drm/radeon/kms: move around new init path code to avoid posting at init We really don't want to post the card at init, it takes a relatively long time and isn't required, so split the resume path into a startup path called by both init/resume and separate resume entry point to do posting. Signed-off-by: Dave Airlie <airlied@redhat.com>