From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org
Subject: [Bug 76483] New: [NV50, bisected,
RFC patch] xset dpms force {on, off} does not work over DP
Date: Sat, 22 Mar 2014 17:17:25 +0000
Message-ID:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0344870039=="
Return-path:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: nouveau-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Sender: "Nouveau"
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
List-Id: nouveau.vger.kernel.org
--===============0344870039==
Content-Type: multipart/alternative; boundary="1395508646.dc6dA11.18167"; charset="us-ascii"
--1395508646.dc6dA11.18167
Date: Sat, 22 Mar 2014 17:17:26 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=76483
Priority: medium
Bug ID: 76483
Assignee: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Summary: [NV50, bisected, RFC patch] xset dpms force {on,off}
does not work over DP
QA Contact: xorg-team-go0+a7rfsptAfugRpC6u6w@public.gmane.org
Severity: major
Classification: Unclassified
OS: Linux (All)
Reporter: dd-IPhqJjDoDR/z1n+OaKNE4w@public.gmane.org
Hardware: x86-64 (AMD64)
Status: NEW
Version: git
Component: Driver/nouveau
Product: xorg
Created attachment 96206
--> https://bugs.freedesktop.org/attachment.cgi?id=96206&action=edit
RFC patch on top of 34d59508 (drm/nouveau: fix TTM_PL_TT memtype on pre-nv50)
Commit 0a0afd28 (drm/nv50-/disp: move DP link training to core and
train from supervisor) removed a call to 'nouveau_dp_dpms' at the
bottom of nv50_display.c.
Without this call, 'xset dpms force {on,off}' does not have any effect
on my DP-attached monitor.
The attached proof-of-concept patch re-adds the call, as well as a partial
version of nouveau_dp_dpms which causes 'force off' to work again.
It is not clear to me how to trigger link training in the supervisor,
so nouveau_dp_dpms skips that step when handling DRM_MODE_DPMS_ON.
The result is that 'force on' does not cause the monitor to wake up,
and the connection is effectively dead.
Could somebody familiar with the driver could comment on the next
steps to undertake to restore the full {on,off} functionality?
--
You are receiving this mail because:
You are the assignee for the bug.
--1395508646.dc6dA11.18167
Date: Sat, 22 Mar 2014 17:17:26 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Priority |
medium
|
Bug ID |
76483
|
Assignee |
nouveau@lists.freedesktop.org
|
Summary |
[NV50, bisected, RFC patch] xset dpms force {on,off} does not work over DP
|
QA Contact |
xorg-team@lists.x.org
|
Severity |
major
|
Classification |
Unclassified
|
OS |
Linux (All)
|
Reporter |
dd@crosstwine.com
|
Hardware |
x86-64 (AMD64)
|
Status |
NEW
|
Version |
git
|
Component |
Driver/nouveau
|
Product |
xorg
|
Created attachment 96206 [details] [review]
RFC patch on top of 34d59508 (drm/nouveau: fix TTM_PL_TT memtype on pre-nv50)
Commit 0a0afd28 (drm/nv50-/disp: move DP link training to core and
train from supervisor) removed a call to 'nouveau_dp_dpms' at the
bottom of nv50_display.c.
Without this call, 'xset dpms force {on,off}' does not have any effect
on my DP-attached monitor.
The attached proof-of-concept patch re-adds the call, as well as a partial
version of nouveau_dp_dpms which causes 'force off' to work again.
It is not clear to me how to trigger link training in the supervisor,
so nouveau_dp_dpms skips that step when handling DRM_MODE_DPMS_ON.
The result is that 'force on' does not cause the monitor to wake up,
and the connection is effectively dead.
Could somebody familiar with the driver could comment on the next
steps to undertake to restore the full {on,off} functionality?
You are receiving this mail because:
- You are the assignee for the bug.
--1395508646.dc6dA11.18167--
--===============0344870039==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
--===============0344870039==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org
Subject: [Bug 76483] [NV50, bisected,
RFC patch] xset dpms force {on, off} does not work over DP
Date: Mon, 24 Mar 2014 03:58:30 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1542697096=="
Return-path:
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: nouveau-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Sender: "Nouveau"
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
List-Id: nouveau.vger.kernel.org
--===============1542697096==
Content-Type: multipart/alternative; boundary="1395633510.A0b5F82.19688"; charset="us-ascii"
--1395633510.A0b5F82.19688
Date: Mon, 24 Mar 2014 03:58:30 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=76483
--- Comment #1 from Ben Skeggs ---
Ah yes, I've been aware of this issue for a while, it just hasn't made it to
the top of the list yet. I'll try and address it for the 3.15 cycle, and
backport the fixes to earlier kernels if possible.
--
You are receiving this mail because:
You are the assignee for the bug.
--1395633510.A0b5F82.19688
Date: Mon, 24 Mar 2014 03:58:30 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Comment # 1
on bug 76483
from Ben Skeggs
Ah yes, I've been aware of this issue for a while, it just hasn't made it to
the top of the list yet. I'll try and address it for the 3.15 cycle, and
backport the fixes to earlier kernels if possible.
You are receiving this mail because:
- You are the assignee for the bug.
--1395633510.A0b5F82.19688--
--===============1542697096==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
--===============1542697096==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org
Subject: [Bug 76483] [NV50, bisected,
RFC patch] xset dpms force {on, off} does not work over DP
Date: Mon, 24 Mar 2014 09:21:25 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1891659292=="
Return-path:
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: nouveau-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Sender: "Nouveau"
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
List-Id: nouveau.vger.kernel.org
--===============1891659292==
Content-Type: multipart/alternative; boundary="1395652884.dfbA1.31711"; charset="us-ascii"
--1395652884.dfbA1.31711
Date: Mon, 24 Mar 2014 09:21:24 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
https://bugs.freedesktop.org/show_bug.cgi?id=3D76483
--- Comment #2 from Damien Diederen ---
Created attachment 96281
--> https://bugs.freedesktop.org/attachment.cgi?id=3D96281&action=3Dedit
[WIP,BROKEN] drm/nv50: Hack FORCE_DP_TRAIN method for DPMS power-on
Hi Ben,
Excellent! (FYI: I, for one, don't need any backports.)
In the meantime, I tried to kludge my way into getting the monitor to
wake up with another horrible hack (attached), but did not succeed
before running out of time. Any idea?
I understand that both patches suffer from the race condition you were
trying to avoid in the first place, but an always on/off monitor is a
bit of a handicap :)
Alternatively/in addition, I would welcome hints on how to make Nouveau
survive power-cycling the monitor (e.g. by running a command over SSH to
reset the display). The current behaviour is:
[On, displaying]
=E2=86=93 Turn off
[Off]
=E2=86=93 Turn on
[Booting]
=E2=8B=AE
[OSD: No input; shutting down]
=E2=8B=AE
[Standby]
Of course, feel free to suggest proper fixes, docs to read, and/or
patches to test.
Cheers, -D
--=20
You are receiving this mail because:
You are the assignee for the bug.
--1395652884.dfbA1.31711
Date: Mon, 24 Mar 2014 09:21:24 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Comment=
# 2
on bug 76483<=
/a>
from Damien Diederen
Created attachment 96281 [details] [review]
[WIP,BROKEN] drm/nv50: Hack FORCE_DP_TRAIN method for DPMS power-on
Hi Ben,
Excellent! (FYI: I, for one, don't need any backports.)
In the meantime, I tried to kludge my way into getting the monitor to
wake up with another horrible hack (attached), but did not succeed
before running out of time. Any idea?
I understand that both patches suffer from the race condition you were
trying to avoid in the first place, but an always on/off monitor is a
bit of a handicap :)
Alternatively/in addition, I would welcome hints on how to make Nouveau
survive power-cycling the monitor (e.g. by running a command over SSH to
reset the display). The current behaviour is:
[On, displaying]
=E2=86=93 Turn off
[Off]
=E2=86=93 Turn on
[Booting]
=E2=8B=AE
[OSD: No input; shutting down]
=E2=8B=AE
[Standby]
Of course, feel free to suggest proper fixes, docs to read, and/or
patches to test.
Cheers, -D
You are receiving this mail because:
=20=20=20=20=20=20
- You are the assignee for the bug.
--1395652884.dfbA1.31711--
--===============1891659292==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
--===============1891659292==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org
Subject: [Bug 76483] [NV50, bisected,
RFC patch] xset dpms force {on, off} does not work over DP
Date: Mon, 28 Apr 2014 18:49:32 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0473349935=="
Return-path:
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: nouveau-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Sender: "Nouveau"
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
List-Id: nouveau.vger.kernel.org
--===============0473349935==
Content-Type: multipart/alternative; boundary="1398710972.F617F2.10197"; charset="us-ascii"
--1398710972.F617F2.10197
Date: Mon, 28 Apr 2014 18:49:32 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=76483
--- Comment #3 from Karl Schendel ---
I think I'm seeing this too. Mac Pro (2009) with GT120 (G96/NV50) and 24 inch
Apple Cinema display via MDP connection. powersave blanking used to work in
3.6.3 which was the last kernel I used (opensuse 12.3 otherwise). Now it does
nothing in opensuse 13.1 which has 3.11.10, also notwork with a 3.14.1 kernel.
X thinks that it's turned off the display (according to xset q) but nothing
happened.
I would be happy to test a fix if and when a trial is ready. I have all sorts
of trouble with nouveau on this hardware so I suspect it's not a common setup.
:-)
Fortunately, recent versions seem pretty good other than the lack of powersave.
--
You are receiving this mail because:
You are the assignee for the bug.
--1398710972.F617F2.10197
Date: Mon, 28 Apr 2014 18:49:32 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Comment # 3
on bug 76483
from Karl Schendel
I think I'm seeing this too. Mac Pro (2009) with GT120 (G96/NV50) and 24 inch
Apple Cinema display via MDP connection. powersave blanking used to work in
3.6.3 which was the last kernel I used (opensuse 12.3 otherwise). Now it does
nothing in opensuse 13.1 which has 3.11.10, also notwork with a 3.14.1 kernel.
X thinks that it's turned off the display (according to xset q) but nothing
happened.
I would be happy to test a fix if and when a trial is ready. I have all sorts
of trouble with nouveau on this hardware so I suspect it's not a common setup.
:-)
Fortunately, recent versions seem pretty good other than the lack of powersave.
You are receiving this mail because:
- You are the assignee for the bug.
--1398710972.F617F2.10197--
--===============0473349935==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
--===============0473349935==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org
Subject: [Bug 76483] [NV50, bisected,
RFC patch] xset dpms force {on, off} does not work over DP
Date: Sat, 24 May 2014 09:29:31 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1892467578=="
Return-path:
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: nouveau-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Sender: "Nouveau"
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
List-Id: nouveau.vger.kernel.org
--===============1892467578==
Content-Type: multipart/alternative; boundary="1400923771.CD213.12633"; charset="us-ascii"
--1400923771.CD213.12633
Date: Sat, 24 May 2014 09:29:31 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=76483
--- Comment #4 from Randy Andy ---
(In reply to comment #1)
> Ah yes, I've been aware of this issue for a while, it just hasn't made it to
> the top of the list yet. I'll try and address it for the 3.15 cycle, and
> backport the fixes to earlier kernels if possible.
Thanks for your work, Ben.
A little feedback from my side.
I tried this yesterday with the 3.15.0-rc6 Kernel, but this misbehaviour
regarding the none working power management is still the same with my
NVIDIA Corporation GT200GL [Quadro FX 4800] (rev a1) with NV50 Chipset(NVA0).
So it would be great to get this functionality asap ;-)
Regards, Andy.
--
You are receiving this mail because:
You are the assignee for the bug.
--1400923771.CD213.12633
Date: Sat, 24 May 2014 09:29:31 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Comment # 4
on bug 76483
from Randy Andy
(In reply to comment #1)
> Ah yes, I've been aware of this issue for a while, it just hasn't made it to
> the top of the list yet. I'll try and address it for the 3.15 cycle, and
> backport the fixes to earlier kernels if possible.
Thanks for your work, Ben.
A little feedback from my side.
I tried this yesterday with the 3.15.0-rc6 Kernel, but this misbehaviour
regarding the none working power management is still the same with my
NVIDIA Corporation GT200GL [Quadro FX 4800] (rev a1) with NV50 Chipset(NVA0).
So it would be great to get this functionality asap ;-)
Regards, Andy.
You are receiving this mail because:
- You are the assignee for the bug.
--1400923771.CD213.12633--
--===============1892467578==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
--===============1892467578==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org
Subject: [Bug 76483] [NV50, bisected,
RFC patch] xset dpms force {on, off} does not work over DP
Date: Wed, 11 Jun 2014 23:31:33 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0843333324=="
Return-path:
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: nouveau-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Sender: "Nouveau"
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
List-Id: nouveau.vger.kernel.org
--===============0843333324==
Content-Type: multipart/alternative; boundary="1402529493.5ebff4.16424"; charset="us-ascii"
--1402529493.5ebff4.16424
Date: Wed, 11 Jun 2014 23:31:33 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=76483
--- Comment #5 from Ilia Mirkin ---
There is a substantial DP rework bound for 3.16. Can you give
http://cgit.freedesktop.org/~airlied/linux/log/?h=drm-next a shot? It should
add proper support for DPMS.
--
You are receiving this mail because:
You are the assignee for the bug.
--1402529493.5ebff4.16424
Date: Wed, 11 Jun 2014 23:31:33 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
You are receiving this mail because:
- You are the assignee for the bug.
--1402529493.5ebff4.16424--
--===============0843333324==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
--===============0843333324==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org
Subject: [Bug 76483] [NV50, bisected,
RFC patch] xset dpms force {on, off} does not work over DP
Date: Thu, 12 Jun 2014 11:12:11 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0599832431=="
Return-path:
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: nouveau-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Sender: "Nouveau"
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
List-Id: nouveau.vger.kernel.org
--===============0599832431==
Content-Type: multipart/alternative; boundary="1402571531.cCD2cd3.17241"; charset="us-ascii"
--1402571531.cCD2cd3.17241
Date: Thu, 12 Jun 2014 11:12:11 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=76483
--- Comment #6 from Damien Diederen ---
(In reply to comment #5)
> There is a substantial DP rework bound for 3.16. Can you give
> http://cgit.freedesktop.org/~airlied/linux/log/?h=drm-next a shot? It should
> add proper support for DPMS.
I will. ASAP, but probably not today.
Thanks! -D
--
You are receiving this mail because:
You are the assignee for the bug.
--1402571531.cCD2cd3.17241
Date: Thu, 12 Jun 2014 11:12:11 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
You are receiving this mail because:
- You are the assignee for the bug.
--1402571531.cCD2cd3.17241--
--===============0599832431==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
--===============0599832431==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org
Subject: [Bug 76483] [NV50, bisected,
RFC patch] xset dpms force {on, off} does not work over DP
Date: Thu, 12 Jun 2014 14:20:20 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0795376100=="
Return-path:
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: nouveau-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Sender: "Nouveau"
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
List-Id: nouveau.vger.kernel.org
--===============0795376100==
Content-Type: multipart/alternative; boundary="1402582820.E4c53.27847"; charset="us-ascii"
--1402582820.E4c53.27847
Date: Thu, 12 Jun 2014 14:20:20 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=76483
--- Comment #7 from Randy Andy ---
(In reply to comment #5)
> There is a substantial DP rework bound for 3.16. Can you give
> http://cgit.freedesktop.org/~airlied/linux/log/?h=drm-next a shot? It should
> add proper support for DPMS.
Forget to mention,
my monitor is connected via DVI and I have the same problem.
Is the rework you mentioned also valid for the DVI output, so is it worth fo me
to giv it a trial?
Nevertheless thanks for your work and best regards, Andy.
--
You are receiving this mail because:
You are the assignee for the bug.
--1402582820.E4c53.27847
Date: Thu, 12 Jun 2014 14:20:20 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
You are receiving this mail because:
- You are the assignee for the bug.
--1402582820.E4c53.27847--
--===============0795376100==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
--===============0795376100==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org
Subject: [Bug 76483] [NV50, bisected,
RFC patch] xset dpms force {on, off} does not work over DP
Date: Fri, 13 Jun 2014 07:56:41 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1333935055=="
Return-path:
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: nouveau-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Sender: "Nouveau"
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
List-Id: nouveau.vger.kernel.org
--===============1333935055==
Content-Type: multipart/alternative; boundary="1402646201.0bca3.2683"; charset="us-ascii"
--1402646201.0bca3.2683
Date: Fri, 13 Jun 2014 07:56:41 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
https://bugs.freedesktop.org/show_bug.cgi?id=3D76483
--- Comment #8 from Damien Diederen ---
(In reply to comment #5)
Hi Ilia, Ben,
I gave a shot at drm-next as of the following commit:
> commit bc1dfff04a5d4064ba0db1fab13f84ab4f333d2b
> Merge: c1a6e9f 1ae5a62
> Author: Dave Airlie
> Date: Wed Jun 11 16:28:10 2014 +1000
>=20
> Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/=
nouveau
>=20=20=20=20=20
> display rework fixes lots of displayport issues.
I have been running that kernel for a large part of a work day, and, so
far, it has worked pretty well.
Many thanks!
Below are a couple remaining issues, none of which are blocking in my
case (GeForce 9400/DP/Dell U2711), but which may be worth investigating
if they also happen with other hardware combinations:
1. The display does not wake up from (timed-out or forced) sleep on
keypress or mouse move as it used to. Activating the OSD menu wakes
up the panel; Nouveau seems to pick that up as a hint to get going;
2. The panel's backlight flickers very noticeably after a soft power
cycle. It also flickers, but less noticeably, after a hard unplug/
re-plug. Force-switching to an unconnected input source and back
makes it stable again.
Let me know if there's any way I can assist you further. In the
meantime, thanks again=E2=80=94it seems I'm not stuck with 3.8 anymore!
Cheers, -D
--=20
You are receiving this mail because:
You are the assignee for the bug.
--1402646201.0bca3.2683
Date: Fri, 13 Jun 2014 07:56:41 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Comment=
# 8
on bug 76483<=
/a>
from Damien Diederen
(In reply to comment #5=
)
Hi Ilia, Ben,
I gave a shot at drm-next as of the following commit:
> commit bc1dfff04a5d4064ba0db1fab13f84ab4f333d2b
> Merge: c1a6e9f 1ae5a62
> Author: Dave Airlie <airl=
ied@redhat.com>
> Date: Wed Jun 11 16:28:10 2014 +1000
>=20
> Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/g=
it/nouveau
>=20=20=20=20=20
> display rework fixes lots of displayport issues.
I have been running that kernel for a large part of a work day, and, so
far, it has worked pretty well.
Many thanks!
Below are a couple remaining issues, none of which are blocking in my
case (GeForce 9400/DP/Dell U2711), but which may be worth investigating
if they also happen with other hardware combinations:
1. The display does not wake up from (timed-out or forced) sleep on
keypress or mouse move as it used to. Activating the OSD menu wakes
up the panel; Nouveau seems to pick that up as a hint to get going;
2. The panel's backlight flickers very noticeably after a soft power
cycle. It also flickers, but less noticeably, after a hard unplug/
re-plug. Force-switching to an unconnected input source and back
makes it stable again.
Let me know if there's any way I can assist you further. In the
meantime, thanks again=E2=80=94it seems I'm not stuck with 3.8 anymore!
Cheers, -D
You are receiving this mail because:
=20=20=20=20=20=20
- You are the assignee for the bug.
--1402646201.0bca3.2683--
--===============1333935055==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
--===============1333935055==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org
Subject: [Bug 76483] [NV50, bisected,
RFC patch] xset dpms force {on, off} does not work over DP
Date: Thu, 19 Jun 2014 23:17:43 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0564921373=="
Return-path:
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: nouveau-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Sender: "Nouveau"
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
List-Id: nouveau.vger.kernel.org
--===============0564921373==
Content-Type: multipart/alternative; boundary="1403219863.1dEB3.31228"; charset="us-ascii"
--1403219863.1dEB3.31228
Date: Thu, 19 Jun 2014 23:17:42 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=76483
--- Comment #9 from Karl Schendel ---
I tried the same commit as Damien did on my hardware (2009 Mac Pro, GT120, 24"
Apple LCD, Mini-Displayport) and it's half a loaf. DPMS kicks in and the
backlight turns off as it should -- yay! Unfortunately it doesn't go back on
-- boo. I tried keyboard, mouse movement, xset dpms force on; nothing turned
the display back on. Power cycling the monitor restores the display but
obviously that's not how it's supposed to work.
--
You are receiving this mail because:
You are the assignee for the bug.
--1403219863.1dEB3.31228
Date: Thu, 19 Jun 2014 23:17:43 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Comment # 9
on bug 76483
from Karl Schendel
I tried the same commit as Damien did on my hardware (2009 Mac Pro, GT120, 24"
Apple LCD, Mini-Displayport) and it's half a loaf. DPMS kicks in and the
backlight turns off as it should -- yay! Unfortunately it doesn't go back on
-- boo. I tried keyboard, mouse movement, xset dpms force on; nothing turned
the display back on. Power cycling the monitor restores the display but
obviously that's not how it's supposed to work.
You are receiving this mail because:
- You are the assignee for the bug.
--1403219863.1dEB3.31228--
--===============0564921373==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
--===============0564921373==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org
Subject: [Bug 76483] [NV50, bisected,
RFC patch] xset dpms force {on, off} does not work over DP
Date: Thu, 19 Jun 2014 23:25:32 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0944587651=="
Return-path:
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: nouveau-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Sender: "Nouveau"
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
List-Id: nouveau.vger.kernel.org
--===============0944587651==
Content-Type: multipart/alternative; boundary="1403220332.7C023.737"; charset="us-ascii"
--1403220332.7C023.737
Date: Thu, 19 Jun 2014 23:25:32 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=76483
--- Comment #10 from Karl Schendel ---
Meant to add: when the display goes off, xset q from a remote login shows the
monitor in Standby. If one moves the mouse or presses keys, xset q says that
the monitor is On, but it isn't.
--
You are receiving this mail because:
You are the assignee for the bug.
--1403220332.7C023.737
Date: Thu, 19 Jun 2014 23:25:32 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Comment # 10
on bug 76483
from Karl Schendel
Meant to add: when the display goes off, xset q from a remote login shows the
monitor in Standby. If one moves the mouse or presses keys, xset q says that
the monitor is On, but it isn't.
You are receiving this mail because:
- You are the assignee for the bug.
--1403220332.7C023.737--
--===============0944587651==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
--===============0944587651==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org
Subject: [Bug 76483] [NV50, bisected,
RFC patch] xset dpms force {on, off} does not work over DP
Date: Thu, 19 Jun 2014 23:27:39 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1443076520=="
Return-path:
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: nouveau-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Sender: "Nouveau"
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
List-Id: nouveau.vger.kernel.org
--===============1443076520==
Content-Type: multipart/alternative; boundary="1403220459.ecdd44.986"; charset="us-ascii"
--1403220459.ecdd44.986
Date: Thu, 19 Jun 2014 23:27:39 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=76483
--- Comment #11 from Ilia Mirkin ---
First off, while I doubt that this has been fixed, it would be best to try the
latest drm-next, which has some additional nouveau fixes. Assuming the issue
still isn't resolved, could you boot with
nouveau.debug=PDISP=debug,I2C=debug,VBIOS=trace,DRM=debug drm.debug=0xe
And go through a DPMS cycle (and then powercycle the monitor to get it to turn
it back on), taking care to note where in the log the various (external) events
happen. I think you can actually just write to /dev/kmsg directly.
--
You are receiving this mail because:
You are the assignee for the bug.
--1403220459.ecdd44.986
Date: Thu, 19 Jun 2014 23:27:39 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Comment # 11
on bug 76483
from Ilia Mirkin
First off, while I doubt that this has been fixed, it would be best to try the
latest drm-next, which has some additional nouveau fixes. Assuming the issue
still isn't resolved, could you boot with
nouveau.debug=PDISP=debug,I2C=debug,VBIOS=trace,DRM=debug drm.debug=0xe
And go through a DPMS cycle (and then powercycle the monitor to get it to turn
it back on), taking care to note where in the log the various (external) events
happen. I think you can actually just write to /dev/kmsg directly.
You are receiving this mail because:
- You are the assignee for the bug.
--1403220459.ecdd44.986--
--===============1443076520==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
--===============1443076520==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org
Subject: [Bug 76483] [NV50, bisected,
RFC patch] xset dpms force {on, off} does not work over DP
Date: Fri, 20 Jun 2014 13:16:16 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0876279773=="
Return-path:
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: nouveau-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Sender: "Nouveau"
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
List-Id: nouveau.vger.kernel.org
--===============0876279773==
Content-Type: multipart/alternative; boundary="1403270176.63DB3.21300"; charset="us-ascii"
--1403270176.63DB3.21300
Date: Fri, 20 Jun 2014 13:16:16 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=76483
--- Comment #12 from Karl Schendel ---
Ok. Not sure what the latest drm-next is, I found a recent looking
drm-nouveau-next and it did the same thing.
Monitor is blanked (backlight off) via:
[ 225.790860] nouveau D[ I2C][0000:05:00.0] AUXCH(3): 8: 0x00000600 1
[ 225.790894] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000002
[ 225.790897] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
[ 225.790899] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
[ 225.790901] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
[ 225.791037] nouveau D[ I2C][0000:05:00.0] AUXCH(3): 00 0x01108000
0x10000000
and the unsuccessful attempt to restore backlight is:
[ 251.285375] nouveau D[ I2C][0000:05:00.0] AUXCH(3): 8: 0x00000600 1
[ 251.285388] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000001
[ 251.285391] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
[ 251.285393] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
[ 251.285395] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
[ 251.285529] nouveau D[ I2C][0000:05:00.0] AUXCH(3): 00 0x01108000
0x10000000
Full log attached as it's rather lengthy. ***NOTE*** lines show when things
happened.
--
You are receiving this mail because:
You are the assignee for the bug.
--1403270176.63DB3.21300
Date: Fri, 20 Jun 2014 13:16:16 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Comment # 12
on bug 76483
from Karl Schendel
Ok. Not sure what the latest drm-next is, I found a recent looking
drm-nouveau-next and it did the same thing.
Monitor is blanked (backlight off) via:
[ 225.790860] nouveau D[ I2C][0000:05:00.0] AUXCH(3): 8: 0x00000600 1
[ 225.790894] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000002
[ 225.790897] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
[ 225.790899] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
[ 225.790901] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
[ 225.791037] nouveau D[ I2C][0000:05:00.0] AUXCH(3): 00 0x01108000
0x10000000
and the unsuccessful attempt to restore backlight is:
[ 251.285375] nouveau D[ I2C][0000:05:00.0] AUXCH(3): 8: 0x00000600 1
[ 251.285388] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000001
[ 251.285391] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
[ 251.285393] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
[ 251.285395] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
[ 251.285529] nouveau D[ I2C][0000:05:00.0] AUXCH(3): 00 0x01108000
0x10000000
Full log attached as it's rather lengthy. ***NOTE*** lines show when things
happened.
You are receiving this mail because:
- You are the assignee for the bug.
--1403270176.63DB3.21300--
--===============0876279773==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
--===============0876279773==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org
Subject: [Bug 76483] [NV50, bisected,
RFC patch] xset dpms force {on, off} does not work over DP
Date: Fri, 20 Jun 2014 13:17:44 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2134892458=="
Return-path:
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: nouveau-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Sender: "Nouveau"
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
List-Id: nouveau.vger.kernel.org
--===============2134892458==
Content-Type: multipart/alternative; boundary="1403270264.7D2bF3.21539"; charset="us-ascii"
--1403270264.7D2bF3.21539
Date: Fri, 20 Jun 2014 13:17:44 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=76483
--- Comment #13 from Karl Schendel ---
Created attachment 101432
--> https://bugs.freedesktop.org/attachment.cgi?id=101432&action=edit
kernel log from drm-next; backlight won't turn back on
--
You are receiving this mail because:
You are the assignee for the bug.
--1403270264.7D2bF3.21539
Date: Fri, 20 Jun 2014 13:17:44 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
You are receiving this mail because:
- You are the assignee for the bug.
--1403270264.7D2bF3.21539--
--===============2134892458==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
--===============2134892458==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org
Subject: [Bug 76483] [NV50, bisected,
RFC patch] xset dpms force {on, off} does not work over DP
Date: Wed, 25 Jun 2014 05:43:44 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0277386937=="
Return-path:
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: nouveau-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Sender: "Nouveau"
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
List-Id: nouveau.vger.kernel.org
--===============0277386937==
Content-Type: multipart/alternative; boundary="1403675025.CabD4c4.17560"; charset="us-ascii"
--1403675025.CabD4c4.17560
Date: Wed, 25 Jun 2014 05:43:45 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=76483
--- Comment #14 from Ben Skeggs ---
Created attachment 101716
--> https://bugs.freedesktop.org/attachment.cgi?id=101716&action=edit
more debugging
--
You are receiving this mail because:
You are the assignee for the bug.
--1403675025.CabD4c4.17560
Date: Wed, 25 Jun 2014 05:43:45 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
You are receiving this mail because:
- You are the assignee for the bug.
--1403675025.CabD4c4.17560--
--===============0277386937==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
--===============0277386937==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org
Subject: [Bug 76483] [NV50, bisected,
RFC patch] xset dpms force {on, off} does not work over DP
Date: Wed, 25 Jun 2014 05:44:08 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1218131496=="
Return-path:
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: nouveau-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Sender: "Nouveau"
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
List-Id: nouveau.vger.kernel.org
--===============1218131496==
Content-Type: multipart/alternative; boundary="1403675048.ac2cB4.17631"; charset="us-ascii"
--1403675048.ac2cB4.17631
Date: Wed, 25 Jun 2014 05:44:08 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=76483
--- Comment #15 from Ben Skeggs ---
(In reply to comment #12)
> Ok. Not sure what the latest drm-next is, I found a recent looking
> drm-nouveau-next and it did the same thing.
>
> Monitor is blanked (backlight off) via:
> [ 225.790860] nouveau D[ I2C][0000:05:00.0] AUXCH(3): 8: 0x00000600 1
> [ 225.790894] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000002
> [ 225.790897] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
> [ 225.790899] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
> [ 225.790901] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
> [ 225.791037] nouveau D[ I2C][0000:05:00.0] AUXCH(3): 00 0x01108000
> 0x10000000
>
> and the unsuccessful attempt to restore backlight is:
>
> [ 251.285375] nouveau D[ I2C][0000:05:00.0] AUXCH(3): 8: 0x00000600 1
> [ 251.285388] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000001
> [ 251.285391] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
> [ 251.285393] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
> [ 251.285395] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
> [ 251.285529] nouveau D[ I2C][0000:05:00.0] AUXCH(3): 00 0x01108000
> 0x10000000
>
> Full log attached as it's rather lengthy. ***NOTE*** lines show when things
> happened.
Can you grab a new log with that patch I just attached applied?
--
You are receiving this mail because:
You are the assignee for the bug.
--1403675048.ac2cB4.17631
Date: Wed, 25 Jun 2014 05:44:08 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Comment # 15
on bug 76483
from Ben Skeggs
(In reply to comment #12)
> Ok. Not sure what the latest drm-next is, I found a recent looking
> drm-nouveau-next and it did the same thing.
>
> Monitor is blanked (backlight off) via:
> [ 225.790860] nouveau D[ I2C][0000:05:00.0] AUXCH(3): 8: 0x00000600 1
> [ 225.790894] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000002
> [ 225.790897] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
> [ 225.790899] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
> [ 225.790901] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
> [ 225.791037] nouveau D[ I2C][0000:05:00.0] AUXCH(3): 00 0x01108000
> 0x10000000
>
> and the unsuccessful attempt to restore backlight is:
>
> [ 251.285375] nouveau D[ I2C][0000:05:00.0] AUXCH(3): 8: 0x00000600 1
> [ 251.285388] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000001
> [ 251.285391] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
> [ 251.285393] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
> [ 251.285395] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
> [ 251.285529] nouveau D[ I2C][0000:05:00.0] AUXCH(3): 00 0x01108000
> 0x10000000
>
> Full log attached as it's rather lengthy. ***NOTE*** lines show when things
> happened.
Can you grab a new log with that patch I just attached applied?
You are receiving this mail because:
- You are the assignee for the bug.
--1403675048.ac2cB4.17631--
--===============1218131496==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
--===============1218131496==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org
Subject: [Bug 76483] [NV50, bisected,
RFC patch] xset dpms force {on, off} does not work over DP
Date: Wed, 25 Jun 2014 13:31:29 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1561638839=="
Return-path:
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: nouveau-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Sender: "Nouveau"
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
List-Id: nouveau.vger.kernel.org
--===============1561638839==
Content-Type: multipart/alternative; boundary="1403703089.E5B573.20829"; charset="us-ascii"
--1403703089.E5B573.20829
Date: Wed, 25 Jun 2014 13:31:29 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=76483
--- Comment #16 from Karl Schendel ---
Ok but I'm away from that machine for the week, won't be until the weekend.
--
You are receiving this mail because:
You are the assignee for the bug.
--1403703089.E5B573.20829
Date: Wed, 25 Jun 2014 13:31:29 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
You are receiving this mail because:
- You are the assignee for the bug.
--1403703089.E5B573.20829--
--===============1561638839==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
--===============1561638839==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org
Subject: [Bug 76483] [NV50, bisected,
RFC patch] xset dpms force {on, off} does not work over DP
Date: Sun, 29 Jun 2014 15:56:15 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1718050778=="
Return-path:
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: nouveau-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Sender: "Nouveau"
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
List-Id: nouveau.vger.kernel.org
--===============1718050778==
Content-Type: multipart/alternative; boundary="1404057375.80bfE3E3.13217"; charset="us-ascii"
--1404057375.80bfE3E3.13217
Date: Sun, 29 Jun 2014 15:56:15 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=76483
--- Comment #17 from Karl Schendel ---
With the extra output the display on -> standby (off) transition now looks
like:
[ 227.434722] nouveau D[ I2C][0000:05:00.0] AUXCH(3): 8: 0x00000600 1
[ 227.434736] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000002
[ 227.434738] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
[ 227.434741] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
[ 227.434743] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
[ 227.434877] nouveau D[ I2C][0000:05:00.0] AUXCH(3): 00 0x01108000
0x10000000
[ 227.434884] nouveau [ PDISP][0000:05:00.0] nv50_sor_mthd: 0000 0184
[ 227.434886] nouveau [ PDISP][0000:05:00.0] 0200 0102
[ 227.434888] nouveau [ PDISP][0000:05:00.0] 0002 01c1
[ 227.434891] nouveau [ PDISP][0000:05:00.0] 0006 0284
[ 227.434893] nouveau [ PDISP][0000:05:00.0] 0002 0284
[ 227.434913] nouveau [ PDISP][0000:05:00.0] nv50_sor_mthd: 0006 0184
[ 227.434915] nouveau [ PDISP][0000:05:00.0] 0200 0102
[ 227.434917] nouveau [ PDISP][0000:05:00.0] 0002 01c1
[ 227.434919] nouveau [ PDISP][0000:05:00.0] 0006 0284
[ 227.434921] nouveau [ PDISP][0000:05:00.0] 0002 0284
and the (unsuccessful) off -> on transition looks like:
[ 277.955374] nouveau D[ I2C][0000:05:00.0] AUXCH(3): 8: 0x00000600 1
[ 277.955387] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000001
[ 277.955389] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
[ 277.955392] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
[ 277.955394] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
[ 277.955528] nouveau D[ I2C][0000:05:00.0] AUXCH(3): 00 0x01108000
0x10000000
[ 277.957570] nouveau [ PDISP][0000:05:00.0] nv50_sor_mthd: 0000 0184
[ 277.957574] nouveau [ PDISP][0000:05:00.0] 0200 0102
[ 277.957576] nouveau [ PDISP][0000:05:00.0] 0002 01c1
[ 277.957578] nouveau [ PDISP][0000:05:00.0] 0006 0284
[ 277.957580] nouveau [ PDISP][0000:05:00.0] 0002 0284
[ 277.957600] nouveau [ PDISP][0000:05:00.0] nv50_sor_mthd: 0006 0184
[ 277.957602] nouveau [ PDISP][0000:05:00.0] 0200 0102
[ 277.957604] nouveau [ PDISP][0000:05:00.0] 0002 01c1
[ 277.957607] nouveau [ PDISP][0000:05:00.0] 0006 0284
[ 277.957609] nouveau [ PDISP][0000:05:00.0] 0002 0284
I'll attach the full log soon (pressed for time ATM).
--
You are receiving this mail because:
You are the assignee for the bug.
--1404057375.80bfE3E3.13217
Date: Sun, 29 Jun 2014 15:56:15 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Comment # 17
on bug 76483
from Karl Schendel
With the extra output the display on -> standby (off) transition now looks
like:
[ 227.434722] nouveau D[ I2C][0000:05:00.0] AUXCH(3): 8: 0x00000600 1
[ 227.434736] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000002
[ 227.434738] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
[ 227.434741] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
[ 227.434743] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
[ 227.434877] nouveau D[ I2C][0000:05:00.0] AUXCH(3): 00 0x01108000
0x10000000
[ 227.434884] nouveau [ PDISP][0000:05:00.0] nv50_sor_mthd: 0000 0184
[ 227.434886] nouveau [ PDISP][0000:05:00.0] 0200 0102
[ 227.434888] nouveau [ PDISP][0000:05:00.0] 0002 01c1
[ 227.434891] nouveau [ PDISP][0000:05:00.0] 0006 0284
[ 227.434893] nouveau [ PDISP][0000:05:00.0] 0002 0284
[ 227.434913] nouveau [ PDISP][0000:05:00.0] nv50_sor_mthd: 0006 0184
[ 227.434915] nouveau [ PDISP][0000:05:00.0] 0200 0102
[ 227.434917] nouveau [ PDISP][0000:05:00.0] 0002 01c1
[ 227.434919] nouveau [ PDISP][0000:05:00.0] 0006 0284
[ 227.434921] nouveau [ PDISP][0000:05:00.0] 0002 0284
and the (unsuccessful) off -> on transition looks like:
[ 277.955374] nouveau D[ I2C][0000:05:00.0] AUXCH(3): 8: 0x00000600 1
[ 277.955387] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000001
[ 277.955389] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
[ 277.955392] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
[ 277.955394] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
[ 277.955528] nouveau D[ I2C][0000:05:00.0] AUXCH(3): 00 0x01108000
0x10000000
[ 277.957570] nouveau [ PDISP][0000:05:00.0] nv50_sor_mthd: 0000 0184
[ 277.957574] nouveau [ PDISP][0000:05:00.0] 0200 0102
[ 277.957576] nouveau [ PDISP][0000:05:00.0] 0002 01c1
[ 277.957578] nouveau [ PDISP][0000:05:00.0] 0006 0284
[ 277.957580] nouveau [ PDISP][0000:05:00.0] 0002 0284
[ 277.957600] nouveau [ PDISP][0000:05:00.0] nv50_sor_mthd: 0006 0184
[ 277.957602] nouveau [ PDISP][0000:05:00.0] 0200 0102
[ 277.957604] nouveau [ PDISP][0000:05:00.0] 0002 01c1
[ 277.957607] nouveau [ PDISP][0000:05:00.0] 0006 0284
[ 277.957609] nouveau [ PDISP][0000:05:00.0] 0002 0284
I'll attach the full log soon (pressed for time ATM).
You are receiving this mail because:
- You are the assignee for the bug.
--1404057375.80bfE3E3.13217--
--===============1718050778==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
--===============1718050778==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org
Subject: [Bug 76483] [NV50, bisected,
RFC patch] xset dpms force {on, off} does not work over DP
Date: Sun, 29 Jun 2014 16:08:58 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0982073491=="
Return-path:
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: nouveau-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Sender: "Nouveau"
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
List-Id: nouveau.vger.kernel.org
--===============0982073491==
Content-Type: multipart/alternative; boundary="1404058138.Cf3a3.16372"; charset="us-ascii"
--1404058138.Cf3a3.16372
Date: Sun, 29 Jun 2014 16:08:58 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=76483
--- Comment #18 from Karl Schendel ---
Created attachment 101980
--> https://bugs.freedesktop.org/attachment.cgi?id=101980&action=edit
kernel log with additional debug output
--
You are receiving this mail because:
You are the assignee for the bug.
--1404058138.Cf3a3.16372
Date: Sun, 29 Jun 2014 16:08:58 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
You are receiving this mail because:
- You are the assignee for the bug.
--1404058138.Cf3a3.16372--
--===============0982073491==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
--===============0982073491==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org
Subject: [Bug 76483] [NV50, bisected,
RFC patch] xset dpms force {on, off} does not work over DP
Date: Mon, 30 Jun 2014 00:53:25 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2008974118=="
Return-path:
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: nouveau-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Sender: "Nouveau"
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
List-Id: nouveau.vger.kernel.org
--===============2008974118==
Content-Type: multipart/alternative; boundary="1404089605.FFFE4.25621"; charset="us-ascii"
--1404089605.FFFE4.25621
Date: Mon, 30 Jun 2014 00:53:25 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=76483
--- Comment #19 from Ben Skeggs ---
(In reply to comment #17)
> With the extra output the display on -> standby (off) transition now looks
> like:
>
> [ 227.434722] nouveau D[ I2C][0000:05:00.0] AUXCH(3): 8: 0x00000600 1
> [ 227.434736] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000002
> [ 227.434738] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
> [ 227.434741] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
> [ 227.434743] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
> [ 227.434877] nouveau D[ I2C][0000:05:00.0] AUXCH(3): 00 0x01108000
> 0x10000000
> [ 227.434884] nouveau [ PDISP][0000:05:00.0] nv50_sor_mthd: 0000 0184
> [ 227.434886] nouveau [ PDISP][0000:05:00.0] 0200 0102
> [ 227.434888] nouveau [ PDISP][0000:05:00.0] 0002 01c1
> [ 227.434891] nouveau [ PDISP][0000:05:00.0] 0006 0284
> [ 227.434893] nouveau [ PDISP][0000:05:00.0] 0002 0284
> [ 227.434913] nouveau [ PDISP][0000:05:00.0] nv50_sor_mthd: 0006 0184
> [ 227.434915] nouveau [ PDISP][0000:05:00.0] 0200 0102
> [ 227.434917] nouveau [ PDISP][0000:05:00.0] 0002 01c1
> [ 227.434919] nouveau [ PDISP][0000:05:00.0] 0006 0284
> [ 227.434921] nouveau [ PDISP][0000:05:00.0] 0002 0284
>
> and the (unsuccessful) off -> on transition looks like:
>
> [ 277.955374] nouveau D[ I2C][0000:05:00.0] AUXCH(3): 8: 0x00000600 1
> [ 277.955387] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000001
> [ 277.955389] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
> [ 277.955392] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
> [ 277.955394] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
> [ 277.955528] nouveau D[ I2C][0000:05:00.0] AUXCH(3): 00 0x01108000
> 0x10000000
> [ 277.957570] nouveau [ PDISP][0000:05:00.0] nv50_sor_mthd: 0000 0184
> [ 277.957574] nouveau [ PDISP][0000:05:00.0] 0200 0102
> [ 277.957576] nouveau [ PDISP][0000:05:00.0] 0002 01c1
> [ 277.957578] nouveau [ PDISP][0000:05:00.0] 0006 0284
> [ 277.957580] nouveau [ PDISP][0000:05:00.0] 0002 0284
> [ 277.957600] nouveau [ PDISP][0000:05:00.0] nv50_sor_mthd: 0006 0184
> [ 277.957602] nouveau [ PDISP][0000:05:00.0] 0200 0102
> [ 277.957604] nouveau [ PDISP][0000:05:00.0] 0002 01c1
> [ 277.957607] nouveau [ PDISP][0000:05:00.0] 0006 0284
> [ 277.957609] nouveau [ PDISP][0000:05:00.0] 0002 0284
>
> I'll attach the full log soon (pressed for time ATM).
I see what's going on, I'll push a patch in the next little while. Thank you.
--
You are receiving this mail because:
You are the assignee for the bug.
--1404089605.FFFE4.25621
Date: Mon, 30 Jun 2014 00:53:25 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Comment # 19
on bug 76483
from Ben Skeggs
(In reply to comment #17)
> With the extra output the display on -> standby (off) transition now looks
> like:
>
> [ 227.434722] nouveau D[ I2C][0000:05:00.0] AUXCH(3): 8: 0x00000600 1
> [ 227.434736] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000002
> [ 227.434738] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
> [ 227.434741] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
> [ 227.434743] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
> [ 227.434877] nouveau D[ I2C][0000:05:00.0] AUXCH(3): 00 0x01108000
> 0x10000000
> [ 227.434884] nouveau [ PDISP][0000:05:00.0] nv50_sor_mthd: 0000 0184
> [ 227.434886] nouveau [ PDISP][0000:05:00.0] 0200 0102
> [ 227.434888] nouveau [ PDISP][0000:05:00.0] 0002 01c1
> [ 227.434891] nouveau [ PDISP][0000:05:00.0] 0006 0284
> [ 227.434893] nouveau [ PDISP][0000:05:00.0] 0002 0284
> [ 227.434913] nouveau [ PDISP][0000:05:00.0] nv50_sor_mthd: 0006 0184
> [ 227.434915] nouveau [ PDISP][0000:05:00.0] 0200 0102
> [ 227.434917] nouveau [ PDISP][0000:05:00.0] 0002 01c1
> [ 227.434919] nouveau [ PDISP][0000:05:00.0] 0006 0284
> [ 227.434921] nouveau [ PDISP][0000:05:00.0] 0002 0284
>
> and the (unsuccessful) off -> on transition looks like:
>
> [ 277.955374] nouveau D[ I2C][0000:05:00.0] AUXCH(3): 8: 0x00000600 1
> [ 277.955387] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000001
> [ 277.955389] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
> [ 277.955392] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
> [ 277.955394] nouveau D[ I2C][0000:05:00.0] AUXCH(3): wr 0x00000000
> [ 277.955528] nouveau D[ I2C][0000:05:00.0] AUXCH(3): 00 0x01108000
> 0x10000000
> [ 277.957570] nouveau [ PDISP][0000:05:00.0] nv50_sor_mthd: 0000 0184
> [ 277.957574] nouveau [ PDISP][0000:05:00.0] 0200 0102
> [ 277.957576] nouveau [ PDISP][0000:05:00.0] 0002 01c1
> [ 277.957578] nouveau [ PDISP][0000:05:00.0] 0006 0284
> [ 277.957580] nouveau [ PDISP][0000:05:00.0] 0002 0284
> [ 277.957600] nouveau [ PDISP][0000:05:00.0] nv50_sor_mthd: 0006 0184
> [ 277.957602] nouveau [ PDISP][0000:05:00.0] 0200 0102
> [ 277.957604] nouveau [ PDISP][0000:05:00.0] 0002 01c1
> [ 277.957607] nouveau [ PDISP][0000:05:00.0] 0006 0284
> [ 277.957609] nouveau [ PDISP][0000:05:00.0] 0002 0284
>
> I'll attach the full log soon (pressed for time ATM).
I see what's going on, I'll push a patch in the next little while. Thank you.
You are receiving this mail because:
- You are the assignee for the bug.
--1404089605.FFFE4.25621--
--===============2008974118==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
--===============2008974118==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org
Subject: [Bug 76483] [NV50, bisected,
RFC patch] xset dpms force {on, off} does not work over DP
Date: Mon, 30 Jun 2014 03:34:36 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0597813488=="
Return-path:
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: nouveau-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Sender: "Nouveau"
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
List-Id: nouveau.vger.kernel.org
--===============0597813488==
Content-Type: multipart/alternative; boundary="1404099276.ECfcfbe4.4167"; charset="us-ascii"
--1404099276.ECfcfbe4.4167
Date: Mon, 30 Jun 2014 03:34:36 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=76483
--- Comment #20 from Ben Skeggs ---
This commit[1] should hopefully make things work for you.
Let me know how you go,
Ben.
[1]
http://cgit.freedesktop.org/~darktama/nouveau/commit/?id=55f5a9c64a638b1e14f39b43459d8eb581a479c3
--
You are receiving this mail because:
You are the assignee for the bug.
--1404099276.ECfcfbe4.4167
Date: Mon, 30 Jun 2014 03:34:36 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
You are receiving this mail because:
- You are the assignee for the bug.
--1404099276.ECfcfbe4.4167--
--===============0597813488==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
--===============0597813488==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org
Subject: [Bug 76483] [NV50, bisected,
RFC patch] xset dpms force {on, off} does not work over DP
Date: Mon, 30 Jun 2014 11:34:16 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1435982748=="
Return-path:
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: nouveau-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Sender: "Nouveau"
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
List-Id: nouveau.vger.kernel.org
--===============1435982748==
Content-Type: multipart/alternative; boundary="1404128056.B0847Da33.24075"; charset="us-ascii"
--1404128056.B0847Da33.24075
Date: Mon, 30 Jun 2014 11:34:16 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=76483
--- Comment #21 from Karl Schendel ---
That change alas produces a garbled display at startup. (It's wrapped in both
directions and jittery, like an old TV with bad sync pulse detection.)
Just for the heck of it, I tried removing the -1 (dcb->heads is 2) and the
display is fine but then it's back to DPMS on not working after off.
--
You are receiving this mail because:
You are the assignee for the bug.
--1404128056.B0847Da33.24075
Date: Mon, 30 Jun 2014 11:34:16 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Comment # 21
on bug 76483
from Karl Schendel
That change alas produces a garbled display at startup. (It's wrapped in both
directions and jittery, like an old TV with bad sync pulse detection.)
Just for the heck of it, I tried removing the -1 (dcb->heads is 2) and the
display is fine but then it's back to DPMS on not working after off.
You are receiving this mail because:
- You are the assignee for the bug.
--1404128056.B0847Da33.24075--
--===============1435982748==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
--===============1435982748==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org
Subject: [Bug 76483] [NV50, bisected,
RFC patch] xset dpms force {on, off} does not work over DP
Date: Mon, 30 Jun 2014 11:37:12 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1901782960=="
Return-path:
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: nouveau-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Sender: "Nouveau"
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
List-Id: nouveau.vger.kernel.org
--===============1901782960==
Content-Type: multipart/alternative; boundary="1404128232.78714.24731"; charset="us-ascii"
--1404128232.78714.24731
Date: Mon, 30 Jun 2014 11:37:12 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=76483
--- Comment #22 from Ben Skeggs ---
(In reply to comment #21)
> That change alas produces a garbled display at startup. (It's wrapped in
> both directions and jittery, like an old TV with bad sync pulse detection.)
>
> Just for the heck of it, I tried removing the -1 (dcb->heads is 2) and the
> display is fine but then it's back to DPMS on not working after off.
Can I get a debug log of that please?
--
You are receiving this mail because:
You are the assignee for the bug.
--1404128232.78714.24731
Date: Mon, 30 Jun 2014 11:37:12 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Comment # 22
on bug 76483
from Ben Skeggs
(In reply to comment #21)
> That change alas produces a garbled display at startup. (It's wrapped in
> both directions and jittery, like an old TV with bad sync pulse detection.)
>
> Just for the heck of it, I tried removing the -1 (dcb->heads is 2) and the
> display is fine but then it's back to DPMS on not working after off.
Can I get a debug log of that please?
You are receiving this mail because:
- You are the assignee for the bug.
--1404128232.78714.24731--
--===============1901782960==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
--===============1901782960==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org
Subject: [Bug 76483] [NV50, bisected,
RFC patch] xset dpms force {on, off} does not work over DP
Date: Mon, 30 Jun 2014 14:19:54 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1003969798=="
Return-path:
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: nouveau-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Sender: "Nouveau"
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
List-Id: nouveau.vger.kernel.org
--===============1003969798==
Content-Type: multipart/alternative; boundary="1404137994.c23E4a83.553"; charset="us-ascii"
--1404137994.c23E4a83.553
Date: Mon, 30 Jun 2014 14:19:54 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=76483
--- Comment #23 from Karl Schendel ---
Created attachment 102016
--> https://bugs.freedesktop.org/attachment.cgi?id=102016&action=edit
dmesg from garbled display
The interesting thing here is that I waited for the dpms timeout, and the
screen flashed and came back on more or less immediately, but clean. It's as
if something decided that the DPMS-off transition was "activity" and turned the
screen back on, properly this time. I don't think that's a driver issue
though.
--
You are receiving this mail because:
You are the assignee for the bug.
--1404137994.c23E4a83.553
Date: Mon, 30 Jun 2014 14:19:54 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Comment # 23
on bug 76483
from Karl Schendel
Created attachment 102016 [details]
dmesg from garbled display
The interesting thing here is that I waited for the dpms timeout, and the
screen flashed and came back on more or less immediately, but clean. It's as
if something decided that the DPMS-off transition was "activity" and turned the
screen back on, properly this time. I don't think that's a driver issue
though.
You are receiving this mail because:
- You are the assignee for the bug.
--1404137994.c23E4a83.553--
--===============1003969798==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
--===============1003969798==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org
Subject: [Bug 76483] [NV50, bisected,
RFC patch] xset dpms force {on, off} does not work over DP
Date: Tue, 01 Jul 2014 01:14:27 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0221548961=="
Return-path:
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: nouveau-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Sender: "Nouveau"
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
List-Id: nouveau.vger.kernel.org
--===============0221548961==
Content-Type: multipart/alternative; boundary="1404177267.3138E4.29521"; charset="us-ascii"
--1404177267.3138E4.29521
Date: Tue, 1 Jul 2014 01:14:27 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=76483
--- Comment #24 from Ben Skeggs ---
(In reply to comment #23)
> Created attachment 102016 [details]
> dmesg from garbled display
Not sure if/why it's causing a garbled display, but I did spot one bug from the
log that's causing link retraining when it's not needed:
http://cgit.freedesktop.org/~darktama/nouveau/commit/?id=acc79e940a096657651980eb140176921a658e0c
>
> The interesting thing here is that I waited for the dpms timeout, and the
> screen flashed and came back on more or less immediately, but clean. It's
> as if something decided that the DPMS-off transition was "activity" and
> turned the screen back on, properly this time. I don't think that's a
> driver issue though.
I hope this is just the monitor being really confused as a result of whatever
went wrong before it. If it's not, your monitor is doing the wrong thing and
it's going to cause it to immediately resume from a power off (we can work
around the problem if it's necessary). But, in your log, your monitor is
saying "help! i lost the link! retrain me!" in response to DP_SET_POWER_D3,
which it is *explicitly* (according to the DP spec, and, well, common sense)
not supposed to do.
--
You are receiving this mail because:
You are the assignee for the bug.
--1404177267.3138E4.29521
Date: Tue, 1 Jul 2014 01:14:27 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Comment # 24
on bug 76483
from Ben Skeggs
(In reply to comment #23)
> Created attachment 102016 [details]
> dmesg from garbled display
Not sure if/why it's causing a garbled display, but I did spot one bug from the
log that's causing link retraining when it's not needed:
http://cgit.freedesktop.org/~darktama/nouveau/commit/?id=acc79e940a096657651980eb140176921a658e0c
>
> The interesting thing here is that I waited for the dpms timeout, and the
> screen flashed and came back on more or less immediately, but clean. It's
> as if something decided that the DPMS-off transition was "activity" and
> turned the screen back on, properly this time. I don't think that's a
> driver issue though.
I hope this is just the monitor being really confused as a result of whatever
went wrong before it. If it's not, your monitor is doing the wrong thing and
it's going to cause it to immediately resume from a power off (we can work
around the problem if it's necessary). But, in your log, your monitor is
saying "help! i lost the link! retrain me!" in response to DP_SET_POWER_D3,
which it is *explicitly* (according to the DP spec, and, well, common sense)
not supposed to do.
You are receiving this mail because:
- You are the assignee for the bug.
--1404177267.3138E4.29521--
--===============0221548961==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
--===============0221548961==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org
Subject: [Bug 76483] [NV50, bisected,
RFC patch] xset dpms force {on, off} does not work over DP
Date: Tue, 01 Jul 2014 11:29:50 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1169879345=="
Return-path:
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: nouveau-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Sender: "Nouveau"
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
List-Id: nouveau.vger.kernel.org
--===============1169879345==
Content-Type: multipart/alternative; boundary="1404214190.fe77C3.24089"; charset="us-ascii"
--1404214190.fe77C3.24089
Date: Tue, 1 Jul 2014 11:29:50 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=76483
--- Comment #25 from Karl Schendel ---
That fixed the garbled display.
The monitor off/on thing is weird. When I was trying to get 3.14 to work
(before discovering this bug report), I tried the nvidia binary driver and got
the same flash off/on thing. However, dpms-off was working in 3.6.3, which I
unfortunately don't have lying around any more. It seems strange that the
monitor would break in this manner, so I guess the 3.6.x driver was doing
something to work around the monitor's response. (Also, the monitor-off
screensaver works when I am in OS/X.)
I can get a log to verify if you like, later today. If there's anything I can
get from 3.6 to see if it's doing something different, let me know; I'm sure I
can find and build a 3.6 sometime in the next day or two if necessary.
At least it's going in the right direction - thanks!
--
You are receiving this mail because:
You are the assignee for the bug.
--1404214190.fe77C3.24089
Date: Tue, 1 Jul 2014 11:29:50 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"