[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Oct 1 06:03:15 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=66963
--- Comment #140 from Alex Deucher <agd5f at yahoo.com> ---
(In reply to comment #139)
>
> I tried exiting early out of a few other functions like rv6xx_dpm_init, but
> haven't had any better results. I put a printk statement in _init, which
> never got printed.. Could we never make it there? I couldn't find anything
> that comes before _init...
rv6xx_dpm_init() doesn't actually touch the hw, it just initializes the driver
structures used by dpm. Try returning early in rv6xx_setup_asic().
The order at module load time looks like:
dpm_init()
dpm_setup_asic()
dpm_enable()
dpm_set_power_state()
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131001/1833f1d0/attachment.html>
More information about the dri-devel
mailing list