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

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jul 31 09:25:44 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=66963

--- Comment #34 from Alex Deucher <agd5f at yahoo.com> ---
(In reply to comment #33)
> 
> No dynamic spectrum :
> Boots everytime - X is okay - Setting battery state is okay - "Frost"
> flicker at modeset.

What is ""Frost" flicker at modeset."? temporary distortion? permanent
distortion?

Does combining multiple patches help any of the remaining issues?

Finally, does this more limited disable ss patch help?

diff --git a/drivers/gpu/drm/radeon/rv6xx_dpm.c
b/drivers/gpu/drm/radeon/rv6xx_dpm.c
index 363018c..03b402d 100644
--- a/drivers/gpu/drm/radeon/rv6xx_dpm.c
+++ b/drivers/gpu/drm/radeon/rv6xx_dpm.c
@@ -1993,7 +1993,7 @@ int rv6xx_dpm_init(struct radeon_device *rdev)
                                    &frev, &crev, &data_offset)) {
                pi->sclk_ss = true;
                pi->mclk_ss = true;
-               pi->dynamic_ss = true;
+               pi->dynamic_ss = false;//true;
        } else {
                pi->sclk_ss = false;
                pi->mclk_ss = false;

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130731/ff6c48a5/attachment.html>


More information about the dri-devel mailing list