Comment # 34
on bug 66963
from Alex Deucher
(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.
_______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel