branch linux-3.13.y, commit dc0ead5dc8682fdd1c1ac10f2bbf567cd8df8e07 regards, Sylvain -------------------------------------------------------------------------------- --- a/drivers/gpu/drm/radeon/si_dpm.c 2014-03-03 13:14:06.184408225 +0100 +++ b/drivers/gpu/drm/radeon/si_dpm.c 2014-03-03 13:14:50.473161842 +0100 @@ -2396,7 +2396,7 @@ if (SISLANDS_DPM2_SQ_RAMP_STI_SIZE > (STI_SIZE_MASK >> STI_SIZE_SHIFT)) enable_sq_ramping = false; - if (NISLANDS_DPM2_SQ_RAMP_LTI_RATIO <= (LTI_RATIO_MASK >> LTI_RATIO_SHIFT)) + if (SISLANDS_DPM2_SQ_RAMP_LTI_RATIO > (LTI_RATIO_MASK >> LTI_RATIO_SHIFT)) enable_sq_ramping = false; for (i = 0; i < state->performance_level_count; i++) { -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html