From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Vetter Subject: Re: [PATCH] [i915] Fix another use of the wrong interlace mask to return to progressive mode Date: Fri, 24 Feb 2012 15:24:45 +0100 Message-ID: <20120224142445.GA5112@phenom.ffwll.local> References: <1330077102-14146-1-git-send-email-schmidt@digadd.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-ww0-f43.google.com (mail-ww0-f43.google.com [74.125.82.43]) by gabe.freedesktop.org (Postfix) with ESMTP id A54599E935 for ; Fri, 24 Feb 2012 06:24:30 -0800 (PST) Received: by wgbdr13 with SMTP id dr13so1775579wgb.12 for ; Fri, 24 Feb 2012 06:24:29 -0800 (PST) Content-Disposition: inline In-Reply-To: <1330077102-14146-1-git-send-email-schmidt@digadd.de> 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: Christian Schmidt Cc: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org On Fri, Feb 24, 2012 at 10:51:42AM +0100, Christian Schmidt wrote: > intel_display.c: pipeconf |= PIPECONF_INTERLACE_W_FIELD_INDICATION; > intel_display.c: pipeconf &= ~PIPECONF_INTERLACE_MASK; /* progressive */ > intel_display.c: pipeconf |= PIPECONF_INTERLACE_W_FIELD_INDICATION; > intel_display.c: pipeconf &= ~PIPECONF_INTERLACE_W_FIELD_INDICATION; /* progressive */ > > The second setting of progressive mode should use PIPECONF_INTERLACE_MASK, too. > > Signed-off-by: Christian Schmidt Already fixed in -fixes. Furthermore we have (hopefully) fully working interlaced support merged into -next (already pushed out to Dave's drm-next tree). -Daniel -- Daniel Vetter Mail: daniel@ffwll.ch Mobile: +41 (0)79 365 57 48