From patchwork Mon Oct 18 18:56:48 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jesse Barnes X-Patchwork-Id: 262691 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id o9IIvqnv015341 for ; Mon, 18 Oct 2010 18:58:12 GMT Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 15ECE9EBE1 for ; Mon, 18 Oct 2010 11:57:52 -0700 (PDT) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from cpoproxy2-pub.bluehost.com (cpoproxy2-pub.bluehost.com [67.222.39.38]) by gabe.freedesktop.org (Postfix) with SMTP id 680339E75C for ; Mon, 18 Oct 2010 11:57:42 -0700 (PDT) Received: (qmail 29692 invoked by uid 0); 18 Oct 2010 18:57:41 -0000 Received: from unknown (HELO box514.bluehost.com) (74.220.219.114) by cpoproxy2.bluehost.com with SMTP; 18 Oct 2010 18:57:41 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=virtuousgeek.org; h=Received:Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References:X-Mailer:Mime-Version:Content-Type:Content-Transfer-Encoding:X-Identified-User; b=mA1tr5d2kmI7o2VKk8JYGJG4wtAkpa19tImzatIKRwbyDMR/QFQTFhklsqyxpfd39VRE2nJj8DlIxgOnNpN0lElZHcxuU08SF9NVeVq3JdVYlryloxhWNq4TcclKV6hw; Received: from c-67-174-193-198.hsd1.ca.comcast.net ([67.174.193.198] helo=jbarnes-desktop) by box514.bluehost.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1P7utx-0000nu-AB; Mon, 18 Oct 2010 12:57:41 -0600 Date: Mon, 18 Oct 2010 11:56:48 -0700 From: Jesse Barnes To: Arnd Bergmann Subject: Re: [BISECTED, -next] drm/i915: blurred HDMI output Message-ID: <20101018115648.09bac8be@jbarnes-desktop> In-Reply-To: <201010171937.13642.arnd@arndb.de> References: <201010171937.13642.arnd@arndb.de> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.18.9; x86_64-redhat-linux-gnu) Mime-Version: 1.0 X-Identified-User: {10642:box514.bluehost.com:virtuous:virtuousgeek.org} {sentby:smtp auth 67.174.193.198 authed with jbarnes@virtuousgeek.org} Cc: Wessel , Jason@freedesktop.org, dri-devel@lists.freedesktop.org X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org Errors-To: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Mon, 18 Oct 2010 18:58:12 +0000 (UTC) diff --git a/drivers/gpu/drm/i915/intel_lvds.c b/drivers/gpu/drm/i915/intel_lvds index f1a6499..bc1e1c1 100644 --- a/drivers/gpu/drm/i915/intel_lvds.c +++ b/drivers/gpu/drm/i915/intel_lvds.c @@ -1000,6 +1000,8 @@ void intel_lvds_init(struct drm_device *dev) if (!intel_lvds->fixed_mode) goto failed; + intel_lvds->pfit_dirty = true; + out: if (HAS_PCH_SPLIT(dev)) { u32 pwm;