search for: gp104

Displaying 20 results from an estimated 22 matches for "gp104".

Did you mean: gk104
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 it I can press Ctrl+Alt+Delete and reboot it > > normally. > > > > 5.5 is OK. 5.6...
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....
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 some issues r...
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 gp10...
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 Assignee: nouveau at lists.freedesktop.org...
2017 May 14
1
GP10x failures on 4.12rc1
I have two nvidia pascal cards on my machine, a GP107M (GeForce GTK 1050 Mobile) and a GP104 (GTX 1080 connected via thunderbolt). With 4.12 RC1 (which I understand to include signed firmware from nVidia) neither of these cards work. Here is the output from demsg when I modprobe nouveau. [ 112.565946] nouveau: detected PR support, will not use DSM [ 112.565966] nouveau 0000:01:00.0: en...
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...
2016 Dec 12
2
[PATCH] drm/nouveau: fix unknown chipset for GTX 1060
...vice/base.c index 7218a06..7c6eece 100644 --- a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c +++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c @@ -2209,6 +2209,34 @@ nv134_chipset = { .fifo = gp100_fifo_new, }; +static const struct nvkm_device_chip +nv136_chipset = { + .name = "GP104", + .bar = gf100_bar_new, + .bios = nvkm_bios_new, + .bus = gf100_bus_new, + .devinit = gm200_devinit_new, + .fb = gp104_fb_new, + .fuse = gm107_fuse_new, + .gpio = gk104_gpio_new, + .i2c = gm200_i2c_new, + .ibus = gm200_ibus_new, + .imem = nv50_instmem_new, + .ltc = gp100_ltc_new, + .mc = gp1...
2016 Dec 12
0
[PATCH] drm/nouveau: fix unknown chipset for GTX 1060
...screen. Use the same chipset as nv134 > then it shows FullHD. This commit copies fields from nv134_chipset > to nv136_chipset for GTX 1060. I have one of these sitting on my desk, but won't be merging support for it until it's been confirmed that no additional changes are required vs GP104. We've been bitten by just making these kind of blind assumptions before. Thanks, Ben. > > Signed-off-by: Chris Chiu <chiu at endlessm.com> > --- > drivers/gpu/drm/nouveau/nvkm/engine/device/base.c | 29 +++++++++++++++++++++++ > 1 file changed, 29 insertions(+) >...
2018 Jan 25
1
nouveau to gp104m
Hi,everyone I use the centos 7 of 4.14.12-rt10 kernel with the GP104M [GeForce GTX 1070 Mobile] display card.BUT,I did not find the support of it in the nouveau drivers. I clone the branch 4.14 of nouveau.git. After compile it with my kernel ,I found the GP104m had been not support. Could I get the newest updates? Thanks in advance Best Wishes Aiolia ----------...
2019 Jan 27
1
[PATCH] update known chipsets list
...0644 --- 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 NvFamily NVKn...
2018 Mar 21
3
[Bug 105669] New: can not support GP104M
https://bugs.freedesktop.org/show_bug.cgi?id=105669 Bug ID: 105669 Summary: can not support GP104M Product: xorg Version: git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at lists.freedesktop.org Report...
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 Jan 08
0
4.10-rc2: mouse cursor works with geforce gtx 1070, at last
Hey! This is quick email to notify you that with 4.10-rc2 I can actually see graphic cursor in X making graphic environment usable. fb: switching to nouveaufb from EFI VGA nouveau 0000:01:00.0: NVIDIA GP104 (134000a1) nouveau 0000:01:00.0: bios: version 86.04.1e.00.01 nouveau 0000:01:00.0: fb: 8192 MiB GDDR5 nouveau 0000:01:00.0: priv: HUB0: 00d054 00000007 (1e408216) nouveau 0000:01:00.0: DRM: VRAM: 8192 MiB nouveau 0000:01:00.0: DRM: GART: 1048576 MiB nouveau 0000:01:00.0: DRM: BIT table 'A'...
2019 Jul 23
0
[Bug 99900] [NVC1] nouveau: freeze / crash after kernel update to 4.10
...5616 10 drm_kms_helper,ttm,nouveau wmi 36864 3 wmi_bmof,mxm_wmi,nouveau video 49152 1 nouveau X11 Package: xorg-x11-drv-nouveau.x86_64 1:1.0.15-7.fc30 About, Graphics: "NV134" lspci -vs 01:00.0 01:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1070 Ti] (rev a1) (prog-if 00 [VGA controller]) Subsystem: Gigabyte Technology Co., Ltd Device 3794 Flags: bus master, fast devsel, latency 0, IRQ 126 Memory at a2000000 (32-bit, non-prefetchable) [size=16M] Memory at 90000000 (64-bit, prefetchable) [siz...
2016 Oct 27
5
[PATCH 0/3] fb fixes for gk20a/gm20b
After observing random crashes on Tegra devices when patch "fb/gf100: defer DMA mapping of scratch page to oneinit() hook" was applied, I noticed that moving the 100c10 page allocation to the oneinit() hook resulted in that page being now allocated for Tegra as well, and accesses be made to members of gf100_fb which were not accessible because gk20a_fb_new() called nvkm_fb_new_()
2016 Oct 27
0
[PATCH 3/3] fb: add gm20b device
...device *, int, struct nvkm_fb **); int gm107_fb_new(struct nvkm_device *, int, struct nvkm_fb **); int gm200_fb_new(struct nvkm_device *, int, struct nvkm_fb **); +int gm20b_fb_new(struct nvkm_device *, int, struct nvkm_fb **); int gp100_fb_new(struct nvkm_device *, int, struct nvkm_fb **); int gp104_fb_new(struct nvkm_device *, int, struct nvkm_fb **); diff --git a/drm/nouveau/nvkm/engine/device/base.c b/drm/nouveau/nvkm/engine/device/base.c index 53d171729353..52d932d9df7c 100644 --- a/drm/nouveau/nvkm/engine/device/base.c +++ b/drm/nouveau/nvkm/engine/device/base.c @@ -2131,7 +2131,7 @@ nv...
2017 May 13
5
[Bug 101027] New: Monitor goes black (gpu fans running even system does nothing) only system reset helps
...tor going off again. So I guess its because of nouveau. When my monitor goes off I see also the gpu fans runs in full speed what is strange because the system is not running any gpu related apps. my system configuration: $ lspci | grep -i vga 01:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1080] (rev a1) $ uname -a Linux rs.com 4.10.13-1-ARCH #1 SMP PREEMPT Thu Apr 27 12:15:09 CEST 2017 x86_64 GNU/Linux My monitor is the Asus Curved PG348Q ROG I get also strange entires in the bootlog. My monitor went off recently so that I post a log before the monitor went off and t...
2018 Apr 05
2
[Bug 105916] New: "xset dpms force off" can't be undone on hp omen 17-an0xx laptop
...ev=1 Len=024 <?> Capabilities: [900] #19 Kernel driver in use: nouveau Kernel modules: nvidiafb, nouveau related dmesg bits after normal startup: [Fri Apr 6 00:34:36 2018] fb: switching to nouveaufb from EFI VGA [Fri Apr 6 00:34:36 2018] nouveau 0000:01:00.0: NVIDIA GP104 (134000a1) [Fri Apr 6 00:34:36 2018] nouveau 0000:01:00.0: bios: version 86.04.67.00.17 [Fri Apr 6 00:34:36 2018] nouveau 0000:01:00.0: fb: 8192 MiB GDDR5 [Fri Apr 6 00:34:36 2018] nouveau 0000:01:00.0: DRM: VRAM: 8192 MiB [Fri Apr 6 00:34:36 2018] nouveau 0000:01:00.0: DRM: GART: 536870912 MiB...
2018 Nov 25
11
[Bug 108857] New: display becomes unresponsive and keyboard input fails
https://bugs.freedesktop.org/show_bug.cgi?id=108857 Bug ID: 108857 Summary: display becomes unresponsive and keyboard input fails Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: major Priority: medium Component: Driver/nouveau