From mboxrd@z Thu Jan 1 00:00:00 1970 From: Francesco Allertsen Subject: Intel i915 freeze on latest git Date: Tue, 1 Feb 2011 12:22:02 +0100 Message-ID: <20110201112200.GA2349@fujiko> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail.emaiti.net (emaiti.net [46.4.199.113]) by gabe.freedesktop.org (Postfix) with ESMTP id 1F2CD9E755 for ; Tue, 1 Feb 2011 03:47:03 -0800 (PST) Content-Disposition: inline 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: Chris Wilson , David Airlie , Jesse Barnes Cc: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org Hi Chris and all, I have tried the latest git (-rc3) and I get a complete freeze when X starts. I've bisected it and the first bad commit is this: commit d5bb081b027b520f9e59b4fb8faea83a136ec15e Author: Jesse Barnes Date: Wed Jan 5 12:01:26 2011 -0800 drm/i915: cleanup rc6 code Cleanup several aspects of the rc6 code: - misnamed intel_disable_clock_gating function (was only about rc6) - remove commented call to intel_disable_clock_gating - rc6 enabling code belongs in its own function (allows us to move the actual clock gating enable call back into restore_state) - allocate power & render contexts up front, only free on unload (avoids ugly lazy init at rc6 enable time) Signed-off-by: Jesse Barnes [ickle: checkpatch cleanup] Signed-off-by: Chris Wilson I've tried to revert it on top of -rc3 and everything works great. I don't know which part of the code is wrong, could you please check it? If you need more information just ask. Thanks. Bye Francesco