This is a note to let you know that I've just added the patch titled drm/radeon/dpm: disable ulv support on SI to the 3.17-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: drm-radeon-dpm-disable-ulv-support-on-si.patch and it can be found in the queue-3.17 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 6fa455935ab956248b165f150ec6ae9106210077 Mon Sep 17 00:00:00 2001 From: Alex Deucher <alexander.deucher@xxxxxxx> Date: Mon, 13 Oct 2014 12:44:49 -0400 Subject: drm/radeon/dpm: disable ulv support on SI From: Alex Deucher <alexander.deucher@xxxxxxx> commit 6fa455935ab956248b165f150ec6ae9106210077 upstream. Causes problems on some boards. bug: https://bugs.freedesktop.org/show_bug.cgi?id=82889 Signed-off-by: Alex Deucher <alexander.deucher@xxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/gpu/drm/radeon/si_dpm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/gpu/drm/radeon/si_dpm.c +++ b/drivers/gpu/drm/radeon/si_dpm.c @@ -6255,7 +6255,7 @@ static void si_parse_pplib_clock_info(st if ((rps->class2 & ATOM_PPLIB_CLASSIFICATION2_ULV) && index == 0) { /* XXX disable for A0 tahiti */ - si_pi->ulv.supported = true; + si_pi->ulv.supported = false; si_pi->ulv.pl = *pl; si_pi->ulv.one_pcie_lane_in_ulv = false; si_pi->ulv.volt_change_delay = SISLANDS_ULVVOLTAGECHANGEDELAY_DFLT; Patches currently in stable-queue which might be from alexander.deucher@xxxxxxx are queue-3.17/drm-radeon-use-drm_malloc_ab-instead-of-kmalloc_array.patch queue-3.17/drm-radeon-use-gart-memory-for-dma-ring-tests.patch queue-3.17/drm-radeon-remove-invalid-pci-id.patch queue-3.17/drm-radeon-fix-speaker-allocation-setup.patch queue-3.17/drm-radeon-dpm-fixes-for-asrock-systems.patch queue-3.17/drm-radeon-fix-vm-page-table-block-size-calculation.patch queue-3.17/drm-radeon-dpm-disable-ulv-support-on-si.patch -- 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