Displaying 2 results from an estimated 2 matches for "2b74fc6".
Did you mean:
0x74fc6
2013 Apr 26
1
[PATCH] nouveau: Allow 3D accelerators with output ports
...rex at denx.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, 0x0...
2013 May 03
0
[PATCH V2] nouveau: Allow 3D accelerators with output ports
...Skeggs <skeggsb at gmail.com>
---
src/nv_driver.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
V2: Use 0x00ff0000 PCI device mask instead of 0x00fffdff to align
the code with the nouveau kernel driver as requested by Ben.
diff --git a/src/nv_driver.c b/src/nv_driver.c
index 2b74fc6..d504d3c 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, 0x0...