similar to: [bug report] drm/nouveau/secboot: add gp102/gp104/gp106/gp107 support

Displaying 20 results from an estimated 400 matches similar to: "[bug report] drm/nouveau/secboot: add gp102/gp104/gp106/gp107 support"

2017 Mar 15
0
[PATCH] secboot: fix inconsistent pointer checking
We were returning PTR_ERR() on a NULL pointer, which obviously won't work. nvkm_engine_ref() will return an error in case something went wrong. Signed-off-by: Alexandre Courbot <acourbot at nvidia.com> Reported-by: Dan Carpenter <dan.carpenter at oracle.com> --- drm/nouveau/nvkm/subdev/secboot/gp102.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git
2020 Apr 30
1
gp104: regression on Linux 5.6
On Thu, Apr 30, 2020 at 12:15:28AM -0400, Ilia Mirkin wrote: > Hi Alexey, > > On Fri, Apr 24, 2020 at 10:52 PM Alexey Dobriyan <adobriyan at gmail.com> wrote: > > > > gp104 refuses to switch to "graphic" mode and show anything past > > this line: > > > > fb0: switching to nouveaufb from EFI VGA > > > > Machine is fine, as
2019 Jan 27
1
[PATCH] update known chipsets list
--- man/nouveau.man | 9 ++++++++- src/nv_driver.c | 8 ++++++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/man/nouveau.man b/man/nouveau.man index 07d53c8..4878f24 100644 --- a/man/nouveau.man +++ b/man/nouveau.man @@ -63,7 +63,14 @@ GF100, GF104, GF106, GF108, GF110, GF114, GF116, GF117, GF119 GK104, GK106, GK107, GK110, GK208 .TP 22 .B GeForce GTX 750 -GM107 +GM107,
2017 Jun 15
4
[Bug 101447] New: Nouveau on GP106 can't work with another framebuffer drivers (possibly uvesafb)
https://bugs.freedesktop.org/show_bug.cgi?id=101447 Bug ID: 101447 Summary: Nouveau on GP106 can't work with another framebuffer drivers (possibly uvesafb) Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority:
2020 Apr 01
2
gp104: regression on Linux 5.6
gp104 refuses to switch to "graphic" mode and show anything past this line: fb0: switching to nouveaufb from EFI VGA Machine is fine, as it I can press Ctrl+Alt+Delete and reboot it normally. 5.5 is OK. 5.6 is broken. Bisecting is kinda painful with miscompilation and init/main.c breakage. BTW do I need all those megabytes of firmware? [ 0.923273] fb0: switching to nouveaufb
2017 May 24
0
GTX 1080 Ti (NV132/GP102)
GP102 should be supported. Depending on what you're looking for to be supported, your distribution may not be shipping the required versions of various software. On Wed, May 24, 2017 at 5:52 AM, Shahar Or <mightyiampresence at gmail.com> wrote: > Hey, I am experiencing some issues in Ubuntu 17.10 with this card. > > Before I add any info, perhaps this is not at all supported? I
2017 May 24
0
GTX 1080 Ti (NV132/GP102)
https://nouveau.freedesktop.org/wiki/ Linux Kernel 4.8 for modesetting (although there were important fixes later on, so at least 4.10 is probably good), and Linux Kernel 4.12 for GPU acceleration (for which you'll also need Mesa 17.1.x). Cheers, -ilia On Wed, May 24, 2017 at 11:21 AM, Shahar Or <mightyiampresence at gmail.com> wrote: > "should be supported" sounds
2017 Aug 26
0
GTX 1080 Ti (NV132/GP102)
dmesg | grep nouveau . You can do this if you have ssh enabled on your machine. On my 980, There was an issue introduced in 4.12 which gives me similar behavior where I cannot boot up GNOME. Commit that fixes it which is part of 4.13 is called "add support for address-only transactions". Ask your distro to backport. On Mon, 2017-08-21 at 14:01 +0000, Shahar Or wrote: > Since the
2017 May 24
2
GTX 1080 Ti (NV132/GP102)
"should be supported" sounds promising. Do you know since what version of what things it "should be supported", please? On Wed, May 24, 2017 at 6:04 PM Ilia Mirkin <imirkin at alum.mit.edu> wrote: > GP102 should be supported. Depending on what you're looking for to be > supported, your distribution may not be shipping the required versions > of various
2017 May 25
3
GTX 1080 Ti (NV132/GP102)
Thanks for the info. Two issues: If I don't set `nomodeset` in the Linux args I get a freeze at boot. Know anything about that? Another issue is that in Google Chrome I seem have no hardware acceleration for anything other than "Multiple Raster Threads". See attached. If my kernel/libs are too old, please just tell me to fluff off. But I am on the development branch of Ubuntu...
2017 Aug 21
2
GTX 1080 Ti (NV132/GP102)
Since the Ubuntu 17.10 that I'm running now has Linux 4.12, there should be some support for my card, yet I still experience the same phenomenon. If I DO NOT use `nomodeset`, I see the boot log shooting through and then blank. I can tell that it is not a system halt, because I can ctrl-alt-delete and the OS catches that and safely reboots. It is the official Ubuntu 4.12.0-11-generic, x86_64.
2017 Mar 29
18
[Bug 100446] New: Backlight control not working on Pascal / GP106 using nouveau drivers
https://bugs.freedesktop.org/show_bug.cgi?id=100446 Bug ID: 100446 Summary: Backlight control not working on Pascal / GP106 using nouveau drivers Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium
2017 Apr 04
47
[Bug 100567] New: Nouveau system freeze fifo: SCHED_ERROR 0a [CTXSW_TIMEOUT]
https://bugs.freedesktop.org/show_bug.cgi?id=100567 Bug ID: 100567 Summary: Nouveau system freeze fifo: SCHED_ERROR 0a [CTXSW_TIMEOUT] Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau
2017 May 04
1
[bug report] drm/nouveau/object: merge with handle
Hello Ben Skeggs, The patch fbd58ebda9c8: "drm/nouveau/object: merge with handle" from Aug 20, 2015, leads to the following static checker warning: drivers/gpu/drm/nouveau/nvkm/core/object.c:298 nvkm_object_ctor() warn: 'object->engine' is an error pointer or valid drivers/gpu/drm/nouveau/nvkm/core/object.c 283 void 284 nvkm_object_ctor(const struct
2020 Apr 30
0
gp104: regression on Linux 5.6
Hi Alexey, On Fri, Apr 24, 2020 at 10:52 PM Alexey Dobriyan <adobriyan at gmail.com> wrote: > > gp104 refuses to switch to "graphic" mode and show anything past > this line: > > fb0: switching to nouveaufb from EFI VGA > > Machine is fine, as it I can press Ctrl+Alt+Delete and reboot it > normally. > > 5.5 is OK. 5.6 is broken. I've heard
2018 Jun 22
4
[Bug 107003] New: Timeout in nvkm_falcon_v1_clear_interrupt on gp104
https://bugs.freedesktop.org/show_bug.cgi?id=107003 Bug ID: 107003 Summary: Timeout in nvkm_falcon_v1_clear_interrupt on gp104 Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau
2017 Apr 13
6
[Bug 100676] New: gp104 - messy(random green and/or missing pixel lines) then no output at and after boot
https://bugs.freedesktop.org/show_bug.cgi?id=100676 Bug ID: 100676 Summary: gp104 - messy(random green and/or missing pixel lines) then no output at and after boot Product: xorg Version: git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: major Priority: medium
2017 May 24
2
GTX 1080 Ti (NV132/GP102)
Hey, I am experiencing some issues in Ubuntu 17.10 with this card. Before I add any info, perhaps this is not at all supported? I don't see this card in the feature matrix: https://nouveau.freedesktop.org/wiki/FeatureMatrix/ -------------- next part -------------- An HTML attachment was scrubbed... URL:
2017 May 25
0
GTX 1080 Ti (NV132/GP102)
> Another issue is that in Google Chrome I seem have no hardware acceleration > for anything other than "Multiple Raster Threads". See attached. Two things: you are using nomodeset, and hardware acceleration for Pascal cards was only merged in 4.12 (which has not been released yet), as pointed out by Ilia. Pierre
2016 Oct 28
10
[Bug 98482] New: gtx 1060 Monitor out of range live install
https://bugs.freedesktop.org/show_bug.cgi?id=98482 Bug ID: 98482 Summary: gtx 1060 Monitor out of range live install Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: