<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [NVE6] Random GPU Lockups, works with blob PGRAPH fw"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=72180#c21">Comment # 21</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [NVE6] Random GPU Lockups, works with blob PGRAPH fw"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=72180">bug 72180</a>
              from <span class="vcard"><a class="email" href="mailto:imirkin@alum.mit.edu" title="Ilia Mirkin <imirkin@alum.mit.edu>"> <span class="fn">Ilia Mirkin</span></a>
</span></b>
        <pre>Whether the firmware needs to be in the initrd or not depends on how you have
it  set up. It needs to be there when the nouveau code is initialized (if you
have a module, that means when the module is loaded, if it's built-in, then it
needs to be added to the kernel image itself with the ADDITIONAL_FIRMWARE thing
or whatever it's called).

e.g. the way I set up my initrd is that it does next to nothing, just asks for
a password, decrypts the partition, mounts it, and swaps it in as the 'new'
root. I never need to touch it (unless I want to make changes to the decryption
logic). Modules are loaded with my regular '/' in place.

Most distros prefer the complex route and have their initrd's load everything,
which in turn means that the firmware needs to be in the intird, and the initrd
needs to be updated for every kernel. [Aside: This makes sense when you're
creating something that must work on every hardware combination ever imagined
(and not) whereby you don't want to build every driver in, but you do want to
support various esoteric devices that are may be required for booting, like
disk or network. And once you do that, might as well do everything there. But
it's very rare that I solder some crazy raid controller into my laptop, so it
doesn't really make sense for more tailored setups.]</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>