search for: 0dce0aa

Displaying 1 result from an estimated 1 matches for "0dce0aa".

Did you mean: 0dce089
2013 Apr 26
1
[PATCH] nouveau: Allow 3D accelerators with output ports
...nx.de> Cc: Dave Airlie <airlied at redhat.com> --- src/nv_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) NOTE: I might have sent this to the wrong ML, this is my first time submitting a nouveau patch. diff --git a/src/nv_driver.c b/src/nv_driver.c index 2b74fc6..0dce0aa 100644 --- a/src/nv_driver.c +++ b/src/nv_driver.c @@ -60,7 +60,7 @@ static Bool NVUnmapMem(ScrnInfoPtr pScrn); #define NOUVEAU_PCI_DEVICE(_vendor_id, _device_id) \ { (_vendor_id), (_device_id), PCI_MATCH_ANY, PCI_MATCH_ANY, \ - 0x00030000, 0x00ffffff,...