search for: 419df4

Displaying 6 results from an estimated 6 matches for "419df4".

2016 May 28
2
Should I expect nouveau on 4.6 to work on a GM206?
...n connector type 70 [ 10.214728] nouveau 0000:09:00.0: DRM: failed to create encoder 1/8/0: -19 [ 10.214730] nouveau 0000:09:00.0: DRM: Unknown-1 has no encoders, removing [ 10.369691] nouveau 0000:09:00.0: DRM: MM: using COPY for buffer copies [ 10.478561] nouveau 0000:09:00.0: priv: GPC0: 419df4 00000000 (1e40820e) [ 10.478578] nouveau 0000:09:00.0: priv: GPC1: 419df4 00000000 (1e40820e) [ 10.607100] nouveau 0000:09:00.0: DRM: allocated 3840x2160 fb: 0x60000, bo ffff88044aad7400 [ 10.607276] fbcon: nouveaufb (fb0) is primary device [ 10.607576] nouveau 0000:09:00.0: fb0: nouveaufb...
2016 May 29
0
Should I expect nouveau on 4.6 to work on a GM206?
...> [ 10.214728] nouveau 0000:09:00.0: DRM: failed to create encoder 1/8/0: -19 > [ 10.214730] nouveau 0000:09:00.0: DRM: Unknown-1 has no encoders, removing > [ 10.369691] nouveau 0000:09:00.0: DRM: MM: using COPY for buffer copies > [ 10.478561] nouveau 0000:09:00.0: priv: GPC0: 419df4 00000000 (1e40820e) > [ 10.478578] nouveau 0000:09:00.0: priv: GPC1: 419df4 00000000 (1e40820e) > [ 10.607100] nouveau 0000:09:00.0: DRM: allocated 3840x2160 fb: > 0x60000, bo ffff88044aad7400 > [ 10.607276] fbcon: nouveaufb (fb0) is primary device > [ 10.607576] nouveau 0000...
2016 May 29
2
Should I expect nouveau on 4.6 to work on a GM206?
...214728] nouveau 0000:09:00.0: DRM: failed to create encoder 1/8/0: -19 >> [ 10.214730] nouveau 0000:09:00.0: DRM: Unknown-1 has no encoders, removing >> [ 10.369691] nouveau 0000:09:00.0: DRM: MM: using COPY for buffer copies >> [ 10.478561] nouveau 0000:09:00.0: priv: GPC0: 419df4 00000000 (1e40820e) >> [ 10.478578] nouveau 0000:09:00.0: priv: GPC1: 419df4 00000000 (1e40820e) >> [ 10.607100] nouveau 0000:09:00.0: DRM: allocated 3840x2160 fb: >> 0x60000, bo ffff88044aad7400 >> [ 10.607276] fbcon: nouveaufb (fb0) is primary device >> [ 10....
2016 Apr 18
141
[Bug 94990] New: Latest 4.6rc4 kernel, no booting on gtx970
https://bugs.freedesktop.org/show_bug.cgi?id=94990 Bug ID: 94990 Summary: Latest 4.6rc4 kernel, no booting on gtx970 Product: xorg Version: git Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at
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
2016 Jul 12
6
[PATCH] drm/nouveau/fbcon: fix deadlock with FBIOPUT_CON2FBMAP
The FBIOPUT_CON2FBMAP ioctl takes a console_lock(). When this is called while nouveau was runtime suspended, a deadlock would occur due to nouveau_fbcon_set_suspend also trying to obtain console_lock(). Fix this by delaying the drm_fb_helper_set_suspend call. Based on the i915 code (which was done for performance reasons though). Cc: Chris Wilson <chris at chris-wilson.co.uk> Cc: Daniel