This is a note to let you know that I've just added the patch titled drm/amdgpu: add additional pci revision to dpm workaround to the 4.9-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-amdgpu-add-additional-pci-revision-to-dpm-workaround.patch and it can be found in the queue-4.9 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From ce66cb1e9cbf91fcb216de64a0fe65aa17f97bc1 Mon Sep 17 00:00:00 2001 From: Alex Deucher <alexander.deucher@xxxxxxx> Date: Mon, 5 Dec 2016 12:27:52 -0500 Subject: drm/amdgpu: add additional pci revision to dpm workaround From: Alex Deucher <alexander.deucher@xxxxxxx> commit ce66cb1e9cbf91fcb216de64a0fe65aa17f97bc1 upstream. New variant. Signed-off-by: Alex Deucher <alexander.deucher@xxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/gpu/drm/amd/amdgpu/si_dpm.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/gpu/drm/amd/amdgpu/si_dpm.c +++ b/drivers/gpu/drm/amd/amdgpu/si_dpm.c @@ -3504,6 +3504,7 @@ static void si_apply_state_adjust_rules( (adev->pdev->revision == 0x80) || (adev->pdev->revision == 0x81) || (adev->pdev->revision == 0x83) || + (adev->pdev->revision == 0x87) || (adev->pdev->device == 0x6604) || (adev->pdev->device == 0x6605)) { max_sclk = 75000; Patches currently in stable-queue which might be from alexander.deucher@xxxxxxx are queue-4.9/drm-amd-amdgpu-enable-gui-idle-int-after-enabling-cgcg.patch queue-4.9/drm-amd-powerplay-bypass-fan-table-setup-if-no-fan-connected.patch queue-4.9/drm-radeon-add-additional-pci-revision-to-dpm-workaround.patch queue-4.9/drm-amdgpu-fix-enable_cp_power_gating-in-gfx_v8.0.patch queue-4.9/drm-amdgpu-si-load-the-proper-firmware-on-0x87-oland-boards.patch queue-4.9/drm-radeon-si-load-the-proper-firmware-on-0x87-oland-boards.patch queue-4.9/drm-amdgpu-store-crtc-relative-amdgpu_crtc-cursor_x-y-values.patch queue-4.9/drm-amdgpu-also-call-cursor_move_locked-when-the-cursor-size-changes.patch queue-4.9/drm-amdgpu-add-additional-pci-revision-to-dpm-workaround.patch queue-4.9/drm-radeon-also-call-cursor_move_locked-when-the-cursor-size-changes.patch queue-4.9/drm-amdgpu-fix-init-save-restore-list-in-gfx_v8.0.patch queue-4.9/drm-radeon-hide-the-hw-cursor-while-it-s-out-of-bounds.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