From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:45640 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751170AbdH0MzF (ORCPT ); Sun, 27 Aug 2017 08:55:05 -0400 Subject: Patch "Revert "drm/amdgpu: fix vblank_time when displays are off"" has been added to the 4.12-stable tree To: alexdeucher@gmail.com, alexander.deucher@amd.com, gregkh@linuxfoundation.org Cc: , From: Date: Sun, 27 Aug 2017 14:54:55 +0200 In-Reply-To: <1503002211-2813-1-git-send-email-alexander.deucher@amd.com> Message-ID: <15038384954163@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org List-ID: This is a note to let you know that I've just added the patch titled Revert "drm/amdgpu: fix vblank_time when displays are off" to the 4.12-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: revert-drm-amdgpu-fix-vblank_time-when-displays-are-off.patch and it can be found in the queue-4.12 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let know about it. >>From alexdeucher@gmail.com Sun Aug 27 14:19:36 2017 From: Alex Deucher Date: Thu, 17 Aug 2017 16:36:51 -0400 Subject: Revert "drm/amdgpu: fix vblank_time when displays are off" To: gregkh@linuxfoundation.org, stable@vger.kernel.org Cc: Alex Deucher Message-ID: <1503002211-2813-1-git-send-email-alexander.deucher@amd.com> From: Alex Deucher This reverts commit 2dc1889ebf8501b0edf125e89a30e1cf3744a2a7. Fixes a suspend and resume regression. bug: https://bugzilla.kernel.org/show_bug.cgi?id=196615 Signed-off-by: Alex Deucher Signed-off-by: Greg Kroah-Hartman --- drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 2 -- 1 file changed, 2 deletions(-) --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c @@ -839,8 +839,6 @@ static int amdgpu_cgs_get_active_display mode_info = info->mode_info; if (mode_info) { - /* if the displays are off, vblank time is max */ - mode_info->vblank_time_us = 0xffffffff; /* always set the reference clock */ mode_info->ref_clock = adev->clock.spll.reference_freq; } Patches currently in stable-queue which might be from alexdeucher@gmail.com are queue-4.12/revert-drm-amdgpu-fix-vblank_time-when-displays-are-off.patch