From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Wilson Subject: Re: [PATCH] intel-dri: Fix initialization if startup happens in interlaced mode [v2] Date: Mon, 14 Nov 2011 11:31:31 +0000 Message-ID: References: <4EC0F9BF.2060402@digadd.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTP id 004B1A0926 for ; Mon, 14 Nov 2011 03:31:39 -0800 (PST) In-Reply-To: <4EC0F9BF.2060402@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 , dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org On Mon, 14 Nov 2011 12:21:35 +0100, Christian Schmidt wrote: > My EFI BIOS starts the graphics card up in my projector's preferred EDID > mode, 1080@60i. The Intel driver does not clear the interlaced bit: > > #define PIPECONF_PROGRESSIVE (0 << 21) > #define PIPECONF_INTERLACE_W_FIELD_INDICATION (6 << 21) > #define PIPECONF_INTERLACE_FIELD_0_ONLY (7 << 21) > > This patch introduces a new PIPECONF_INTERLACE_MASK define and uses it > to restore progressive mode. > > Signed-of-by: Christian Schmidt Reviewed-by: Chris Wilson -Chris -- Chris Wilson, Intel Open Source Technology Centre