Displaying 8 results from an estimated 8 matches for "gm204m".
Did you mean:
gm204
2016 May 10
1
Nouveau on GeForce GTX 980M
...au.freedesktop.org/wiki/CodeNames/) but not the "M" version,
how different are they?
Now it uses Gallium 0.4 on llvmpipe, from my understanding that's fallback
using the cpu right?
*lshw -C video:*
*-display UNCLAIMED
description: VGA compatible controller
product: GM204M [GeForce GTX 980M]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci at 0000:01:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller cap_list
configuration: latency=0
resources: memory:f60000...
2017 Jun 13
13
[Bug 101404] New: GTX 970M (GM204-A) not powered off when not in use (DynPwr in stead of DynOff)
https://bugs.freedesktop.org/show_bug.cgi?id=101404
Bug ID: 101404
Summary: GTX 970M (GM204-A) not powered off when not in use
(DynPwr in stead of DynOff)
Product: xorg
Version: unspecified
Hardware: Other
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
2016 Apr 22
0
Nouveau on GeForce GTX 980M
...au.freedesktop.org/wiki/CodeNames/) but not the "M" version,
how different are they?
Now it uses Gallium 0.4 on llvmpipe, from my understanding that's fallback
using the cpu right?
*lshw -C video:*
*-display UNCLAIMED
description: VGA compatible controller
product: GM204M [GeForce GTX 980M]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci at 0000:01:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller cap_list
configuration: latency=0
resources: memory:f60000...
2017 Apr 23
2
[Bug 100762] New: Nouveau powersave/suspend for discrete card stopped working
...sts.freedesktop.org
Reporter: roland.singer at desertbit.com
QA Contact: xorg-team at lists.x.org
Nouveau does not suspend my discrete GPU if idle. However bbswitch (nouveau
unloaded) is capable to suspend the GPU. I am running the 4.9.24 linux kernel.
My GPU: NVIDIA Corporation GM204M [GeForce GTX 970M] (rev ff)
Nouveau was capable to switch off the discrete GPU until kernel 4.7.
Starting with 4.8 it stopped working.
Hope we can get this fixed. Thanks!
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML at...
2018 Mar 05
0
[PATCH v2 0/7] Modernize vga_switcheroo by using device link for HDA
...roo_devlink_v2 (commit v4.15-20-gb33d50c5c6ad)
- Laptop: Clevo P651RA (nouveau uses PR3), lspci:
00:01.0 PCI bridge [0604]: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe Controller (x16) [8086:1901] (rev 07)
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GM204M [GeForce GTX 965M] [10de:13d9] (rev a1)
01:00.1 Audio device [0403]: NVIDIA Corporation GM204 High Definition Audio Controller [10de:0fbb] (rev a1)
- Distribution: Arch Linux x86_64
- Tested from (1) console and (2) Xorg 1.19.3-2 (Openbox)
- Booted with HDMI cable connected and nouveau/snd-hda-in...
2016 Jul 15
1
[PATCH v3 0/4] nouveau RPM fixes for Optimus (final)
On Fri, Jul 15, 2016 at 12:41:49PM -0400, Ilia Mirkin wrote:
> On Fri, Jul 15, 2016 at 12:36 PM, Peter Wu <peter at lekensteyn.nl> wrote:
> > On Fri, Jul 15, 2016 at 12:10:23PM -0400, Ilia Mirkin wrote:
> >> On Fri, Jul 15, 2016 at 9:12 AM, Peter Wu <peter at lekensteyn.nl> wrote:
> >> > Hi,
> >> >
> >> > Here are two patches to fix
2017 Mar 27
31
[Bug 100423] New: MMIO read of 00000000 FAULT at 022554 [ IBUS ]
https://bugs.freedesktop.org/show_bug.cgi?id=100423
Bug ID: 100423
Summary: MMIO read of 00000000 FAULT at 022554 [ IBUS ]
Product: xorg
Version: unspecified
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
Assignee: nouveau at
2018 Mar 03
12
[PATCH v2 0/7] Modernize vga_switcheroo by using device link for HDA
Modernize vga_switcheroo by using a device link to enforce a runtime PM
dependency from an HDA controller to the GPU it's integrated into, v2.
Changes since v1:
- Replace patch [1/7] to use pci_save_state() / pci_restore_state()
for consistency between runtime PM code path of bound and unbound
devices. (Rafael, Bjorn)
- Patch [5/7]: Drop an unnecessary initialization. (Bjorn)
Rephrase