Re: PROBLEM: radeon, kernel = 2.6.32-rc6-git5, any mode switch on MacBookPro2, 2 is delayed by 130 seconds of black screen

2009-12-11 Thread Viktor Malyarchuk
Hi Alex, no change. Does not matter if radeon.new_pll=1 or radeon.new_pll=0. Delay is still there. Best, Viktor On Thursday 10 December 2009 09:44:40 am Alex Deucher wrote: On Tue, Dec 8, 2009 at 11:17 PM, Viktor Malyarchuk mal...@gmail.com wrote: Hi Alex, patch did not change anything

Re: PROBLEM: radeon, kernel = 2.6.32-rc6-git5, any mode switch on MacBookPro2, 2 is delayed by 130 seconds of black screen

2009-12-11 Thread Alex Deucher
On Fri, Dec 11, 2009 at 7:58 AM, Viktor Malyarchuk mal...@gmail.com wrote: Hi Alex, no change. Does not matter if radeon.new_pll=1 or radeon.new_pll=0. Delay is still there. new_pll=1 is the default and the new code. Can you send me your vbios? (as root): cd /sys/bus/pci/devices/pci bus id

Re: PROBLEM: radeon, kernel = 2.6.32-rc6-git5, any mode switch on MacBookPro2, 2 is delayed by 130 seconds of black screen

2009-12-10 Thread Alex Deucher
On Tue, Dec 8, 2009 at 11:17 PM, Viktor Malyarchuk mal...@gmail.com wrote: Hi Alex, patch did not change anything for me. Problem still there. Can you try Dave's drm-radeon-testing or drm-radeon-next tree? Specifically this patch:

Re: PROBLEM: radeon, kernel = 2.6.32-rc6-git5, any mode switch on MacBookPro2, 2 is delayed by 130 seconds of black screen

2009-12-08 Thread Alex Deucher
On Wed, Dec 2, 2009 at 7:51 AM, Viktor Malyarchuk mal...@gmail.com wrote: Hi Alex, I bisected drm-next branch from Dave's git tree git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git . The result is: ebbe1cb936dfc96d809ccf4d64a9755f8ba0c0ff is the first bad commit commit

Re: PROBLEM: radeon, kernel = 2.6.32-rc6-git5, any mode switch on MacBookPro2, 2 is delayed by 130 seconds of black screen

2009-12-08 Thread Viktor Malyarchuk
Hi Alex, patch did not change anything for me. Problem still there. Best, Viktor On Tuesday 08 December 2009 04:54:35 pm Alex Deucher wrote: On Wed, Dec 2, 2009 at 7:51 AM, Viktor Malyarchuk mal...@gmail.com wrote: Hi Alex, I bisected drm-next branch from Dave's git tree

Re: PROBLEM: radeon, kernel = 2.6.32-rc6-git5, any mode switch on MacBookPro2, 2 is delayed by 130 seconds of black screen

2009-12-02 Thread Viktor Malyarchuk
Hi Alex, I bisected drm-next branch from Dave's git tree git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git . The result is: ebbe1cb936dfc96d809ccf4d64a9755f8ba0c0ff is the first bad commit commit ebbe1cb936dfc96d809ccf4d64a9755f8ba0c0ff Author: Alex Deucher alexdeuc...@gmail.com

Re: PROBLEM: radeon, kernel = 2.6.32-rc6-git5, any mode switch on MacBookPro2, 2 is delayed by 130 seconds of black screen

2009-12-02 Thread Viktor Malyarchuk
Revert failed: git revert ebbe1cb936dfc96d809ccf4d64a9755f8ba0c0ff warning: too many files (created: 1954 deleted: 653), skipping inexact rename detection Automatic revert failed. After resolving the conflicts, mark the corrected paths with 'git add paths' or 'git rm paths' and commit the

Re: PROBLEM: radeon, kernel = 2.6.32-rc6-git5, any mode switch on MacBookPro2, 2 is delayed by 130 seconds of black screen

