https://bugs.freedesktop.org/show_bug.cgi?id=103284

--- Comment #3 from Ilia Mirkin <imir...@alum.mit.edu> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/nouveau

Reply via email to