drm/radeon/kms: move around new init path code to avoid posting at init
authorDave Airlie <airlied@linux.ie>
Fri, 18 Sep 2009 05:19:37 +0000 (15:19 +1000)
committerDave Airlie <airlied@redhat.com>
Fri, 18 Sep 2009 06:17:42 +0000 (16:17 +1000)
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>

No differences found