2009-11-28 Thread Viktor Malyarchuk
Yes, fbcon is compiled in. grep CONSOLE /boot/config-2.6.32-rc8 CONFIG_NETCONSOLE=m CONFIG_NETCONSOLE_DYNAMIC=y CONFIG_CONSOLE_TRANSLATIONS=y CONFIG_VT_CONSOLE=y CONFIG_HW_CONSOLE=y # CONFIG_VT_HW_CONSOLE_BINDING is not set CONFIG_SERIAL_8250_CONSOLE=y CONFIG_SERIAL_CORE_CONSOLE=y #

Re: PROBLEM: radeon, kernel = 2.6.32-rc6-git5, any mode switch on MacBookPro2, 2 is delayed by 130 seconds of black screen

2009-11-26 Thread Alex Deucher
On Thu, Nov 26, 2009 at 5:21 AM, Viktor Malyarchuk mal...@gmail.com wrote: Hi Jerome, yes, you are right. Reverting f30f37def4c72e5df8d949022b806e5a4e99bbcb for 2.6.32rc8 did not fix the problem. During bisecting here bad: [f30f37def4c72e5df8d949022b806e5a4e99bbcb] drm/radeon/kms: Update

Re: PROBLEM: radeon, kernel = 2.6.32-rc6-git5, any mode switch on MacBookPro2, 2 is delayed by 130 seconds of black screen

2009-11-25 Thread Viktor Malyarchuk
Hi Alex, if I understand it right, this is the culprit: f30f37def4c72e5df8d949022b806e5a4e99bbcb git bisect log git bisect start # good: [b419148e567728f6af0c3b01965c1cc141e3e13a] Linux 2.6.32-rc6 git bisect good b419148e567728f6af0c3b01965c1cc141e3e13a # bad:

Re: PROBLEM: radeon, kernel = 2.6.32-rc6-git5, any mode switch on MacBookPro2, 2 is delayed by 130 seconds of black screen

2009-11-25 Thread Jerome Glisse
On Wed, Nov 25, 2009 at 02:49:16AM -0600, Viktor Malyarchuk wrote: Hi Alex, if I understand it right, this is the culprit: f30f37def4c72e5df8d949022b806e5a4e99bbcb This seems unlikely, i don't see how this patch can trigger such slowdown/freeze. Can you confirm that this patch is really

Re: PROBLEM: radeon, kernel = 2.6.32-rc6-git5, any mode switch on MacBookPro2, 2 is delayed by 130 seconds of black screen

2009-11-23 Thread Alex Deucher
On Fri, Nov 20, 2009 at 7:21 PM, Viktor Malyarchuk mal...@gmail.com wrote: Hi Alex, I never used git bisect before but willing to try. Which git tree should I use? Usually I just download mainline source from kernel.org and patch it with last snapshot, so no git information there. I use git

Re: PROBLEM: radeon, kernel = 2.6.32-rc6-git5, any mode switch on MacBookPro2, 2 is delayed by 130 seconds of black screen

2009-11-22 Thread Viktor Malyarchuk
Hi Alex, I never used git bisect before but willing to try. Which git tree should I use? Usually I just download mainline source from kernel.org and patch it with last snapshot, so no git information there. I use git to build libdrm, mesa and xf86-video-ati. Best, Viktor On Friday 20 November

Re: PROBLEM: radeon, kernel = 2.6.32-rc6-git5, any mode switch on MacBookPro2, 2 is delayed by 130 seconds of black screen

2009-11-20 Thread Alex Deucher
On Fri, Nov 20, 2009 at 5:45 AM, Viktor Malyarchuk mal...@gmail.com wrote: Dear David, thank you and all the developers involved for your outstanding DRM/KMS work. There is a problem that was introduced in 2.6.32-rc6-git5. SUMMARY any mode switch on MacBookPro2,2 is delayed by 130 seconds