All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 75471] New: Black screen with frequency out of range with kernel 3.15-rc3 on radeon RS880
@ 2014-05-04 11:42 bugzilla-daemon
  2014-05-04 11:43 ` [Bug 75471] " bugzilla-daemon
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-05-04 11:42 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=75471

            Bug ID: 75471
           Summary: Black screen with frequency out of range with kernel
                    3.15-rc3 on radeon RS880
           Product: Drivers
           Version: 2.5
    Kernel Version: 3.15-rc3
          Hardware: x86-64
                OS: Linux
              Tree: Mainline
            Status: NEW
          Severity: high
          Priority: P1
         Component: Video(DRI - non Intel)
          Assignee: drivers_video-dri@kernel-bugs.osdl.org
          Reporter: tasev.stefanoska@skynet.be
        Regression: No

Created attachment 135071
  --> https://bugzilla.kernel.org/attachment.cgi?id=135071&action=edit
dmesg broken 3.15-rc3 kernel

I just have a black screen with frequency out of range on the monitor with the
kernel 3.15-rc3.The system boot normaly but after 3 seconds wen it should
display the splash screen comme the frequency out of range on the monitor, but
the boot process continue in the dark as normal and the system is responsive.
Everything work fine in 3.15-rc1 and rc2 kernels.

I'm running Kubuntu 12.04 Precise.
I have a RS880 motherboard with :

01:05.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RS880
[Radeon HD 4200].

After bisecting the first bad commit found :

first bad commit 24315814239a3fdb306244c99bd076bc79db4ade

Auteur: Christian König <christian.koenig@amd.com>  2014-04-19 18:57:14
Auteur du commit: Christian König <christian.koenig@amd.com>  2014-04-19
18:57:14
Parent: 76e6dcece841faebbee78895780e8209ff40d922 (drm/radeon: disable dpm on
rv770 by default)
Branche: master, remotes/origin/master
Suit: v3.15-rc1
Précède: v3.15-rc3

    drm/radeon: use fixed PPL ref divider if needed

    Signed-off-by: Christian König <christian.koenig@amd.com>

------------------- drivers/gpu/drm/radeon/radeon_display.c -------------------
index 2f7cbb9..e6c3c54 100644
@@ -880,7 +880,12 @@ void radeon_compute_pll_avivo(struct radeon_pll *pll,
         ref_div_min = pll->reference_div;
     else
         ref_div_min = pll->min_ref_div;
-    ref_div_max = pll->max_ref_div;
+
+    if (pll->flags & RADEON_PLL_USE_FRAC_FB_DIV &&
+        pll->flags & RADEON_PLL_USE_REF_DIV)
+        ref_div_max = pll->reference_div;
+    else
+        ref_div_max = pll->max_ref_div;

     /* determine allowed post divider range */
     if (pll->flags & RADEON_PLL_USE_POST_DIV) {


But sadly reverting the patch and rebuild the kernel doesn't fix the issue.

Attached are dmesg with drm_debug=0xe for the 3.15rc3 (broken) and 3.15-rc2 
kernels, and also the bisect.log.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 75471] Black screen with frequency out of range with kernel 3.15-rc3 on radeon RS880
  2014-05-04 11:42 [Bug 75471] New: Black screen with frequency out of range with kernel 3.15-rc3 on radeon RS880 bugzilla-daemon
@ 2014-05-04 11:43 ` bugzilla-daemon
  2014-05-04 12:08 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-05-04 11:43 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=75471

--- Comment #1 from Tasev Nikola <tasev.stefanoska@skynet.be> ---
Created attachment 135081
  --> https://bugzilla.kernel.org/attachment.cgi?id=135081&action=edit
dmesg working 3.15-rc2 kernel

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 75471] Black screen with frequency out of range with kernel 3.15-rc3 on radeon RS880
  2014-05-04 11:42 [Bug 75471] New: Black screen with frequency out of range with kernel 3.15-rc3 on radeon RS880 bugzilla-daemon
  2014-05-04 11:43 ` [Bug 75471] " bugzilla-daemon
@ 2014-05-04 12:08 ` bugzilla-daemon
  2014-05-04 13:41 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-05-04 12:08 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=75471

Christian König <deathsimple@vodafone.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |deathsimple@vodafone.de

--- Comment #2 from Christian König <deathsimple@vodafone.de> ---
That's a duplicate of https://bugzilla.kernel.org/show_bug.cgi?id=75241

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 75471] Black screen with frequency out of range with kernel 3.15-rc3 on radeon RS880
  2014-05-04 11:42 [Bug 75471] New: Black screen with frequency out of range with kernel 3.15-rc3 on radeon RS880 bugzilla-daemon
  2014-05-04 11:43 ` [Bug 75471] " bugzilla-daemon
  2014-05-04 12:08 ` bugzilla-daemon
@ 2014-05-04 13:41 ` bugzilla-daemon
  2014-05-04 13:43 ` bugzilla-daemon
  2014-05-04 13:44 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-05-04 13:41 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=75471

--- Comment #3 from Tasev Nikola <tasev.stefanoska@skynet.be> ---
Oop's

Ignore my first post, i must made a copy paste error somewhere !

The first bad commit is indeed this one :

c2fb3094669a3205f16a32f4119d0afe40b1a1fd is the first bad commit
commit c2fb3094669a3205f16a32f4119d0afe40b1a1fd
Author: Christian König <christian.koenig@amd.com>
Date:   Sun Apr 20 13:24:32 2014 +0200

    drm/radeon: improve PLL limit handling in post div calculation

    This improves the PLL parameters when we work at
    the limits of the allowed ranges.

    Signed-off-by: Christian König <christian.koenig@amd.com>


I just revert the commit, rebuild and is working fine again now.

Sorry for my first report.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 75471] Black screen with frequency out of range with kernel 3.15-rc3 on radeon RS880
  2014-05-04 11:42 [Bug 75471] New: Black screen with frequency out of range with kernel 3.15-rc3 on radeon RS880 bugzilla-daemon
                   ` (2 preceding siblings ...)
  2014-05-04 13:41 ` bugzilla-daemon
@ 2014-05-04 13:43 ` bugzilla-daemon
  2014-05-04 13:44 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-05-04 13:43 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=75471

--- Comment #4 from Tasev Nikola <tasev.stefanoska@skynet.be> ---
Created attachment 135091
  --> https://bugzilla.kernel.org/attachment.cgi?id=135091&action=edit
git bisect 3.15-rc3 3.15-rc2 log

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 75471] Black screen with frequency out of range with kernel 3.15-rc3 on radeon RS880
  2014-05-04 11:42 [Bug 75471] New: Black screen with frequency out of range with kernel 3.15-rc3 on radeon RS880 bugzilla-daemon
                   ` (3 preceding siblings ...)
  2014-05-04 13:43 ` bugzilla-daemon
@ 2014-05-04 13:44 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-05-04 13:44 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=75471

Tasev Nikola <tasev.stefanoska@skynet.be> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Regression|No                          |Yes

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-05-04 13:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-04 11:42 [Bug 75471] New: Black screen with frequency out of range with kernel 3.15-rc3 on radeon RS880 bugzilla-daemon
2014-05-04 11:43 ` [Bug 75471] " bugzilla-daemon
2014-05-04 12:08 ` bugzilla-daemon
2014-05-04 13:41 ` bugzilla-daemon
2014-05-04 13:43 ` bugzilla-daemon
2014-05-04 13:44 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.