search for: auxch

Displaying 20 results from an estimated 21 matches for "auxch".

2014 Aug 06
6
[Bug 82247] New: [NVA8] The DisplayPort screen does not light up at first try on Linux 3.16
https://bugs.freedesktop.org/show_bug.cgi?id=82247 Priority: medium Bug ID: 82247 Assignee: nouveau at lists.freedesktop.org Summary: [NVA8] The DisplayPort screen does not light up at first try on Linux 3.16 QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS:
2014 Mar 28
48
[Bug 76732] New: Kworker using 100% CPU
https://bugs.freedesktop.org/show_bug.cgi?id=76732 Priority: medium Bug ID: 76732 Assignee: nouveau at lists.freedesktop.org Summary: Kworker using 100% CPU QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux (All) Reporter: patrick.clara at gmail.com
2014 Mar 22
33
[Bug 76483] New: [NV50, bisected, RFC patch] xset dpms force {on, off} does not work over DP
https://bugs.freedesktop.org/show_bug.cgi?id=76483 Priority: medium Bug ID: 76483 Assignee: nouveau at lists.freedesktop.org Summary: [NV50, bisected, RFC patch] xset dpms force {on,off} does not work over DP QA Contact: xorg-team at lists.x.org Severity: major Classification: Unclassified OS:
2011 Feb 18
22
[Bug 34429] New: Failure during resume on NV50: INIT_AUXCH: rd auxch fail -121
https://bugs.freedesktop.org/show_bug.cgi?id=34429 Summary: Failure during resume on NV50: INIT_AUXCH: rd auxch fail -121 Product: xorg Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: major Priority: medium Component: Driver/nouveau AssignedTo: nouveau at...
2014 May 04
2
[PATCH] drm/nouveau/dp: restore DP suspend/resume functionality
...nouveau_dp.c @@ -35,6 +35,30 @@ #include <subdev/gpio.h> #include <subdev/i2c.h> +void +nouveau_dp_dpms(struct drm_encoder *encoder, int mode, u32 datarate, + struct nouveau_object *core) +{ + struct nouveau_encoder *nv_encoder = nouveau_encoder(encoder); + struct nouveau_i2c_port *auxch; + int or = nv_encoder->or; + u8 status; + + auxch = nv_encoder->i2c; + if (!auxch) + return; + + if (mode == DRM_MODE_DPMS_ON) + status = DP_SET_POWER_D0; + else + status = DP_SET_POWER_D3; + + nv_wraux(auxch, DP_SET_POWER, &status, 1); + + if (mode == DRM_MODE_DPMS_ON) + nv_call(cor...
2020 Mar 01
2
DP MST with GK107 and lenovo ultra dock
...8 23:07:10 laptop kernel: [ 13.278585] nouveau 0000:01:00.0: NVIDIA GK107 (0e7360a2) Feb 28 23:07:10 laptop kernel: [ 13.390704] nouveau 0000:01:00.0: bios: version 80.07.ac.00.20 Feb 28 23:07:10 laptop kernel: [ 13.390713] nouveau 0000:01:00.0: i2c: ccb 00: type 05 drive 00 sense ff share ff auxch ff Feb 28 23:07:10 laptop kernel: [ 13.390825] nouveau 0000:01:00.0: i2c: ccb 01: type 05 drive 01 sense ff share ff auxch ff Feb 28 23:07:10 laptop kernel: [ 13.390877] nouveau 0000:01:00.0: i2c: ccb 02: type 05 drive 02 sense ff share ff auxch ff Feb 28 23:07:10 laptop kernel: [ 13.390924]...
2020 Mar 01
0
DP MST with GK107 and lenovo ultra dock
...laptop kernel: [ 13.278585] nouveau 0000:01:00.0: NVIDIA GK107 (0e7360a2) > Feb 28 23:07:10 laptop kernel: [ 13.390704] nouveau 0000:01:00.0: bios: version 80.07.ac.00.20 > Feb 28 23:07:10 laptop kernel: [ 13.390713] nouveau 0000:01:00.0: i2c: ccb 00: type 05 drive 00 sense ff share ff auxch ff > Feb 28 23:07:10 laptop kernel: [ 13.390825] nouveau 0000:01:00.0: i2c: ccb 01: type 05 drive 01 sense ff share ff auxch ff > Feb 28 23:07:10 laptop kernel: [ 13.390877] nouveau 0000:01:00.0: i2c: ccb 02: type 05 drive 02 sense ff share ff auxch ff > Feb 28 23:07:10 laptop kernel:...
2014 May 05
1
[PATCH] drm/nouveau/dp: restore DP suspend/resume functionality
...2c.h> >> >> +void >> +nouveau_dp_dpms(struct drm_encoder *encoder, int mode, u32 datarate, >> + struct nouveau_object *core) >> +{ >> + struct nouveau_encoder *nv_encoder = nouveau_encoder(encoder); >> + struct nouveau_i2c_port *auxch; >> + int or = nv_encoder->or; >> + u8 status; >> + >> + auxch = nv_encoder->i2c; >> + if (!auxch) >> + return; >> + >> + if (mode == DRM_MODE_DPMS_ON) >> + status = DP_SET_POWER_D0...
2012 Sep 07
4
[Bug 54646] New: i2c failure on Quadro NVS 4200M (GF119 (NVD9))
...rtedBy: jano.vesely at gmail.com QAContact: xorg-team at lists.x.org Kernel 3.5.3 says during boot: [drm] nouveau 0000:01:00.0: 0x7291: i2c wr fail: -6 [drm] nouveau 0000:01:00.0: 0x72A3: i2c rd fail: -6 nouveau git(with nouveau.debug=debug) says (50x): nouveau D[ I2C][0000:01:00.0] AUXCH(0): 4: 0x00000050 1 nouveau D[ I2C][0000:01:00.0] AUXCH(0): sink not detected nouveau D[ I2C][0000:01:00.0] AUXCH(1): 4: 0x00000050 1 nouveau D[ I2C][0000:01:00.0] AUXCH(1): sink not detected -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are re...
2013 Feb 03
1
3.8-rc6: nouveau lockdep recursive lock acquisition
...ng via VGA-switcheroo VGA switcheroo: switched nouveau off nouveau [ DRM] suspending fbcon... nouveau [ DRM] suspending display... nouveau [ DRM] unpinning framebuffer(s)... nouveau [ DRM] evicting buffers... nouveau [ DRM] suspending client object trees... nouveau E[ I2C][0000:01:00.0] AUXCH(3): begin idle timeout 0xffffffff nouveau E[ I2C][0000:01:00.0] AUXCH(2): begin idle timeout 0xffffffff nouveau E[ I2C][0000:01:00.0] AUXCH(1): begin idle timeout 0xffffffff applesmc: light sensor data length set to 10 nouveau E[ I2C][0000:01:00.0] AUXCH(1): begin idle timeout 0xffffffff nouv...
2014 May 04
0
[PATCH] drm/nouveau/dp: restore DP suspend/resume functionality
...> #include <subdev/i2c.h> > > +void > +nouveau_dp_dpms(struct drm_encoder *encoder, int mode, u32 datarate, > + struct nouveau_object *core) > +{ > + struct nouveau_encoder *nv_encoder = nouveau_encoder(encoder); > + struct nouveau_i2c_port *auxch; > + int or = nv_encoder->or; > + u8 status; > + > + auxch = nv_encoder->i2c; > + if (!auxch) > + return; > + > + if (mode == DRM_MODE_DPMS_ON) > + status = DP_SET_POWER_D0; > + else > +...
2009 Dec 15
2
[PATCH 1/2] drm/nouveau: Kill global state in NvShadowBIOS
--- drivers/gpu/drm/nouveau/nouveau_bios.c | 47 ++++++++++++++----------------- 1 files changed, 21 insertions(+), 26 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_bios.c b/drivers/gpu/drm/nouveau/nouveau_bios.c index 5eec5ed..04ac564 100644 --- a/drivers/gpu/drm/nouveau/nouveau_bios.c +++ b/drivers/gpu/drm/nouveau/nouveau_bios.c @@ -181,43 +181,42 @@ struct methods { const char
2023 Dec 05
1
[PATCH] nouveau/gsp: drop the gsp failure message to a debug.
From: Dave Airlie <airlied at redhat.com> These can happen in normal operations esp with auxch transactions. Gets rid of nouveau 0000:01:00.0: gsp: cli:0xc1d00002 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff in logs. Cc: Lyude <lyude at redhat.com> Signed-off-by: Dave Airlie <airlied at redhat.com> --- drivers/gpu/drm/nouveau/nvkm/subdev/gsp/r535.c | 2 +- 1 file chan...
2010 Mar 31
15
[Bug 27398] New: displayport: x server does not draw anything on ThinkPad T410
http://bugs.freedesktop.org/show_bug.cgi?id=27398 Summary: displayport: x server does not draw anything on ThinkPad T410 Product: xorg Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: major Priority: medium Component: Driver/nouveau AssignedTo:
2013 May 22
13
[Bug 64858] New: Nouveau sees invalid EDID for eDP-1 whenever that display is turned off
...f bd 10 00 00 1a 00 00 00 fe 00 43 [ 169.657470] 43 58 4d 57 80 42 31 34 31 50 57 34 00 00 00 00 [ 169.657471] 00 00 41 21 1e 00 00 00 00 09 01 0a 20 20 00 9d [ 169.657473] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [ 171.713571] nouveau E[ I2C][0000:01:00.0] AUXCH(1): tx req timeout 0x01114000 (The tx req timeout message is not always present. The EDID checksum failure is repeated for as long as eDP-1 is disabled. As soon as eDP-1 is turned on, the messages stop appearing and the stuttering described above stops.) -- You are receiving this mail because: Y...
2009 Dec 13
3
[PATCH] drm/nouveau: use drm debug levels
...dp.link_bw); @@ -297,7 +297,7 @@ train: return false; /* clock recovery */ - NV_DEBUG(dev, "\tbegin cr\n"); + NV_DEBUG_KMS(dev, "\tbegin cr\n"); ret = nouveau_dp_link_train_set(encoder, DP_TRAINING_PATTERN_1); if (ret) goto stop; @@ -314,7 +314,7 @@ train: ret = auxch_rd(encoder, DP_LANE0_1_STATUS, status, 2); if (ret) break; - NV_DEBUG(dev, "\t\tstatus: 0x%02x 0x%02x\n", + NV_DEBUG_KMS(dev, "\t\tstatus: 0x%02x 0x%02x\n", status[0], status[1]); cr_done = true; @@ -346,7 +346,7 @@ train: goto stop; /* channel equalisa...
2013 Jan 03
2
3.8-rc2: EFI framebuffer lock inversion...
...display... nouveau [ DRM] unpinning framebuffer(s)... nouveau [ DRM] evicting buffers... nouveau [ DRM] suspending client object trees... tg3 0000:0a:00.0 eth0: Link is up at 1000 Mbps, full duplex tg3 0000:0a:00.0 eth0: Flow control is on for TX and on for RX nouveau E[ I2C][0000:01:00.0] AUXCH(3): begin idle timeout 0xffffffff nouveau E[ I2C][0000:01:00.0] AUXCH(2): begin idle timeout 0xffffffff nouveau E[ I2C][0000:01:00.0] AUXCH(1): begin idle timeout 0xffffffff -- Daniel J Blueman
2012 Jul 11
26
[Bug 51971] New: MacBook Pro 10, 1 Retina - Display Resets, No Connectors
...ReportedBy: bluedragonx at gmail.com QAContact: xorg-team at lists.x.org MacBook Pro 10,1 with Retina Display and NVE0. The screen blanks for about half a second every 9 seconds. The following error is printed to dmesg when this occurs: [ 14.695940] [drm] nouveau 0000:01:00.0: INIT_AUXCH: rd auxch fail -6 I will attach the dmesg output with auxch debugging enabled (dmesg.auxch) as well as full debugging (dmesg.debug). I will also include the vbios and lspci output. Possibly related, nouveau does not report any attached connectors. I've forced eDP-1 enabled on the kernel comma...
2019 Nov 24
2
nouveau on NV04 calling illegal method 02fc under fbcon
...nouveau 0000:01:00.0: bios: BMP version 1.1 Nov 24 18:27:27 zeus kernel: nouveau 0000:01:00.0: bios: version 02.04.19.00.00 Nov 24 18:27:27 zeus kernel: nouveau 0000:01:00.0: bios: DCB table not found Nov 24 18:27:27 zeus kernel: nouveau 0000:01:00.0: i2c: ccb 00: type 00 drive 3f sense 3e share ff auxch cb Nov 24 18:27:27 zeus kernel: nouveau 0000:01:00.0: bios: DCB table not found Nov 24 18:27:27 zeus kernel: nouveau 0000:01:00.0: i2c: ccb 01: type 00 drive 37 sense 36 share ff auxch cb Nov 24 18:27:27 zeus kernel: nouveau 0000:01:00.0: bios: DCB table not found Nov 24 18:27:27 zeus kernel: nouve...
2012 Aug 26
0
3.6-rc3 DP I2C timeout after switcherood...
...fbcon... [drm] nouveau 0000:01:00.0: Unpinning framebuffer(s)... [drm] nouveau 0000:01:00.0: Evicting buffers... [drm] nouveau 0000:01:00.0: Idling channels... [drm] nouveau 0000:01:00.0: Suspending GPU objects... [drm] nouveau 0000:01:00.0: And we're gone! --- [3] [drm] nouveau 0000:01:00.0: AUXCH(3): begin idle timeout 0xffffffff Pid: 2051, comm: upowerd Not tainted 3.6.0-rc3-expert+ #8 Call Trace: [<ffffffffa00599c2>] auxch_tx+0x3b2/0x610 [nouveau] [<ffffffffa005a9b5>] nouveau_dp_auxch+0x25/0x30 [nouveau] [<ffffffffa005aa58>] nouveau_dp_i2c_xfer+0x98/0xd0 [nouveau] [&...