https://bugzilla.kernel.org/show_bug.cgi?id=60523
--- Comment #17 from Alex Deucher <alexdeuc...@gmail.com> --- Does this patch help? diff --git a/drivers/gpu/drm/radeon/cypress_dpm.c b/drivers/gpu/drm/radeon/cypress_dpm.c index 95a66db..a1d2503 100644 --- a/drivers/gpu/drm/radeon/cypress_dpm.c +++ b/drivers/gpu/drm/radeon/cypress_dpm.c @@ -1898,10 +1898,10 @@ int cypress_dpm_enable(struct radeon_device *rdev) cypress_start_dpm(rdev); if (pi->gfx_clock_gating) - cypress_gfx_clock_gating_enable(rdev, true); + cypress_gfx_clock_gating_enable(rdev, false); if (pi->mg_clock_gating) - cypress_mg_clock_gating_enable(rdev, true); + cypress_mg_clock_gating_enable(rdev, false); if (rdev->irq.installed && r600_is_internal_thermal_sensor(rdev->pm.int_thermal_type)) { -- You are receiving this mail because: You are watching the assignee of the bug. _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel