search for: gp102

Displaying 20 results from an estimated 39 matches for "gp102".

Did you mean: gp100
2017 Mar 10
1
[bug report] drm/nouveau/secboot: add gp102/gp104/gp106/gp107 support
Hello Alexandre Courbot, The patch 5429f82f3415: "drm/nouveau/secboot: add gp102/gp104/gp106/gp107 support" from Jan 26, 2017, leads to the following static checker warning: drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gp102.c:63 gp102_run_secure_scrub() warn: passing zero to 'PTR_ERR' drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gp102.c 46 static int 47...
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 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 software. > > On Wed, May 24, 2017 at 5:52 AM, Shahar Or <mightyiampresence at gmail.com> > wrote: > > Hey, I am exper...
2017 Aug 21
2
GTX 1080 Ti (NV132/GP102)
...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. 03:00.0 VGA compatible controller: NVIDIA Corporation GP102 [GeForce GTX 1080 Ti] (rev a1) How can I further help you help me, please? On Thu, May 25, 2017 at 7:20 PM Pierre Moreau <pierre.morrow at free.fr> wrote: > > Another issue is that in Google Chrome I seem have no hardware > acceleration > > for anything other than "Mult...
2017 May 25
3
GTX 1080 Ti (NV132/GP102)
...te: > > "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 software. > >> > >> On Wed, May 24, 2017 at 5:52 AM, Shahar Or <mightyiampresence at gmail.com >...
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...
2017 May 24
0
GTX 1080 Ti (NV132/GP102)
...htyiampresence at gmail.com> wrote: > "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 software. >> >> On Wed, May 24, 2017 at 5:52 AM, Shahar Or <mightyiampresence at gmail.com> >> wrote: >&...
2017 Aug 26
0
GTX 1080 Ti (NV132/GP102)
...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. > > 03:00.0 VGA compatible controller: NVIDIA Corporation GP102 [GeForce > GTX 1080 Ti] (rev a1) > > How can I further help you help me, please? > > On Thu, May 25, 2017 at 7:20 PM Pierre Moreau <pierre.morrow at free.fr> > wrote: > > > Another issue is that in Google Chrome I seem have no hardware > > acceleration >...
2017 Mar 15
0
[PATCH] secboot: fix inconsistent pointer checking
...ning 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 a/drm/nouveau/nvkm/subdev/secboot/gp102.c b/drm/nouveau/nvkm/subdev/secboot/gp102.c index 8570c84c8a29..f3b3c66349d2 100644 --- a/drm/nouveau/nvkm/subdev/secboot/gp102.c +++ b/drm/nouveau/nvkm/subdev/secboot/gp102.c @@ -59,7 +59,...
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
2017 Mar 29
0
[PATCH 12/15] gr: support for GP10B
...le registers. Signed-off-by: Alexandre Courbot <acourbot at nvidia.com> --- drm/nouveau/include/nvkm/engine/gr.h | 1 + drm/nouveau/nvkm/engine/gr/Kbuild | 1 + drm/nouveau/nvkm/engine/gr/gf100.h | 4 +++ drm/nouveau/nvkm/engine/gr/gp100.c | 13 ++++++-- drm/nouveau/nvkm/engine/gr/gp102.c | 1 + drm/nouveau/nvkm/engine/gr/gp10b.c | 59 ++++++++++++++++++++++++++++++++++++ 6 files changed, 77 insertions(+), 2 deletions(-) create mode 100644 drm/nouveau/nvkm/engine/gr/gp10b.c diff --git a/drm/nouveau/include/nvkm/engine/gr.h b/drm/nouveau/include/nvkm/engine/gr.h index 0a6368...
2017 Sep 21
5
[Bug 102913] New: Nouveau on >4.12.12 not loading EDID
...veau 0000:0a:00.0: DRM: DDC responded, but no EDID for DP-1 As a result of this I have to either use the nvidia proprietary drivers or not upgrade. This seems to be the exact opposite of a 4.12 regression reported where EDID would not load on 4.12 kernels with DP. I have two PCIe GPUs: GK104 and GP102. Neither are detected on those kernel versions. I tested 4.13 as well and it can't find the EDID either on that kernel version. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https...
2017 Jun 28
0
[PATCH] disp/nv50-: bump max chans to 21
GP102's cursors go from chan 17..20. Increase the array size to hold their data properly. Fixes: e50fcff15f ("drm/nouveau/disp/gp102: fix cursor/overlay immediate channel indices") Cc: stable at vger.kernel.org # v4.10+ Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- drm/no...
2019 Jan 27
1
[PATCH] update known chipsets list
...8f24 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, GM108 +.TP 22 +.B GeForce GTX 9XX +GM200, GM204, GM206 +.TP 22 +.B GeForce GTX 10XX +GP102, GP104, GP106, GP107, GP108 + .SH CONFIGURATION DETAILS Please refer to __xconfigfile__(__filemansuffix__) for general configuration diff --git a/src/nv_driver.c b/src/nv_driver.c index 1d276cf..2f8c89c 100644 --- a/src/nv_driver.c +++ b/src/nv_driver.c @@ -140,8 +140,12 @@ static struct NvFami...
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:
2017 Jun 15
4
[Bug 101448] New: Kernel crashes while using nouveau
https://bugs.freedesktop.org/show_bug.cgi?id=101448 Bug ID: 101448 Summary: Kernel crashes while using nouveau Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at
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:
2017 Apr 12
9
[Bug 100660] New: No temperature/voltages/GPU and RAM frequency/fan speed reporting for GTX 1060 6GB
https://bugs.freedesktop.org/show_bug.cgi?id=100660 Bug ID: 100660 Summary: [nouveau] No temperature/voltages/GPU and RAM frequency/fan speed reporting for GTX 1060 6GB Product: xorg Version: git Hardware: Other OS: 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 Nov 28
7
[Bug 103946] New: Slowish and rough graphical interface with GTX 1060
https://bugs.freedesktop.org/show_bug.cgi?id=103946 Bug ID: 103946 Summary: [nouveau] Slowish and rough graphical interface with GTX 1060 Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: