Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932075Ab1BXTZW (ORCPT ); Thu, 24 Feb 2011 14:25:22 -0500 Received: from mail-bw0-f46.google.com ([209.85.214.46]:64530 "EHLO mail-bw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756397Ab1BXTZU convert rfc822-to-8bit (ORCPT ); Thu, 24 Feb 2011 14:25:20 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=UPzTWyQ8TJAo7ZHYKwvr/m+/YrKLVcDohxTZDfgHIS645FX5AgOj8VsBboo+WfTTXv /aJoR1hbVG4ytK3rXZHWpzQBtXX8QIHvqpJ2ww6Khv73uel3R35cRxiJQO1nZDWU5xrG qSIHO6et0G7rect7QtLe+e04T1xvVM9Zrb4gY= MIME-Version: 1.0 In-Reply-To: References: <0d30dc$l7ehaa@orsmga001.jf.intel.com> Date: Thu, 24 Feb 2011 20:25:18 +0100 Message-ID: Subject: Re: [git pull] drm fixes From: Alex Riesen To: DRI mailing list , Linux Kernel Mailing List Cc: Chris Wilson , Linus Torvalds , Dave Airlie , Daniel Vetter , Indan Zupancic Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1304 Lines: 30 On Thu, Feb 24, 2011 at 20:04, Alex Riesen wrote: > So, AFAICS, at the moment there is no better patch than this: > > diff --git a/drivers/gpu/drm/i915/i915_dma.c b/drivers/gpu/drm/i915/i915_dma.c > index 17bd766..8f8a6a3 100644 > --- a/drivers/gpu/drm/i915/i915_dma.c > +++ b/drivers/gpu/drm/i915/i915_dma.c > @@ -764,7 +764,7 @@ static int i915_getparam(struct drm_device *dev, void *data, >                break; >        case I915_PARAM_HAS_RELAXED_FENCING: >                value = 1; > -               break; > +               return -EINVAL; >        case I915_PARAM_HAS_COHERENT_RINGS: >                value = 1; >                break; > Probably unrelated, but I managed to get a cursor corruption with just this patch. So maybe, I still need that fix from Daniel: an X cursor seem to meet that pixmap size requirements. And corruption picture fits too: stripes and dots in lower left corner of where a part of the cursor image should have been. Can't reproduce, though. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/