[Bug 75241] radeon_compute_pll_avivo broken in 3.15-rc3

2016-07-05 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75241 --- Comment #35 from Benjamin Herrenschmidt --- https://bugs.freedesktop.org/show_bug.cgi?id=96789 -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 75241] radeon_compute_pll_avivo broken in 3.15-rc3

2016-07-02 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75241 --- Comment #34 from Benjamin Herrenschmidt --- Well, the Apple Cinema Display is nearly 10 years old too :-) But at least it's an LCD... I will open a new bug on FDO. -- You are receiving this mail because: You are watching the assignee of the

[Bug 75241] radeon_compute_pll_avivo broken in 3.15-rc3

2016-07-02 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75241 --- Comment #33 from Christian König --- (In reply to Benjamin Herrenschmidt from comment #30) > The combo is Radeon R9 290 (from Sapphire) and good old Apple Cinema Display > 23" (1920x1200x60 fixed resolution display) on DVI. Well this bug rep

[Bug 75241] radeon_compute_pll_avivo broken in 3.15-rc3

2016-07-02 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75241 --- Comment #32 from Benjamin Herrenschmidt --- Note 2: Catalyst and the Windows driver both work fine. Any way to know what formula these 2 use (I assume it's the same code) ? -- You are receiving this mail because: You are watching the assigne

[Bug 75241] radeon_compute_pll_avivo broken in 3.15-rc3

2016-07-02 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75241 --- Comment #31 from Benjamin Herrenschmidt --- Note: It's an LCD :-) It's one of those fixed-mode panels Apple has always been fond of, one of the very first 1920x1200 out there. -- You are receiving this mail because: You are watching the assi

[Bug 75241] radeon_compute_pll_avivo broken in 3.15-rc3

2016-07-02 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75241 Benjamin Herrenschmidt changed: What|Removed |Added CC||benh at kernel.crashing.org ---

[Bug 75241] radeon_compute_pll_avivo broken in 3.15-rc3

2014-08-06 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75241 --- Comment #29 from Dan Merillat --- (In reply to Christian K?nig from comment #28) > Created attachment 142281 [details] > Possible fix v3. > > How about this one? Does it fixes the issue as well? Sorry for the long delay in getting back to yo

[Bug 75241] radeon_compute_pll_avivo broken in 3.15-rc3

2014-07-07 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75241 Christian K?nig changed: What|Removed |Added Attachment #142051|0 |1 is obsolete|

[Bug 75241] radeon_compute_pll_avivo broken in 3.15-rc3

2014-07-06 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75241 --- Comment #27 from Dan Merillat --- No, I reverted to a clean 3.16-rc3 (changed the 32 back to 100) and applied the patch: [drm:radeon_compute_pll_avivo] 229500 - 229500, pll dividers - fb: 1602.7 ref: 20, post 5 fb: is the same, ref and post

[Bug 75241] radeon_compute_pll_avivo broken in 3.15-rc3

2014-07-04 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75241 Christian K?nig changed: What|Removed |Added Attachment #134611|0 |1 is obsolete|

[Bug 75241] radeon_compute_pll_avivo broken in 3.15-rc3

2014-07-02 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75241 Dan Merillat changed: What|Removed |Added CC||bugzilla at dan.merillat.org --- Comment #

[Bug 75241] radeon_compute_pll_avivo broken in 3.15-rc3

2014-06-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75241 --- Comment #24 from Tasev Nikola --- The new ref_div_max = max(min(100 / post_div, ref_div_max), 1u); works fine with my Belinea 1600x1200 screen. -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 75241] radeon_compute_pll_avivo broken in 3.15-rc3

2014-05-23 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75241 --- Comment #23 from Tasev Nikola --- With ref_div_max 114 everything works fine for me. -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 75241] radeon_compute_pll_avivo broken in 3.15-rc3

2014-05-21 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75241 --- Comment #22 from Christian K?nig --- (In reply to Tasev Nikola from comment #21) > Hi > > With the ref_div_max 124 everything works fine. > Should i try another value just let me now. I'm going to submit a patch with value 114, just to have

[Bug 75241] radeon_compute_pll_avivo broken in 3.15-rc3

2014-05-21 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75241 --- Comment #21 from Tasev Nikola --- Hi With the ref_div_max 124 everything works fine. Should i try another value just let me now. -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 75241] radeon_compute_pll_avivo broken in 3.15-rc3

2014-05-20 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75241 --- Comment #20 from Tasev Nikola --- You're right again. It seems that just build the module doesn't work for me. I build a new kernel from sources with the ref_div_max 124 and it seems to work for now. [drm:radeon_compute_pll_avivo] 162000 - 1

[Bug 75241] radeon_compute_pll_avivo broken in 3.15-rc3

2014-05-20 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75241 --- Comment #19 from Christian K?nig --- >From the logs you are always getting the same set of paramaters, even when you change the maximum used in the fix: [drm:radeon_compute_pll_avivo] 162000 - 161990, pll dividers - fb: 1425.4 ref: 21, post 6

[Bug 75241] radeon_compute_pll_avivo broken in 3.15-rc3

2014-05-20 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75241 --- Comment #18 from Tasev Nikola --- Created attachment 136841 --> https://bugzilla.kernel.org/attachment.cgi?id=136841&action=edit dmesg after suspend resume broken -- You are receiving this mail because: You are watching the assignee of the

[Bug 75241] radeon_compute_pll_avivo broken in 3.15-rc3

