From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Airlie Subject: Re: [PATCH] drm: Cleanup after failing to create master->unique and dev->name Date: Mon, 02 Aug 2010 10:13:35 +1000 Message-ID: <1280708015.2393.1.camel@clockmaker-el6> References: <1279992577-31841-1-git-send-email-chris@chris-wilson.co.uk> <1279996471-528-1-git-send-email-chris@chris-wilson.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by gabe.freedesktop.org (Postfix) with ESMTP id 6168B9E905 for ; Sun, 1 Aug 2010 17:13:47 -0700 (PDT) In-Reply-To: <1279996471-528-1-git-send-email-chris@chris-wilson.co.uk> 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: Chris Wilson Cc: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org On Sat, 2010-07-24 at 19:34 +0100, Chris Wilson wrote: > v2: Userspace (notably xf86-video-{intel,ati}) became confused when > drmSetInterfaceVersion() started returning -EBUSY as they used a second > call (the first done in drmOpen()) to check their master credentials. > Since userspace wants to be able to repeatedly call > drmSetInterfaceVersion() allow them to do so. > care to rebase on drm-core-next? this fails to apply since the drm platform changes. Dave.