search for: 4c40763

Displaying 2 results from an estimated 2 matches for "4c40763".

2015 Feb 22
2
[PATCH] Basic GM206 bringup (as copy of GM100)
--- src/nv_driver.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/nv_driver.c b/src/nv_driver.c index e726292..4c40763 100644 --- a/src/nv_driver.c +++ b/src/nv_driver.c @@ -377,6 +377,7 @@ NVHasKMS(struct pci_device *pci_dev, struct xf86_platform_device *platform_dev) case 0xf0: case 0x100: case 0x110: + case 0x120: break; default: xf86DrvMsg(-1, X_ERROR, "Unknown chipset: NV%02x\n", chipse...
2015 Mar 18
0
[PATCH] Basic GM206 bringup (as copy of GM100)
...ction is to hold though. There may be further differences... On Sun, Feb 22, 2015 at 9:53 AM, Stefan Huehner <stefan at huehner.org> wrote: > --- > src/nv_driver.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/src/nv_driver.c b/src/nv_driver.c > index e726292..4c40763 100644 > --- a/src/nv_driver.c > +++ b/src/nv_driver.c > @@ -377,6 +377,7 @@ NVHasKMS(struct pci_device *pci_dev, struct xf86_platform_device *platform_dev) > case 0xf0: > case 0x100: > case 0x110: > + case 0x120: > break; >...