search for: nvkm_device_pci_10d

Displaying 10 results from an estimated 10 matches for "nvkm_device_pci_10d".

Did you mean: nvkm_device_pci_10de
2018 Feb 05
2
[PATCH 3/3] drm/nouveau/pci: SOR crossbar quirk for 10b0:1b81
...--git a/drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c b/drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c > index d2f9664afcf4..29de270f2232 100644 > --- a/drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c > +++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c > @@ -797,6 +797,13 @@ nvkm_device_pci_10de_139b[] = { > {} > }; > > +static const struct nvkm_device_pci_vendor > +nvkm_device_pci_10de_1b81[] = { > + /* Gainward GTX 1070 8192 MB */ > + { 0x10b0, 0x1b81, "GeForce GTX 1070",{ .outp_links_skip = BIT(7) } }, > + {} > +}; > +...
2018 Feb 05
3
[PATCH 1/3] drm/nouveau/pci: PCI IDs for pascal architecture
...nsertions(+) diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c b/drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c index f302d2b5782a..d2f9664afcf4 100644 --- a/drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c +++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c @@ -1551,6 +1551,47 @@ nvkm_device_pci_10de[] = { { 0x17c2, "GeForce GTX TITAN X" }, { 0x17c8, "GeForce GTX 980 Ti" }, { 0x17f0, "Quadro M6000" }, + { 0x1b00, "TITAN X (Pascal)" }, + { 0x1b02, "TITAN Xp" }, + { 0x1b06, "GeForce GTX 1080 TI" }, + { 0x1bb7, "Quadro P6000&q...
2018 Feb 05
2
[PATCH 3/3] drm/nouveau/pci: SOR crossbar quirk for 10b0:1b81
...evice/pci.c >>> b/drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c >>> index d2f9664afcf4..29de270f2232 100644 >>> --- a/drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c >>> +++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c >>> @@ -797,6 +797,13 @@ nvkm_device_pci_10de_139b[] = { >>> {} >>> }; >>> >>> +static const struct nvkm_device_pci_vendor >>> +nvkm_device_pci_10de_1b81[] = { >>> + /* Gainward GTX 1070 8192 MB */ >>> + { 0x10b0, 0x1b81, "GeForce GTX 1070",{ .outp_...
2018 Feb 05
2
[PATCH v2 1/3] drm/nouveau/pci: PCI IDs for pascal architecture
...nsertions(+) diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c b/drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c index f302d2b5782a..d2f9664afcf4 100644 --- a/drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c +++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c @@ -1551,6 +1551,47 @@ nvkm_device_pci_10de[] = { { 0x17c2, "GeForce GTX TITAN X" }, { 0x17c8, "GeForce GTX 980 Ti" }, { 0x17f0, "Quadro M6000" }, + { 0x1b00, "TITAN X (Pascal)" }, + { 0x1b02, "TITAN Xp" }, + { 0x1b06, "GeForce GTX 1080 TI" }, + { 0x1bb7, "Quadro P6000&q...
2018 Feb 05
0
[PATCH 3/3] drm/nouveau/pci: SOR crossbar quirk for 10b0:1b81
...1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c b/drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c index d2f9664afcf4..29de270f2232 100644 --- a/drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c +++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c @@ -797,6 +797,13 @@ nvkm_device_pci_10de_139b[] = { {} }; +static const struct nvkm_device_pci_vendor +nvkm_device_pci_10de_1b81[] = { + /* Gainward GTX 1070 8192 MB */ + { 0x10b0, 0x1b81, "GeForce GTX 1070",{ .outp_links_skip = BIT(7) } }, + {} +}; + static const struct nvkm_device_pci_device nvkm_device_pci_10de[] = {...
2018 Feb 05
0
[PATCH 3/3] drm/nouveau/pci: SOR crossbar quirk for 10b0:1b81
.../gpu/drm/nouveau/nvkm/engine/device/pci.c b/drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c >> index d2f9664afcf4..29de270f2232 100644 >> --- a/drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c >> +++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c >> @@ -797,6 +797,13 @@ nvkm_device_pci_10de_139b[] = { >> {} >> }; >> >> +static const struct nvkm_device_pci_vendor >> +nvkm_device_pci_10de_1b81[] = { >> + /* Gainward GTX 1070 8192 MB */ >> + { 0x10b0, 0x1b81, "GeForce GTX 1070",{ .outp_links_skip = BIT(7) } }, >...
2018 Feb 05
0
[PATCH 3/3] drm/nouveau/pci: SOR crossbar quirk for 10b0:1b81
...;>> b/drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c >>>> index d2f9664afcf4..29de270f2232 100644 >>>> --- a/drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c >>>> +++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c >>>> @@ -797,6 +797,13 @@ nvkm_device_pci_10de_139b[] = { >>>> {} >>>> }; >>>> >>>> +static const struct nvkm_device_pci_vendor >>>> +nvkm_device_pci_10de_1b81[] = { >>>> + /* Gainward GTX 1070 8192 MB */ >>>> + { 0x10b0, 0x1b81, "GeFo...
2015 Oct 27
0
[PATCH] pci: enable c800 magic for Lenovo Y510P
...evice/pci.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/drm/nouveau/nvkm/engine/device/pci.c b/drm/nouveau/nvkm/engine/device/pci.c index e8eb14e..c5fc909 100644 --- a/drm/nouveau/nvkm/engine/device/pci.c +++ b/drm/nouveau/nvkm/engine/device/pci.c @@ -259,6 +259,12 @@ nvkm_device_pci_10de_0df4[] = { }; static const struct nvkm_device_pci_vendor +nvkm_device_pci_10de_0fcd[] = { + { 0x17aa, 0x3801, NULL, { .War00C800_0 = true } }, /* Lenovo Y510P */ + {} +}; + +static const struct nvkm_device_pci_vendor nvkm_device_pci_10de_0fd2[] = { { 0x1028, 0x0595, "GeForce GT 640M LE...
2015 Nov 03
0
[PATCH] pci: enable c800 magic for Clevo P157SM
...evice/pci.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/drm/nouveau/nvkm/engine/device/pci.c b/drm/nouveau/nvkm/engine/device/pci.c index e3c783d..d506e02 100644 --- a/drm/nouveau/nvkm/engine/device/pci.c +++ b/drm/nouveau/nvkm/engine/device/pci.c @@ -689,6 +689,12 @@ nvkm_device_pci_10de_1199[] = { }; static const struct nvkm_device_pci_vendor +nvkm_device_pci_10de_11e0[] = { + { 0x1558, 0x5106, NULL, { .War00C800_0 = true } }, + {} +}; + +static const struct nvkm_device_pci_vendor nvkm_device_pci_10de_11e3[] = { { 0x17aa, 0x3683, "GeForce GTX 760A" }, {} @@ -14...
2015 Dec 03
0
[PATCH] pci: enable c800 workaround for Clevo W355STQ
...evice/pci.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/drm/nouveau/nvkm/engine/device/pci.c b/drm/nouveau/nvkm/engine/device/pci.c index caf22b5..4475bc2 100644 --- a/drm/nouveau/nvkm/engine/device/pci.c +++ b/drm/nouveau/nvkm/engine/device/pci.c @@ -701,6 +701,12 @@ nvkm_device_pci_10de_11e0[] = { }; static const struct nvkm_device_pci_vendor +nvkm_device_pci_10de_11e2[] = { + { 0x1558, 0x3537, NULL, { .War00C800_0 = true } }, /* Clevo W355STQ */ + {} +}; + +static const struct nvkm_device_pci_vendor nvkm_device_pci_10de_11e3[] = { { 0x17aa, 0x3683, "GeForce GTX 760A&...