From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933553AbaHHWHw (ORCPT ); Fri, 8 Aug 2014 18:07:52 -0400 Received: from mail-vc0-f179.google.com ([209.85.220.179]:36255 "EHLO mail-vc0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932666AbaHHWHi (ORCPT ); Fri, 8 Aug 2014 18:07:38 -0400 MIME-Version: 1.0 In-Reply-To: References: <20140808143418.GA25720@phenom.ffwll.local> Date: Fri, 8 Aug 2014 15:07:37 -0700 X-Google-Sender-Auth: GP4weSbvuqQj-mUyYzD256BpKR0 Message-ID: Subject: Re: [PULL] drm-intel-fixes From: Linus Torvalds To: Dave Airlie , intel-gfx , DRI , Jani Nikula , LKML , Rodrigo Vivi , Daniel Vetter Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 8, 2014 at 1:52 PM, Linus Torvalds wrote: > > Got this while bisecting. I'm not sure it's related It's not. The actual bug was panel self refresh. It's still broken, and doesn't work. So enabling it by default was a big mistake (commit b6d547791fd3: "drm/i915: Enable PSR by default.") I've reverted that commit, you guys can try again with PSR for the next kernel release if somebody figures out how to get the damn thing *out* of panel self-refresh (because that's what I'm assuming is going on: the graphics may still work fine, but nothing updates on the panel any more). Linus