2014-05-20 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75241 --- Comment #17 from Tasev Nikola --- Created attachment 136831 --> https://bugzilla.kernel.org/attachment.cgi?id=136831&action=edit dmesg after boot working with max divider 32 -- You are receiving this mail because: You are watching the assi

[Bug 75241] radeon_compute_pll_avivo broken in 3.15-rc3

2014-05-20 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75241 --- Comment #16 from Tasev Nikola --- Hi I tried with 64, 48 and 32 for the ref_div_max . The only one working at boot is 32 , but after the first suspend resume the off range frequency problem appear again. I try a second suspend resume with

[Bug 75241] radeon_compute_pll_avivo broken in 3.15-rc3

2014-05-20 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75241 --- Comment #15 from Christian K?nig --- (In reply to Tasev Nikola from comment #14) > I tried different value from 128 to 90 for the ref_div_max but none work > with my Belinea 1600x1200 screen. Try going down to at least 32, this would match th

[Bug 75241] radeon_compute_pll_avivo broken in 3.15-rc3

2014-05-16 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75241 --- Comment #14 from Tasev Nikola --- Hi I try today with a Medion 1280x1024 monitor and everything work without problem. It seem's that only the combinaison RS880 + Belinea 2080S2 have problem with the new PLL code. I tried different value from

[Bug 75241] radeon_compute_pll_avivo broken in 3.15-rc3

2014-05-15 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75241 --- Comment #13 from Tasev Nikola --- Created attachment 136251 --> https://bugzilla.kernel.org/attachment.cgi?id=136251&action=edit dmesg broken 3.15-rc5 -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 75241] radeon_compute_pll_avivo broken in 3.15-rc3

2014-05-15 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75241 --- Comment #12 from Tasev Nikola --- Created attachment 136241 --> https://bugzilla.kernel.org/attachment.cgi?id=136241&action=edit dmesg working 3.15-rc5 -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 75241] radeon_compute_pll_avivo broken in 3.15-rc3

2014-05-15 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75241 --- Comment #11 from Tasev Nikola --- Hi I just notice that the 3.15-rc5 will boot successfully only once in 5-6 attempt. When i try it the first time in sunday i was just lucky he boot at first time. I suspend resume this computer rater then sh

[Bug 75241] radeon_compute_pll_avivo broken in 3.15-rc3

2014-05-15 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75241 --- Comment #10 from Tasev Nikola --- I'm compiling a patched kernel now. I will test it but to be shure i will need 4-5 day's probably, because i use the 3.15-rc5 from sunday and the problem appear only now. -- You are receiving this mail becau

[Bug 75241] radeon_compute_pll_avivo broken in 3.15-rc3

2014-05-15 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75241 --- Comment #9 from Christian K?nig --- (In reply to Alex Deucher from comment #8) > Does this patch help: > http://lists.freedesktop.org/archives/dri-devel/2014-May/059469.html Unlikely. Tasev has an RS780, on those the feedback divider is usual

[Bug 75241] radeon_compute_pll_avivo broken in 3.15-rc3

2014-05-15 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75241 Alex Deucher changed: What|Removed |Added CC||alexdeucher at gmail.com --- Comment #8 fr

[Bug 75241] radeon_compute_pll_avivo broken in 3.15-rc3

2014-05-15 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75241 Tasev Nikola changed: What|Removed |Added CC||tasev.stefanoska at skynet.be --- Comment

[Bug 75241] radeon_compute_pll_avivo broken in 3.15-rc3

2014-05-03 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75241 --- Comment #6 from Christian K?nig --- (In reply to Clemens Ladisch from comment #5) > It's an Eizo S2100, but this should not matter because the clocks seen by the > monitor are always about the same (162MHz/75kHz/60Hz). If some were out of > r

[Bug 75241] radeon_compute_pll_avivo broken in 3.15-rc3

2014-05-02 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75241 --- Comment #5 from Clemens Ladisch --- It's an Eizo S2100, but this should not matter because the clocks seen by the monitor are always about the same (162MHz/75kHz/60Hz). If some were out of range, the monitor would show an error message, but w

[Bug 75241] radeon_compute_pll_avivo broken in 3.15-rc3

2014-05-02 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75241 --- Comment #4 from Christian K?nig --- (In reply to Clemens Ladisch from comment #3) > 3.14: > 16205, pll dividers - fb: 135.8 ref: 2, post 6 > > With the patch: > 162000 - 161990, pll dividers - fb: 271.5 ref: 4, post 6 > > And the patch indee

[Bug 75241] radeon_compute_pll_avivo broken in 3.15-rc3

2014-05-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75241 --- Comment #3 from Clemens Ladisch --- 3.14: 16205, pll dividers - fb: 135.8 ref: 2, post 6 With the patch: 162000 - 161990, pll dividers - fb: 271.5 ref: 4, post 6 And the patch indeed fixes this. -- You are receiving this mail because: You

[Bug 75241] radeon_compute_pll_avivo broken in 3.15-rc3

2014-05-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75241 --- Comment #2 from Christian K?nig --- Created attachment 134611 --> https://bugzilla.kernel.org/attachment.cgi?id=134611&action=edit Possible fix. Please try the attached patch, it might fix the issue. -- You are receiving this mail because

[Bug 75241] radeon_compute_pll_avivo broken in 3.15-rc3

2014-05-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75241 Christian K?nig changed: What|Removed |Added CC||deathsimple at vodafone.de --- Comment