search for: gp107

Displaying 20 results from an estimated 105 matches for "gp107".

Did you mean: gp100
2017 Jan 22
1
[GP107 chipset][PATCH] Recognise GP107 chipset (GTX 1050/1050ti)
Hello everyone, I would like to submit a simple patch to let nouveau able to detect GTX 1050 / 1050ti cards. TESTED and WORKING on my computer with my GPU (Gigabyte GTX 1050ti OC edition). drivers/gpu/drm/nouveau/nvkm/engine/device/ base.c gpu_nouveau_gp107.patch 2272a2273,2301 > static const struct nvkm_device_chip > nv137_chipset = { > .name = "GP107", > .bar = gf100_bar_new, > .bios = nvkm_bios_new, > .bus = gf100_bus_new, > .devinit = gm200_devinit_new, > .fb = gp102_fb_new, > .fuse...
2019 Oct 19
3
GP107
Hi, I use GP107 on GTX1050 Max-Q Laptop and Nouveau doesn't work at all, only black screen. But nVidia and nomodeset works well -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20191019/fd843be9/attachment.html>
2020 Jun 04
2
NVIDIA GP107 (137000a1) - acr: failed to load firmware
...; > The firmware needs to be available to the kernel at the time of nouveau loading. Ok, I am now trying this: /usr/src/linux> grep FIRMWARE /usr/src/linux/.config CONFIG_FIRMWARE_MEMMAP=y # CONFIG_GOOGLE_FIRMWARE is not set CONFIG_PREVENT_FIRMWARE_BUILD=y CONFIG_EXTRA_FIRMWARE="nvidia/gp107/gr/sw_nonctx.bin" # CONFIG_CYPRESS_FIRMWARE is not set # CONFIG_DRM_LOAD_EDID_FIRMWARE is not set # CONFIG_FIRMWARE_EDID is not set # CONFIG_TEST_FIRMWARE is not set Best Zeno
2017 Jul 12
10
[Bug 101764] New: [regression] eaa2c988033b breaks GTX1050TI (GP107 / NV137)
https://bugs.freedesktop.org/show_bug.cgi?id=101764 Bug ID: 101764 Summary: [regression] eaa2c988033b breaks GTX1050TI (GP107 / NV137) Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at lists.freedesktop.o...
2017 Feb 14
1
[PATCH] drm/nouveau/core: recognise GP107 chipset
From: Chris Chiu <chiu at endlessm.com> This new graphics card was failing to initialize with nouveau due to an "unknown chipset" error. Copy the GP106 configuration and rename for GP107/NV137. We don't know for certain that this is fully correct, but brief desktop testing suggests this is working fine. Signed-off-by: Chris Chiu <chiu at endlessm.com> Signed-off-by: Daniel Drake <drake at endlessm.com> --- drivers/gpu/drm/nouveau/nvkm/engine/device/base.c | 29 +++...
2020 Jun 04
3
NVIDIA GP107 (137000a1) - acr: failed to load firmware
Hi With Kernel 5.7 I am still getting this, while booting: ~> uname -a Linux zenogentoo 5.7.0 #80 SMP Thu Jun 4 16:10:03 CEST 2020 x86_64 Intel(R) Core(TM) i7 CPU 960 @ 3.20GHz GenuineIntel GNU/Linux ~> dmesg |grep nouveau [ 0.762872] nouveau 0000:05:00.0: NVIDIA GP107 (137000a1) [ 0.875311] nouveau 0000:05:00.0: bios: version 86.07.42.00.4a [ 0.875681] nouveau 0000:05:00.0: acr: failed to load firmware [ 0.875780] nouveau 0000:05:00.0: acr: failed to load firmware [ 0.875881] nouveau 0000:05:00.0: acr ctor failed, -2 [ 0.875980] nouveau: probe of...
2017 Feb 14
0
[PATCH] drm/nouveau/core: recognise GP107 chipset
...b 14, 2017 at 2:34 PM, Daniel Drake <drake at endlessm.com> wrote: > From: Chris Chiu <chiu at endlessm.com> > > This new graphics card was failing to initialize with nouveau due to > an "unknown chipset" error. > > Copy the GP106 configuration and rename for GP107/NV137. We don't > know for certain that this is fully correct, but brief desktop testing > suggests this is working fine. > > Signed-off-by: Chris Chiu <chiu at endlessm.com> > Signed-off-by: Daniel Drake <drake at endlessm.com> > --- > drivers/gpu/drm/nouveau/...
2020 Feb 03
0
GP107
Is someone reading me ? ________________________________ De : outlook user <Pingo-Power at hotmail.fr> Envoy? : samedi 19 octobre 2019 13:01 ? : nouveau at lists.freedesktop.org <nouveau at lists.freedesktop.org> Objet : GP107 Hi, I use GP107 on GTX1050 Max-Q Laptop and Nouveau doesn't work at all, only black screen. But nVidia and nomodeset works well -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20200203/85df3c44/att...
2020 Jun 04
0
NVIDIA GP107 (137000a1) - acr: failed to load firmware
...ble to the kernel at the time of nouveau loading. > > Ok, I am now trying this: > > /usr/src/linux> grep FIRMWARE /usr/src/linux/.config > CONFIG_FIRMWARE_MEMMAP=y > # CONFIG_GOOGLE_FIRMWARE is not set > CONFIG_PREVENT_FIRMWARE_BUILD=y > CONFIG_EXTRA_FIRMWARE="nvidia/gp107/gr/sw_nonctx.bin" > # CONFIG_CYPRESS_FIRMWARE is not set > # CONFIG_DRM_LOAD_EDID_FIRMWARE is not set > # CONFIG_FIRMWARE_EDID is not set > # CONFIG_TEST_FIRMWARE is not set There's a lot more firmware files than that ... everything in the gp107 directory. Also this would only...
2018 Dec 09
0
new GP107
...the lists below are approximate. > > # dmesg | grep -i chipset > # > > Not true anymore I guess. No. A ton of updates went into kernel 4.3, and this was one of them. Not as easy to find out anymore with a fixed command. Maybe grep NVIDIA?. > > What is the 'GP' in 'GP107' if 'NV...' are the code names? We've mostly moved over to the NVIDIA-way of naming these chips. The NVIDIA way involved a "NV" prefix for pre-nv46 chips, and then nouveau diverged by just using NV + chip id, while NVIDIA came up with names like G70, G72, GT215, GK104, et...
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 gp102_run_secure...
2020 Jun 04
4
NVIDIA GP107 (137000a1) - acr: failed to load firmware
Thank you, Ilia On Thu, Jun 4, 2020 at 5:25 PM Ilia Mirkin <imirkin at alum.mit.edu> wrote: > There's a lot more firmware files than that ... everything in the > gp107 directory. Also this would only be necessary if nouveau is built > into the kernel. The files just have to be available whenever nouveau > is loaded -- if it's built in, that means the firmware has to be baked > into the kernel too. If it's loaded from initrd, that means the > f...
2018 Apr 25
3
[Bug 106227] New: GP107 hangs on boot
https://bugs.freedesktop.org/show_bug.cgi?id=106227 Bug ID: 106227 Summary: GP107 hangs on boot Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: critical Priority: medium Component: Driver/nouveau Assignee: nouveau at lists.freedeskt...
2018 Dec 09
2
new GP107
...sktop.org/wiki/CodeNames/ > If you're running a recent version nouveau, you can find your chipset by doing dmesg | grep -i chipset. This will always be correct, whereas the lists below are approximate. # dmesg | grep -i chipset # Not true anymore I guess. What is the 'GP' in 'GP107' if 'NV...' are the code names? # dmesg | grep -i nouveau > [ 2.171473] fb: switching to nouveaufb from VESA VGA > [ 2.171595] nouveau 0000:01:00.0: NVIDIA GP107 (137000a1) > [ 2.286501] nouveau 0000:01:00.0: bios: version 86.07.39.80.5e > [ 2.287672] nouveau 00...
2017 May 01
0
[REGRESSION][v4.11-rc7] drm/nouveau: initial support (display-only) for GP107
...gainst Ubuntu [0]. After a kernel bisect, it was found that reverting the following commit resolved this bug: commit da2ba564a6dcf46df4f828624ff55531ff11d5b0 Author: Ben Skeggs <bskeggs at redhat.com> Date: Thu Apr 6 10:35:26 2017 +1000 drm/nouveau: initial support (display-only) for GP107 The regression was introduced as of v4.11-rc7. I was hoping to get your feedback, since you are the patch author. Do you think gathering any additional data will help diagnose this issue, or would it be best to submit a revert request? Thanks, Joe [0] http://pad.lv/1685865
2017 Aug 31
0
[Bug 101220] [NV137/GP107] xorg-server-1.19.3 crashes when trying to enable HDMI output
...|Added ---------------------------------------------------------------------------- See Also| |https://bugs.freedesktop.or | |g/show_bug.cgi?id=100228 Summary|xorg-server-1.19.3 crashes |[NV137/GP107] |when trying to enable HDMI |xorg-server-1.19.3 crashes |output |when trying to enable HDMI | |output --- Comment #15 from Rhys Kidd <rhyskidd at gmail.com> --- Looks very closely relat...
2017 Sep 07
0
[Bug 101220] [NV137/GP107] xorg-server-1.19.3 crashes when trying to enable HDMI output
https://bugs.freedesktop.org/show_bug.cgi?id=101220 --- Comment #17 from Pacho Ramos <pachoramos1 at gmail.com> --- (In reply to Ilia Mirkin from comment #12) [...] > #2: we should figure out what's going on with accel on your GP107 -- looks > like stuff is just hanging (that's the "timeout" messages you see, we're > waiting for some condition to become true, and it never does). > > I can help with the former, and hopefully Ben Skeggs can investigate the > latter. As a side note, I am still u...
2020 Jun 04
0
NVIDIA GP107 (137000a1) - acr: failed to load firmware
...With Kernel 5.7 I am still getting this, while booting: > > ~> uname -a > Linux zenogentoo 5.7.0 #80 SMP Thu Jun 4 16:10:03 CEST 2020 x86_64 > Intel(R) Core(TM) i7 CPU 960 @ 3.20GHz GenuineIntel GNU/Linux > ~> dmesg |grep nouveau > [ 0.762872] nouveau 0000:05:00.0: NVIDIA GP107 (137000a1) > [ 0.875311] nouveau 0000:05:00.0: bios: version 86.07.42.00.4a > [ 0.875681] nouveau 0000:05:00.0: acr: failed to load firmware > [ 0.875780] nouveau 0000:05:00.0: acr: failed to load firmware > [ 0.875881] nouveau 0000:05:00.0: acr ctor failed, -2 > [ 0.8...
2020 Jun 04
0
NVIDIA GP107 (137000a1) - acr: failed to load firmware
On Thu, Jun 4, 2020 at 12:04 PM Zeno Davatz <zdavatz at gmail.com> wrote: > > Thank you, Ilia > > On Thu, Jun 4, 2020 at 5:25 PM Ilia Mirkin <imirkin at alum.mit.edu> wrote: > > > There's a lot more firmware files than that ... everything in the > > gp107 directory. Also this would only be necessary if nouveau is built > > into the kernel. The files just have to be available whenever nouveau > > is loaded -- if it's built in, that means the firmware has to be baked > > into the kernel too. If it's loaded from initrd, that m...
2019 May 28
2
Support for GP107(GL)M with Optimus
Hi, I recently added logs and another report from a ThinkPad P1 with a Quadro P2000 Mobile (GP107GLM) to issue #100228. That's with a very recent Linux kernel and current nouveau driver sources, all booted from an NFS-root setup, making it well reproducible. I can optionally boot into a similar NFS installation with the proprietary Nvidia driver, allowing me to capture MMIO traces as well...