search for: gm100

Displaying 20 results from an estimated 24 matches for "gm100".

Did you mean: gf100
2015 Feb 21
0
[PATCH] device/gm100: Basic GM206 bring up (as copy of GM204)
Enough to get VGA monitor on DVI-I output have output. HDMI output not yet working --- drm/nouveau/nvkm/engine/device/gm100.c | 43 ++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/drm/nouveau/nvkm/engine/device/gm100.c b/drm/nouveau/nvkm/engine/device/gm100.c index 539561e..108d048 100644 --- a/drm/nouveau/nvkm/engine/device/gm100.c +++ b/drm/nouveau/nvkm/engine/device/gm100.c @@ -142,6...
2015 Mar 18
0
[PATCH] Basic GM206 bringup (as copy of GM100)
There's no way to get acceleration with GM20x... I'd rather save this until there is. For now reject the load and let the modesetting driver get used. OTOH, the DDX isn't released/integrated into distros at an infinite rate, and eventually GM20x will probably get acceleration.... could go either way. My immediate reaction is to hold though. There may be further differences... On Sun,
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
2014 Aug 16
0
[PATCH 3/3] gm107/therm: add PWM fan support
From: Martin Peres <martin.peres at labri.fr> Signed-off-by: Martin Peres <martin.peres at free.fr> --- drm/Kbuild | 1 + drm/core/subdev/therm/gm107.c | 1 + nvkm/engine/device/gm100.c | 4 +- nvkm/include/subdev/therm.h | 1 + nvkm/subdev/therm/Makefile.am | 3 +- nvkm/subdev/therm/fan.c | 9 ++++- nvkm/subdev/therm/gm107.c | 93 +++++++++++++++++++++++++++++++++++++++++++ nvkm/subdev/therm/nvd0.c | 2 +- nvkm/subdev/therm/priv.h | 2 + 9 files c...
2014 Aug 16
3
[PATCH 1/3] bios/fan: add support for maxwell's fan management table
From: Martin Peres <martin.peres at labri.fr> Re-use the therm-exported fan structure with only two minor modifications: - pwm_freq: u16 -> u32; - add fan_type (toggle or PWM) Signed-off-by: Martin Peres <martin.peres at free.fr> --- drm/Kbuild | 1 + drm/core/include/subdev/bios/fan.h | 1 + drm/core/subdev/bios/fan.c | 1 +
2015 Feb 14
3
GM206 support?
My new GTX 960 (GM206, I think) says: [ 10.329351] nouveau ![ DEVICE][0000:09:00.0] unknown Maxwell chipset [ 10.329355] nouveau E[ DEVICE][0000:09:00.0] unknown chipset, 0x126010a1 [ 10.329356] nouveau E[ DRM] failed to create 0x00000080, -22 [ 10.330129] nouveau: probe of 0000:09:00.0 failed with error -22 Hacking up nouveau so that it treats it like a GM204 doesn't work. Are
2015 Mar 17
2
GM206 support?
...[ DRM] failed to create 0x00000080, -22 >> [ 10.330129] nouveau: probe of 0000:09:00.0 failed with error -22 >> >> Hacking up nouveau so that it treats it like a GM204 doesn't work. > > What happens if you just drop the 0x126 next to the 0x124 in > engine/device/gm100.c ? > >> Are there any near-term plans to support this card? > > I don't know of anyone with the hw... maybe Ben got one? If you're > interested in helping, the kernel logs from the above experiment + an > mmiotrace of the blob drivers (see > https://wiki.ubuntu.com/...
2015 Mar 17
3
GM206 support?
...>>> [ 10.330129] nouveau: probe of 0000:09:00.0 failed with error -22 >>>> >>>> Hacking up nouveau so that it treats it like a GM204 doesn't work. >>> >>> What happens if you just drop the 0x126 next to the 0x124 in >>> engine/device/gm100.c ? >>> >>>> Are there any near-term plans to support this card? >>> >>> I don't know of anyone with the hw... maybe Ben got one? If you're >>> interested in helping, the kernel logs from the above experiment + an >>> mmiotrace of the...
2014 Aug 24
8
[PATCH 1/3] subdev: add a pfuse subdev
...1 + drm/Kbuild | 4 ++ drm/core/include/subdev/fuse.h | 1 + drm/core/subdev/fuse/base.c | 1 + drm/core/subdev/fuse/g80.c | 1 + drm/core/subdev/fuse/gf100.c | 1 + drm/core/subdev/fuse/gm107.c | 1 + drm/core/subdev/fuse/priv.h | 1 + nvkm/engine/device/gm100.c | 2 + nvkm/engine/device/nv50.c | 15 ++++++++ nvkm/engine/device/nvc0.c | 10 +++++ nvkm/engine/device/nve0.c | 8 ++++ nvkm/include/core/device.h | 1 + nvkm/include/subdev/fuse.h | 30 +++++++++++++++ nvkm/subdev/Makefile.am | 3 +- nvkm/subdev/fuse/Makef...
2015 Mar 18
1
GM206 support?
...0000:09:00.0 failed with error -22 > >>>>> > >>>>> Hacking up nouveau so that it treats it like a GM204 doesn't work. > >>>> > >>>> What happens if you just drop the 0x126 next to the 0x124 in > >>>> engine/device/gm100.c ? > >>>> > >>>>> Are there any near-term plans to support this card? > >>>> > >>>> I don't know of anyone with the hw... maybe Ben got one? If you're > >>>> interested in helping, the kernel logs from the above...
2014 Aug 24
0
[PATCH 1/3] subdev: add a pfuse subdev
...++ > drm/core/include/subdev/fuse.h | 1 + > drm/core/subdev/fuse/base.c | 1 + > drm/core/subdev/fuse/g80.c | 1 + > drm/core/subdev/fuse/gf100.c | 1 + > drm/core/subdev/fuse/gm107.c | 1 + > drm/core/subdev/fuse/priv.h | 1 + > nvkm/engine/device/gm100.c | 2 + > nvkm/engine/device/nv50.c | 15 ++++++++ > nvkm/engine/device/nvc0.c | 10 +++++ > nvkm/engine/device/nve0.c | 8 ++++ > nvkm/include/core/device.h | 1 + > nvkm/include/subdev/fuse.h | 30 +++++++++++++++ > nvkm/subdev/Makefile.am...
2015 Jun 23
8
[PATCH v2 0/6] Improve GK20A support, introduce GM20B, firmware paths
...ion sequence as nvgpu fifo: add GM20B fifo gr: add GM20B support device: recognize GM20B platform: recognize GM20B drm/nouveau/include/nvkm/engine/fifo.h | 1 + drm/nouveau/include/nvkm/engine/gr.h | 1 + drm/nouveau/nouveau_platform.c | 1 + drm/nouveau/nvkm/engine/device/gm100.c | 20 ++ drm/nouveau/nvkm/engine/fifo/Kbuild | 1 + drm/nouveau/nvkm/engine/fifo/gk104.h | 4 + drm/nouveau/nvkm/engine/fifo/gm204.c | 2 +- drm/nouveau/nvkm/engine/fifo/gm20b.c | 34 ++++ drm/nouveau/nvkm/engine/gr/Kbuild | 2 + drm/nouveau/nvkm/engine/gr/ctxgf100.h |...
2015 Feb 14
0
GM206 support?
...; [ 10.329356] nouveau E[ DRM] failed to create 0x00000080, -22 > [ 10.330129] nouveau: probe of 0000:09:00.0 failed with error -22 > > Hacking up nouveau so that it treats it like a GM204 doesn't work. What happens if you just drop the 0x126 next to the 0x124 in engine/device/gm100.c ? > Are there any near-term plans to support this card? I don't know of anyone with the hw... maybe Ben got one? If you're interested in helping, the kernel logs from the above experiment + an mmiotrace of the blob drivers (see https://wiki.ubuntu.com/X/MMIOTracing) + vbios (see http...
2015 Mar 17
0
GM206 support?
...ate 0x00000080, -22 >>> [ 10.330129] nouveau: probe of 0000:09:00.0 failed with error -22 >>> >>> Hacking up nouveau so that it treats it like a GM204 doesn't work. >> >> What happens if you just drop the 0x126 next to the 0x124 in >> engine/device/gm100.c ? >> >>> Are there any near-term plans to support this card? >> >> I don't know of anyone with the hw... maybe Ben got one? If you're >> interested in helping, the kernel logs from the above experiment + an >> mmiotrace of the blob drivers (see >&...
2015 Jun 18
8
[PATCH 0/6] Improve GK20A and introduce GM20B support
...ion sequence as nvgpu fifo: add GM20B fifo gr: add GM20B support device: recognize GM20B platform: recognize GM20B drm/nouveau/include/nvkm/engine/fifo.h | 1 + drm/nouveau/include/nvkm/engine/gr.h | 1 + drm/nouveau/nouveau_platform.c | 1 + drm/nouveau/nvkm/engine/device/gm100.c | 20 ++ drm/nouveau/nvkm/engine/fifo/Kbuild | 1 + drm/nouveau/nvkm/engine/fifo/gk104.h | 4 + drm/nouveau/nvkm/engine/fifo/gm204.c | 2 +- drm/nouveau/nvkm/engine/fifo/gm20b.c | 34 ++++ drm/nouveau/nvkm/engine/gr/Kbuild | 2 + drm/nouveau/nvkm/engine/gr/ctxgf100.h |...
2015 Mar 17
0
GM206 support?
...330129] nouveau: probe of 0000:09:00.0 failed with error -22 >>>>> >>>>> Hacking up nouveau so that it treats it like a GM204 doesn't work. >>>> >>>> What happens if you just drop the 0x126 next to the 0x124 in >>>> engine/device/gm100.c ? >>>> >>>>> Are there any near-term plans to support this card? >>>> >>>> I don't know of anyone with the hw... maybe Ben got one? If you're >>>> interested in helping, the kernel logs from the above experiment + an >>&...
2014 Aug 24
0
[PATCH 1/3] subdev: add a pfuse subdev
...| 4 ++ > drm/core/include/subdev/fuse.h | 1 + > drm/core/subdev/fuse/base.c | 1 + > drm/core/subdev/fuse/g80.c | 1 + > drm/core/subdev/fuse/gf100.c | 1 + > drm/core/subdev/fuse/gm107.c | 1 + > drm/core/subdev/fuse/priv.h | 1 + > nvkm/engine/device/gm100.c | 2 + > nvkm/engine/device/nv50.c | 15 ++++++++ > nvkm/engine/device/nvc0.c | 10 +++++ > nvkm/engine/device/nve0.c | 8 ++++ > nvkm/include/core/device.h | 1 + > nvkm/include/subdev/fuse.h | 30 +++++++++++++++ > nvkm/subdev/Makefile.am |...
2015 Mar 12
52
[Bug 89558] New: Unknown chipset error for GeForce 840M
https://bugs.freedesktop.org/show_bug.cgi?id=89558 Bug ID: 89558 Summary: Unknown chipset error for GeForce 840M Product: xorg Version: unspecified Hardware: Other OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at
2014 Aug 17
9
[PATCH 01/10] bios/fan: add support for maxwell's fan management table v2
Re-use the therm-exported fan structure with only two minor modifications: - pwm_freq: u16 -> u32; - add fan_type (toggle or PWM) v2: - Do not memset the table to 0 as it erases the pre-set default values Signed-off-by: Martin Peres <martin.peres at free.fr> --- drm/Kbuild | 1 + drm/core/include/subdev/bios/fan.h | 1 + drm/core/subdev/bios/fan.c | 1
2014 Sep 14
2
VGA resume & thaw (wake up from S3 & S4) broken - kernel(nouveau) exclusively
...Makefile b/drivers/gpu/drm/nouveau/Makefile diff --git a/drivers/gpu/drm/nouveau/core/core/event.c b/drivers/gpu/drm/nouveau/core/core/event.c diff --git a/drivers/gpu/drm/nouveau/core/core/object.c b/drivers/gpu/drm/nouveau/core/core/object.c diff --git a/drivers/gpu/drm/nouveau/core/engine/device/gm100.c b/drivers/gpu/drm/nouveau/core/engine/device/gm100.c diff --git a/drivers/gpu/drm/nouveau/core/engine/device/nv04.c b/drivers/gpu/drm/nouveau/core/engine/device/nv04.c diff --git a/drivers/gpu/drm/nouveau/core/engine/device/nv10.c b/drivers/gpu/drm/nouveau/core/engine/device/nv10.c diff --git a/d...