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

--- Comment #30 from Ilia Mirkin <[email protected]> ---
Here's a crazy idea --

in drivers/gpu/drm/nouveau/core/engine/disp/nv50.c:nv50_disp_intr_unk20_2,
change

u32 ctrl = nv_rd32(priv, 0x610798 + soff);

to

u32 ctrl = nv_rd32(priv, 0x610794 + soff);

And obviously get rid of the link_nr = 4 hack.

(I'm basing this on the fact that nv50_disp_intr_unk20_2_dp reads the ctrl
value from there for figuring out the bpp.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Nouveau mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/nouveau

Reply via email to