[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
Thu Aug 8 05:28:42 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=66963
--- Comment #84 from Alex Deucher <agd5f at yahoo.com> ---
Does disabling clockgating avoid the hangs?
diff --git a/drivers/gpu/drm/radeon/rv6xx_dpm.c
b/drivers/gpu/drm/radeon/rv6xx_dpm.c
index bdd888b..85f2ab8 100644
--- a/drivers/gpu/drm/radeon/rv6xx_dpm.c
+++ b/drivers/gpu/drm/radeon/rv6xx_dpm.c
@@ -1985,7 +1985,7 @@ int rv6xx_dpm_init(struct radeon_device *rdev)
pi->voltage_control =
radeon_atom_is_voltage_gpio(rdev, SET_VOLTAGE_TYPE_ASIC_VDDC,
0);
- pi->gfx_clock_gating = true;
+ pi->gfx_clock_gating = false;
pi->sclk_ss = radeon_atombios_get_asic_ss_info(rdev, &ss,
ASIC_INTERNAL_ENGINE_SS,
0);
Make sure you do a cold shutdown after changing that.
--
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/20130808/9a24fc36/attachment.html>
More information about the dri-devel
mailing list