From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mika Kuoppala Subject: Re: [PATCH] drm/i915: stop killing pfit on i9xx Date: Thu, 13 Jun 2013 16:29:22 +0300 Message-ID: <87sj0m16ml.fsf@gaia.fi.intel.com> References: <1370550167-11688-1-git-send-email-daniel.vetter@ffwll.ch> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTP id 905ACE64B1 for ; Thu, 13 Jun 2013 06:30:10 -0700 (PDT) In-Reply-To: <1370550167-11688-1-git-send-email-daniel.vetter@ffwll.ch> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: Intel Graphics Development Cc: Daniel Vetter List-Id: intel-gfx@lists.freedesktop.org Daniel Vetter writes: > Nowadays (i.e. with Valleyview) we also have edp on non-PCH_SPLIT > platforms, so just checking for LVDS is not good enough. > > Secondly we have full pfit pipe config tracking, so we'll correctly > disable the pfit as part of the initial modeset. > > For fastboot we need a bit of work here to correctly kill unsupported > configs (if e.g. the pfit is used on anything else than the built-in > panel). But since that's not yet supported we don't need to worry. > > Signed-off-by: Daniel Vetter Reviewed-by: Mika Kuoppala