https://bugzilla.kernel.org/show_bug.cgi?id=60523 --- Comment #8 from Alex Deucher <alexdeucher@xxxxxxxxx> --- Does this patch help? diff --git a/drivers/gpu/drm/radeon/cypress_dpm.c b/drivers/gpu/drm/radeon/cypress_dpm.c index 9bcdd17..1acbddb 100644 --- a/drivers/gpu/drm/radeon/cypress_dpm.c +++ b/drivers/gpu/drm/radeon/cypress_dpm.c @@ -2113,7 +2113,7 @@ int cypress_dpm_init(struct radeon_device *rdev) (rdev->family == CHIP_HEMLOCK)) pi->gfx_clock_gating = false; else - pi->gfx_clock_gating = true; + pi->gfx_clock_gating = false;//true; pi->mg_clock_gating = true; pi->mgcgtssm = true; -- You are receiving this mail because: You are watching the assignee of the bug. _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel