[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #145 from Paul Bodenbenner paul.bodenben...@gmail.com --- I have also a HD 3470 (RV620/M82) and my experience is really great by using dpm, but following problems still occur with kernel 3.12rc3-1 and 3.11.4: 1. Sometimes it doesn't

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-10-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #144 from Bryan Quigley gquigs+b...@gmail.com --- (In reply to comment #143) Unfortunately, that disables dynamic engine scaling which on your particular board pretty much disables dpm since the voltage and mclk are static :( Well

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #140 from Alex Deucher ag...@yahoo.com --- (In reply to comment #139) I tried exiting early out of a few other functions like rv6xx_dpm_init, but haven't had any better results. I put a printk statement in _init, which never got

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #141 from Bryan Quigley gquigs+b...@gmail.com --- In /r600_dpm.c - void r600_start_dpm(struct radeon_device *rdev) + //return; //returning here works r600_enable_sclk_control(rdev, true); + return; //returning

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #142 from Bryan Quigley gquigs+b...@gmail.com --- - r600_enable_sclk_control(rdev, true); + r600_enable_sclk_control(rdev, false); Does indeed fix it. -- You are receiving this mail because: You are the assignee for the

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #143 from Alex Deucher ag...@yahoo.com --- (In reply to comment #142) - r600_enable_sclk_control(rdev, true); + r600_enable_sclk_control(rdev, false); Does indeed fix it. Unfortunately, that disables dynamic engine

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #137 from Bryan Quigley gquigs+b...@gmail.com --- (In reply to comment #135) Seems like you just got lucky this time. Does it work reliably if you disable radeon and boot into a non-X runlevel, then manually load radeon? Nope

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #138 from Alex Deucher ag...@yahoo.com --- (In reply to comment #137) Nope definitely not reliably, but I did have it work one more time doing the above (booting with modeset=0) after about 10 or so reboots. When it fails I've

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #135 from Bryan Quigley gquigs+b...@gmail.com --- Created attachment 86825 -- https://bugs.freedesktop.org/attachment.cgi?id=86825action=edit dmesg when under works due to setting .debug=1 I tried again with the latest rc3 build

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #136 from Alex Deucher ag...@yahoo.com --- (In reply to comment #135) Created attachment 86825 [details] dmesg when under works due to setting .debug=1 I tried again with the latest rc3 build and it still doesn't work; I had

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #133 from Eugene ken20...@ukr.net --- I seems 3.12 RC1 still has not patch for my HD2600. -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #134 from Francisco Pina Martins f.pinamart...@gmail.com --- I just want to add that after upgrading to kernel 3.11.1 (from the -RC2 version I was using), I have not experienced any more crashes on my RV635. Nothing I have tried so

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #130 from Eugene ken20...@ukr.net --- Thanks for info. I'll wait to test it. -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing list

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #131 from Sergey orbitg...@ukr.net --- (In reply to comment #126) That's a GPU lock up which may not be related to dpm. I recently fixed an alignment issue with command buffers that may fix these hangs for you. you'll need this

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #132 from Sergey orbitg...@ukr.net --- Created attachment 85936 -- https://bugs.freedesktop.org/attachment.cgi?id=85936action=edit Dmesg for Xorg freeze during video playing. (In reply to comment #131) With latest mesa and libdrm

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #128 from Eugene ken20...@ukr.net --- Recently tried kernel 3.11.1. Still not booting with radeon.dpm=1. Patch still isn't there for HD2600 ? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #129 from Alex Deucher ag...@yahoo.com --- (In reply to comment #128) Recently tried kernel 3.11.1. Still not booting with radeon.dpm=1. Patch still isn't there for HD2600 ? I sent the pull request that contained attachment 85256

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #127 from Sergey orbitg...@ukr.net --- Thanks, I'll try to check these patches. -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing list

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #126 from Alex Deucher ag...@yahoo.com --- (In reply to comment #124) I've noticed, that while watching youtube videos, sometimes (actually rather often) everything freezes. Looks like Xorg crash. It tries to recover but screen

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #124 from Sergey orbitg...@ukr.net --- I've noticed, that while watching youtube videos, sometimes (actually rather often) everything freezes. Looks like Xorg crash. It tries to recover but screen freezes, though mouse is working and

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #125 from Sergey orbitg...@ukr.net --- Created attachment 85644 -- https://bugs.freedesktop.org/attachment.cgi?id=85644action=edit Xorg log Here is Xorg log, but according to timestamps it is only for Xorg, that tried to restart.

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #120 from lucky_beta lucky_b...@126.com --- I've read the previous comments carefully and I'm using the ati3470 GPU card which is the same as Sergey, also the problem similar, when trying to boot with radeon.dmp=1, the screen goes

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #121 from Sergey orbitg...@ukr.net --- Hi lucky_beta, For me it was not 100% fixed. At the moment with Kernel 3.11 it is ~50% chance that system hangs during boot or the windows are slow. It better than it was initially, but the

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 gronius d.tut...@googlemail.com changed: What|Removed |Added Priority|medium |high

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #122 from Bryan Quigley gquigs+b...@gmail.com --- (In reply to comment #116) Does disabling any of the dpm features as per comment 94 help? Nope, still broken. (although I did get distracted by a hang that was fixed by the latest

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #123 from lucky_beta lucky_b...@126.com --- (In reply to comment #121) Hi lucky_beta, For me it was not 100% fixed. At the moment with Kernel 3.11 it is ~50% chance that system hangs during boot or the windows are slow. It

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #107 from Bryan Quigley gquigs+b...@gmail.com --- Created attachment 85216 -- https://bugs.freedesktop.org/attachment.cgi?id=85216action=edit 3870/RV670 - dmesg manually loading radeon I'm also having the issue on a 3870/RV670

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #108 from Bryan Quigley gquigs+b...@gmail.com --- Created attachment 85217 -- https://bugs.freedesktop.org/attachment.cgi?id=85217action=edit 3870/RV670 - kern.log dpm on boot -- You are receiving this mail because: You are the

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #109 from Bryan Quigley gquigs+b...@gmail.com --- Created attachment 85218 -- https://bugs.freedesktop.org/attachment.cgi?id=85218action=edit 3870/RV670 - vbios.rom -- You are receiving this mail because: You are the assignee for

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #110 from Bryan Quigley gquigs+b...@gmail.com --- Also, the motherboard has a built-in HD4290 in it, that is BIOS disabled. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #111 from Eugene ken20...@ukr.net --- (In reply to comment #106) Assuming that works you should have the dmesg.log in the root user directory that you can attach here. Here is my blind result (in attachment). -- You are receiving

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #112 from Eugene ken20...@ukr.net --- Created attachment 85253 -- https://bugs.freedesktop.org/attachment.cgi?id=85253action=edit dmesg file Trying to load Radeon driver (for my HD2600XT card) blindly in single user mode - dmesg

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 Alex Deucher ag...@yahoo.com changed: What|Removed |Added Attachment #85253|application/octet-stream|text/plain mime

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #113 from Alex Deucher ag...@yahoo.com --- Created attachment 85256 -- https://bugs.freedesktop.org/attachment.cgi?id=85256action=edit add callback for UVD Hi Eugene, This patch should fix the crash you are seeing. -- You are

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #114 from Alex Deucher ag...@yahoo.com --- (In reply to comment #107) I'm also having the issue on a 3870/RV670 using Sept4 drm-next (d30645ae from Ubuntu's mainline builds) and previous builds. What sort of issue are you having?

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #118 from Alex Deucher ag...@yahoo.com --- (In reply to comment #117) Will it be in 3.11.1 or 3.12 next Monday ? Not likely. I haven't sent the patch upstream yet. -- You are receiving this mail because: You are the assignee

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #116 from Alex Deucher ag...@yahoo.com --- (In reply to comment #115) (In reply to comment #114) What sort of issue are you having? blank screen? currupt image? GPU hang? Screen goes to powersave when booted with dpm=1.

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #117 from Eugene ken20...@ukr.net --- (In reply to comment #113) Created attachment 85256 [details] [review] add callback for UVD Hi Eugene, This patch should fix the crash you are seeing. Will it be in 3.11.1 or 3.12 next

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #119 from Eugene ken20...@ukr.net --- Then 3.11.2 ? -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing list dri-devel@lists.freedesktop.org

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #115 from Bryan Quigley gquigs+b...@gmail.com --- (In reply to comment #114) What sort of issue are you having? blank screen? currupt image? GPU hang? Screen goes to powersave when booted with dpm=1. Still able to ssh in, but

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #102 from Eugene ken20...@ukr.net --- If you could explain me where is kernel command line (when I'm seeing GRUB menu push e or c; and if c what to do after I entered radeon.modeset=0 in there?), I would try it. I'm just a newbie

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #103 from Alex Deucher ag...@yahoo.com --- (In reply to comment #102) If you could explain me where is kernel command line (when I'm seeing GRUB menu push e or c; and if c what to do after I entered radeon.modeset=0 in there?), I

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #104 from Eugene ken20...@ukr.net --- (In reply to comment #103) (In reply to comment #102) If you could explain me where is kernel command line (when I'm seeing GRUB menu push e or c; and if c what to do after I entered

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #105 from Alex Deucher ag...@yahoo.com --- (In reply to comment #104) with linux /boot/blah blah blah radeon.modeset=0 1 it seems it's booting but I can't see command line - only black screen or text line: kernel booting...

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #106 from Alex Deucher ag...@yahoo.com --- Assuming that works you should have the dmesg.log in the root user directory that you can attach here. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #101 from Alex Deucher ag...@yahoo.com --- (In reply to comment #96) Not so fast fellas. Recently checked 3.11RC7 and DRM-Next (current). The result is the same: it still can't boot with my Radeon HD 2600 XT :( Does disabling aspm

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #100 from Alex Deucher ag...@yahoo.com --- (In reply to comment #99) Also, can you get a copy of the dmesg output from the driver after it loads? Try booting into a non-X runlevel without loading radeon (either blacklist it, or

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #95 from Francisco Pina Martins f.pinamart...@gmail.com --- After using DPM for a while I car report that it did cause some random crashes. I never figured out what caused them, and was never able to reproduce them. However, after

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #96 from Eugene ken20...@ukr.net --- Not so fast fellas. Recently checked 3.11RC7 and DRM-Next (current). The result is the same: it still can't boot with my Radeon HD 2600 XT :( -- You are receiving this mail because: You are the

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #97 from Alex Deucher ag...@yahoo.com --- (In reply to comment #96) Not so fast fellas. Recently checked 3.11RC7 and DRM-Next (current). The result is the same: it still can't boot with my Radeon HD 2600 XT :( Can you attach a copy

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #98 from Eugene ken20...@ukr.net --- Created attachment 85079 -- https://bugs.freedesktop.org/attachment.cgi?id=85079action=edit Radeon HD2600XT vbios -- You are receiving this mail because: You are the assignee for the bug.

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #99 from Eugene ken20...@ukr.net --- Can you attach a copy of your vbios? (as root) (use lspci to get the bus id) cd /sys/bus/pci/devices/pci bus id echo 1 rom cat rom /tmp/vbios.rom echo 0 rom Yes, here it is, in

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-08-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=66963 Alexandre Demers changed: What|Removed |Added Summary|r600: linux 3.11RC isn't|r600: linux v3.11.0-RC

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-08-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 Alexandre Demers alexandre.f.dem...@gmail.com changed: What|Removed |Added Summary|r600: linux 3.11RC isn't|r600: