From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@bugzilla.kernel.org Subject: [Bug 63391] Radeon RS880 doesn't resume from suspend with radeon dpm enabled Date: Sun, 27 Oct 2013 18:53:49 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by gabe.freedesktop.org (Postfix) with ESMTP id 9FA92E8F0B for ; Sun, 27 Oct 2013 11:53:53 -0700 (PDT) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 93B8120306 for ; Sun, 27 Oct 2013 18:53:51 +0000 (UTC) Received: from bugzilla2.web.kernel.org (bugzilla2.web.kernel.org [172.20.200.52]) by mail.kernel.org (Postfix) with ESMTP id 9B774202CF for ; Sun, 27 Oct 2013 18:53:49 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org https://bugzilla.kernel.org/show_bug.cgi?id=63391 --- Comment #9 from Tasev Nikola --- Hi I finish the bisect today, here is the result. 1cd8b21aa22c4fe8835abe614da5fa989c66dca9 is the first bad commit commit 1cd8b21aa22c4fe8835abe614da5fa989c66dca9 Author: Alex Deucher Date: Fri Sep 13 14:07:03 2013 -0400 drm/radeon/dpm: rework auto performance level enable Calling force_performance_level() from set_power_state() doesn't work on some asics because the current power state pointer has not been properly updated at that point. Move the calls to force_performance_level() out of the asic specific set_power_state() functions and into the main power state sequence. Fixes dpm resume on SI. Signed-off-by: Alex Deucher I don't understand much about but looking the commit i didn't see something related to RS880 . Here is the git bisect log just in case it possibly help : git bisect start # bad: [4a10c2ac2f368583138b774ca41fac4207911983] Linux 3.12-rc2 git bisect bad 4a10c2ac2f368583138b774ca41fac4207911983 # good: [272b98c6455f00884f0350f775c5342358ebb73f] Linux 3.12-rc1 git bisect good 272b98c6455f00884f0350f775c5342358ebb73f # bad: [b75ff5e84bb6c2d43a8ec39b240c80f0543821f0] Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net git bisect bad b75ff5e84bb6c2d43a8ec39b240c80f0543821f0 # bad: [e9ff04dd94d46c817bbb103531cdef6e7bd5d022] Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client git bisect bad e9ff04dd94d46c817bbb103531cdef6e7bd5d022 # good: [3fe03debfc58aba8f5ddb32abd7343237d07714c] Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs git bisect good 3fe03debfc58aba8f5ddb32abd7343237d07714c # good: [42e169be3e4be6b6a85344ab219c7d57e158ad46] Merge branch 'drm-fixes-3.12' of git://people.freedesktop.org/~agd5f/linux into drm-fixes git bisect good 42e169be3e4be6b6a85344ab219c7d57e158ad46 # bad: [4f7d1bc973ec71dfeeb951765cafe1ff3a63243e] Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes git bisect bad 4f7d1bc973ec71dfeeb951765cafe1ff3a63243e # bad: [1cd8b21aa22c4fe8835abe614da5fa989c66dca9] drm/radeon/dpm: rework auto performance level enable git bisect bad 1cd8b21aa22c4fe8835abe614da5fa989c66dca9 # good: [ce7b30e02578dda6b2263b05308c640f3b57d32c] drm/radeon/dpm/rs780: add some sanity checking to sclk scaling git bisect good ce7b30e02578dda6b2263b05308c640f3b57d32c # good: [c2ee29d00266a9a80fb312042b14a56f8baf978d] drm/radeon/dpm/rs780: fix force_performance state for same sclks git bisect good c2ee29d00266a9a80fb312042b14a56f8baf978d # good: [d592fca9407d065f0754ba29790c66ecbc0366ad] drm/radeon: Fix hmdi typo git bisect good d592fca9407d065f0754ba29790c66ecbc0366ad -- You are receiving this mail because: You are watching the assignee of the bug.