<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=66963#c140">Comment # 140</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=66963">bug 66963</a>
              from <span class="vcard"><a class="email" href="mailto:agd5f@yahoo.com" title="Alex Deucher <agd5f@yahoo.com>"> <span class="fn">Alex Deucher</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=66963#c139">comment #139</a>)
<span class="quote">> 
> 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...</span >

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()</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>