drm/radeon/dpm: switch on new late_enable callback
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 19 Dec 2013 21:17:47 +0000 (16:17 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 24 Dec 2013 22:56:50 +0000 (17:56 -0500)
Right now it's called right after enable, but after
reworking the dpm init order, it will get called later
to accomodate loading the smc early, but enabling
thermal interrupts and block powergating later after
the ring tests are complete.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

No differences found