[Bug 37112] GPU lockup when trying to use profile based frequency switching
bugzilla-daemon at bugzilla.kernel.org
bugzilla-daemon at bugzilla.kernel.org
Sat Jun 11 00:36:41 PDT 2011
https://bugzilla.kernel.org/show_bug.cgi?id=37112
Rafał Miłecki <zajec5 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |zajec5 at gmail.com
--- Comment #6 from Rafał Miłecki <zajec5 at gmail.com> 2011-06-11 07:36:36 ---
(In reply to comment #5)
> My first guess is , that kernel changes memory clock too low - with fglrx
> lowest memory clock is at 400MHz , but with radeon module/low frequency it
> changes it to 300MHz.
Please, edit drivers/gpu/drm/radeon/radeon_pm.c, find:
> if (rdev->asic->set_memory_clock && (mclk != rdev->pm.current_mclk)) {
and make it
> if (0) {
Does it help?
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
More information about the dri-devel
mailing list