From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 68235] Display freezes after login with kernel 3.11.0-rc5 on
Cayman with dpm=1
Date: Tue, 17 Sep 2013 22:54:25 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1969947735=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id AF112E76E1
for ;
Tue, 17 Sep 2013 15:54:25 -0700 (PDT)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============1969947735==
Content-Type: multipart/alternative; boundary="1379458465.A4Ab2cd1.6252"; charset="us-ascii"
--1379458465.A4Ab2cd1.6252
Date: Tue, 17 Sep 2013 22:54:25 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=68235
--- Comment #32 from Alexandre Demers ---
(In reply to comment #31)
> Created attachment 85989 [details] [review]
> testing patch
>
> Try this patch independent from any other patches. It forces the engine and
> memory clocks of all performance levels within a power state to the lowest
> level. If it works, then try and comment out either the sclk part or the
> mclk part and see if either helps. That should help us narrow down whether
> it's a mclk problem or an sclk problem.
Running with the patch works fine over a vanilla kernel 3.12-rc1. The following
works also fine:
// if (pl->sclk > 25000)
// pl->sclk = 25000;
if (pl->mclk > 15000)
pl->mclk = 15000;
Which means sclk is working properly.
However, the opposite results in a blank screen before I can even get at the
login screen. It seems mclk is the problematic part.
--
You are receiving this mail because:
You are the assignee for the bug.
--1379458465.A4Ab2cd1.6252
Date: Tue, 17 Sep 2013 22:54:25 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Comment # 32
on bug 68235
from Alexandre Demers
(In reply to comment #31)
> Created attachment 85989 [details] [review] [review]
> testing patch
>
> Try this patch independent from any other patches. It forces the engine and
> memory clocks of all performance levels within a power state to the lowest
> level. If it works, then try and comment out either the sclk part or the
> mclk part and see if either helps. That should help us narrow down whether
> it's a mclk problem or an sclk problem.
Running with the patch works fine over a vanilla kernel 3.12-rc1. The following
works also fine:
// if (pl->sclk > 25000)
// pl->sclk = 25000;
if (pl->mclk > 15000)
pl->mclk = 15000;
Which means sclk is working properly.
However, the opposite results in a blank screen before I can even get at the
login screen. It seems mclk is the problematic part.
You are receiving this mail because:
- You are the assignee for the bug.
--1379458465.A4Ab2cd1.6252--
--===============1969947735==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
--===============1969947735==--