search for: a0459cc4

Displaying 1 result from an estimated 1 matches for "a0459cc4".

2013 Apr 26
1
[PATCH] nouveau: Allow 3D accelerators with output ports
This patch let's cards with PCI class 0x30200 (3D controller) be operated by the nouveau driver as well. The nv Quadro NVS 450 is one such card, where the first GPU has PCI class 0x30000 and the other GPU has PCI class 0x30200. By ignoring the 1 << 9 bit in the PCI class mask, displays attached to the other GPU can also be used now. Signed-off-by: Marek Vasut <marex at denx.de>