<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Unable to handle kernel NULL pointer dereference on 4.13.0-1-sparc64-smp"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=103284#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Unable to handle kernel NULL pointer dereference on 4.13.0-1-sparc64-smp"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=103284">bug 103284</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>OK, so looks like it very successfully creates a GT214_DISP object, and then
proceeds to call nv50_display_create. This then does not trigger *any* further
traces, and errors out. It errors out before the dmac is initialized, and I
think something in the list head thing fails.

Now, as I recall, SPARC has 8k pages. You could try bumping some of those 4096
values up to 8192 and see if that magically makes it work, at least a little
(like the nouveau_bo_new).

If you're sufficiently interested, you could add a lot more prints throughout
that file to see exactly what fails, and then try to resolve it.

It might be an uphill battle though - a bunch of stuff is tied to 4K pages, I
think.</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>