From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ville =?iso-8859-1?Q?Syrj=E4l=E4?= Subject: Re: [PATCH 2/3] drm/i915: The sprite scaler on Ironlake also support YUV planes Date: Wed, 19 Dec 2012 14:00:59 +0200 Message-ID: <20121219120058.GV29018@intel.com> References: <1355868794-3708-1-git-send-email-chris@chris-wilson.co.uk> <1355868794-3708-2-git-send-email-chris@chris-wilson.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by gabe.freedesktop.org (Postfix) with ESMTP id 035FEE5ECE for ; Wed, 19 Dec 2012 04:01:25 -0800 (PST) Content-Disposition: inline In-Reply-To: <1355868794-3708-2-git-send-email-chris@chris-wilson.co.uk> 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: Chris Wilson Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Tue, Dec 18, 2012 at 10:13:13PM +0000, Chris Wilson wrote: > This fixes a regression from > = > commit 57779d06367a915ee03e6cb918d7575f0a46e419 > Author: Ville Syrj=E4l=E4 > Date: Wed Oct 31 17:50:14 2012 +0200 > = > drm/i915: Fix display pixel format handling > = > (which even says that they are supported on Ironlake, and then promptly > rejects then...) Sorry about that. I do remember changing the condition when changing the commit message, but I must have made an error when resolving conflicts during one of the rebases the patch went through. > Signed-off-by: Chris Wilson > --- > drivers/gpu/drm/i915/intel_display.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > = > diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/= intel_display.c > index de09f47..211a097 100644 > --- a/drivers/gpu/drm/i915/intel_display.c > +++ b/drivers/gpu/drm/i915/intel_display.c > @@ -8332,7 +8332,7 @@ int intel_framebuffer_init(struct drm_device *dev, > case DRM_FORMAT_UYVY: > case DRM_FORMAT_YVYU: > case DRM_FORMAT_VYUY: > - if (INTEL_INFO(dev)->gen < 6) > + if (INTEL_INFO(dev)->gen < 5) > return -EINVAL; > break; > default: > -- = > 1.7.10.4 > = > _______________________________________________ > Intel-gfx mailing list > Intel-gfx@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/intel-gfx -- = Ville Syrj=E4l=E4 Intel OTC