search for: gk208b

Displaying 20 results from an estimated 42 matches for "gk208b".

Did you mean: gk208
2014 Dec 03
0
[PATCH] Add support for GK208B, resolves bug 86935
...s/gpu/drm/nouveau/core/engine/device/nve0.c @@ -248,6 +248,39 @@ nve0_identify(struct nouveau_device *device) device->oclass[NVDEV_ENGINE_PPP ] = &nvc0_ppp_oclass; device->oclass[NVDEV_ENGINE_PERFMON] = &nvf0_perfmon_oclass; break; + case 0x106: + device->cname = "GK208B"; + device->oclass[NVDEV_SUBDEV_VBIOS ] = &nouveau_bios_oclass; + device->oclass[NVDEV_SUBDEV_GPIO ] = nve0_gpio_oclass; + device->oclass[NVDEV_SUBDEV_I2C ] = nve0_i2c_oclass; + device->oclass[NVDEV_SUBDEV_FUSE ] = &gf100_fuse_oclass; + device->oclass[NVDE...
2018 Jan 02
5
[Bug 104448] New: [NV106/GK208B] Multiple issues / hangs with nouveau driver
https://bugs.freedesktop.org/show_bug.cgi?id=104448 Bug ID: 104448 Summary: [NV106/GK208B] Multiple issues / hangs with nouveau driver Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: major Priority: medium Component: Driver/nouvea...
2015 Dec 04
1
NV50 compute support questions
...ed >> I did not try the others). So this seems to need more work. > > What about test_input_global? test_system_values doesn't work on my side but it doesn't hang the GPU. Yes that one works. > Could you please provide dmesg log? [ 2.786631] nouveau 0000:01:00.0: NVIDIA GK208B (b06070b1) [ 2.914291] nouveau 0000:01:00.0: bios: version 80.28.79.00.0b [ 2.937909] nouveau 0000:01:00.0: priv: HUB0: 086014 ffffffff (1f70820c) [ 2.937953] nouveau 0000:01:00.0: fb: 1024 MiB DDR3 [ 3.623202] [TTM] Zone kernel: Available graphics memory: 2010556 kiB [ 3.623205] [T...
2015 Dec 04
4
NV50 compute support questions
...this is the first test executed I did not try the others). So this seems to need more work. I've ordered a GTX740 (GK107) card, which should arrive soon, and I'll be using that so I can (hopefully) focus on the llvm tgsi bits again. > Btw, according to the trace you sent me, you have a GK208b (NV106). Right, sorry I thought the differences between GK208 and GK208b would not matter. Thanks for all the input / help! Regards, Hans
2019 Jun 19
3
nouveau: DRM: GPU lockup - switching to software fbcon
...times a day. Twice in just one hour today. > > > > Can we fix this? > > > > > > Unusable > > > > Are you using a GTX 660 by any chance? You've provided rather minimal > > system info. > > 01:00.0 VGA compatible controller: NVIDIA Corporation GK208B [GeForce GT 730] (rev a1) Quite literally the same GPU I have plugged in... 02:00.0 VGA compatible controller [0300]: NVIDIA Corporation GK208B [GeForce GT 730] [10de:1287] (rev a1) Works great here! Only other thing I can think of is that I avoid applications with the letters "G" and...
2019 Jun 19
2
nouveau: DRM: GPU lockup - switching to software fbcon
On Wed, Jun 19, 2019 at 1:08 AM Sergey Senozhatsky <sergey.senozhatsky.work at gmail.com> wrote: > > On (06/14/19 11:50), Sergey Senozhatsky wrote: > > dmesg > > > > nouveau 0000:01:00.0: DRM: GPU lockup - switching to software fbcon > > nouveau 0000:01:00.0: fifo: SCHED_ERROR 0a [CTXSW_TIMEOUT] > > nouveau 0000:01:00.0: fifo: runlist 0: scheduled for
2015 Dec 04
0
NV50 compute support questions
...ou please provide dmesg log? > > I've ordered a GTX740 (GK107) card, which should arrive soon, and > I'll be using that so I can (hopefully) focus on the llvm tgsi bits > again. Yeah, GK107 will do the job. :-) > >> Btw, according to the trace you sent me, you have a GK208b (NV106). > > Right, sorry I thought the differences between GK208 and GK208b would > not matter. I don't know exactly the differences between these two chipsets but since test_system_values hangs your GPU and not mine, I think they are some. > > Thanks for all the input / help...
2019 Jun 19
0
nouveau: DRM: GPU lockup - switching to software fbcon
...y. > > > > > Can we fix this? > > > > > > > > Unusable > > > > > > Are you using a GTX 660 by any chance? You've provided rather minimal > > > system info. > > > > 01:00.0 VGA compatible controller: NVIDIA Corporation GK208B [GeForce GT 730] (rev a1) > > Quite literally the same GPU I have plugged in... > > 02:00.0 VGA compatible controller [0300]: NVIDIA Corporation GK208B > [GeForce GT 730] [10de:1287] (rev a1) > > Works great here! Only other thing I can think of is that I avoid > applicat...
2019 Mar 10
8
[Bug 109952] New: nv106 nv108 confusion
...ent.cgi?id=143619&action=edit hope it's the good one (the internal nvidia card is not in use, but...) Bonjour, I own a MSI GT 710 I'm running a debian buster Here are the outputs of different commands : lshw : GK208 [GeForce GT 710B] dmesg : [ 6.211259] nouveau 0000:02:00.0: NVIDIA GK208B (b060b0b1) vainfo: Driver version: Mesa Gallium driver 18.3.4 for NV106 And just an example of syslog that shows that nouveau is looking for nv106 drivers and fails to load them because I've renamed the firmware directory: Direct firmware load for nouveau/nv106_fuc084 failed with error -2 I...
2018 Feb 07
2
nouveau 30bpp / deep color status
...finitely hacky, but ... wasn't intending on > > upstreaming it anyways: > > > > https://github.com/imirkin/drm/commit/9b8776f58448b5745675c3a7f5eb2735e3989441 > > > > ------------------------------------- > > > > Results with the patches (tested on a GK208B and a "deep color" TV over HDMI): > > - modetest with a 10bpc gradient shows up smoother than an 8bpc > > gradient. However it's still dithered to 8bpc, not "real" 10bpc. > > - things generally work in X -- dri2 and dri3, xv, and obviously > > regul...
2015 Dec 02
3
NV50 compute support questions
On 01-12-15, Samuel Pitoiset wrote: >>> Ok, here is a MMT trace of vectorAdd: >>> >>> https://fedorapeople.org/~jwrdegoede/vectorAdd.log.gz >> >> Hi Hans, >> >> Thanks a lot. > > Well, I didn't know but Martin has a GK208... > I just tested the compute support on his card and ... it works without > any changes. :-)
2018 Feb 04
4
nouveau 30bpp / deep color status
...ly getting 10bpc, or if things are getting truncated along the way. Definitely hacky, but ... wasn't intending on upstreaming it anyways: https://github.com/imirkin/drm/commit/9b8776f58448b5745675c3a7f5eb2735e3989441 ------------------------------------- Results with the patches (tested on a GK208B and a "deep color" TV over HDMI): - modetest with a 10bpc gradient shows up smoother than an 8bpc gradient. However it's still dithered to 8bpc, not "real" 10bpc. - things generally work in X -- dri2 and dri3, xv, and obviously regular X rendering / acceleration - lots of...
2017 May 07
2
GT 730 freeze : how do diagnose / debug ?
...he computer. I am willing to run diagnostics programs or test any patch if it would help. I'm also not excluding the possibility that I may have some faulty hardware so any hardwae-health-test advice would be welcome... Regards, Vincent Vanackère [ 1.199135] nouveau 0000:01:00.0: NVIDIA GK208B (b06070b1) [ 1.319930] nouveau 0000:01:00.0: bios: version 80.28.92.00.10 [ 1.322095] nouveau 0000:01:00.0: fb: 2048 MiB DDR3 [ 2.620362] nouveau 0000:01:00.0: DRM: VRAM: 2048 MiB [ 2.620362] nouveau 0000:01:00.0: DRM: GART: 1048576 MiB [ 2.620364] nouveau 0000:01:00.0: DRM: TMDS tab...
2017 May 08
3
GT 730 freeze : how do diagnose / debug ?
...atch if it would >> help. I'm also not excluding the possibility that I may have some faulty >> hardware so any hardwae-health-test advice would be welcome... >> >> Regards, >> >> Vincent Vanackère >> >> [ 1.199135] nouveau 0000:01:00.0: NVIDIA GK208B (b06070b1) >> [ 1.319930] nouveau 0000:01:00.0: bios: version 80.28.92.00.10 >> [ 1.322095] nouveau 0000:01:00.0: fb: 2048 MiB DDR3 >> [ 2.620362] nouveau 0000:01:00.0: DRM: VRAM: 2048 MiB >> [ 2.620362] nouveau 0000:01:00.0: DRM: GART: 1048576 MiB >> [...
2016 Jun 05
1
[Bug 96390] New: [GK208] DISP failure while using PRIME offloading
...Component: Driver/nouveau Assignee: nouveau at lists.freedesktop.org Reporter: imirkin at alum.mit.edu QA Contact: xorg-team at lists.x.org Created attachment 124333 --> https://bugs.freedesktop.org/attachment.cgi?id=124333&action=edit disp error dump With a GK208B (NV106) and GT215 (NVA3) [and NV34] plugged in, I went to run warsow 2.1 with DRI_PRIME=1 (to offload onto the GT215). I got this error and a hung display. 02:00:00 is the GK208 (which is where the monitor is connected): 02:00.0 VGA compatible controller [0300]: NVIDIA Corporation GK208 [GeForce G...
2019 Jun 19
0
nouveau: DRM: GPU lockup - switching to software fbcon
...gt; > > > It lockups several times a day. Twice in just one hour today. > > > Can we fix this? > > > > Unusable > > Are you using a GTX 660 by any chance? You've provided rather minimal > system info. 01:00.0 VGA compatible controller: NVIDIA Corporation GK208B [GeForce GT 730] (rev a1) -ss
2015 Dec 02
0
NV50 compute support questions
...hakzsam/mesa/log/?h=nvf0_compute It fixes the initialization of the compute state and allows me to launch 'test_input_global' (ie. ./compute 8) on my GK208 without any dmesg fails. That's a good start but more patches are coming. :-) Btw, according to the trace you sent me, you have a GK208b (NV106). Thanks! > > Regards, > > Hans
2018 Feb 09
0
nouveau 30bpp / deep color status
...asn't intending on >> > upstreaming it anyways: >> > >> > https://github.com/imirkin/drm/commit/9b8776f58448b5745675c3a7f5eb2735e3989441 >> > >> > ------------------------------------- >> > >> > Results with the patches (tested on a GK208B and a "deep color" TV over HDMI): >> > - modetest with a 10bpc gradient shows up smoother than an 8bpc >> > gradient. However it's still dithered to 8bpc, not "real" 10bpc. >> > - things generally work in X -- dri2 and dri3, xv, and obviously &gt...
2014 Dec 02
16
[Bug 86935] New: unknown kepler chipset
https://bugs.freedesktop.org/show_bug.cgi?id=86935 Bug ID: 86935 Summary: unknown kepler chipset Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at lists.freedesktop.org
2020 May 06
6
GeForce(R) GT 710 1GB PCIE x 1 on arm64
...; However it does appear to have assigned the BARs correctly, so there's > that. > > > [ 12.885866] nouveau 0000:01:00.0: Adding to iommu group 5 > > [ 12.891373] nouveau 0000:01:00.0: enabling device (0000 -> 0003) > > [ 12.897619] nouveau 0000:01:00.0: NVIDIA GK208B (b060b0b1) > > [ 13.086682] nouveau 0000:01:00.0: bios: version 80.28.a6.00.10 > > [ 13.288626] nouveau 0000:01:00.0: fb: 1024 MiB DDR3 > > [ 14.749542] [TTM] Zone kernel: Available graphics memory: 3986272 KiB > > [ 14.756096] [TTM] Zone dma32: Available graphics...