From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Hellstrom Subject: Re: Breakage in "track dev_mapping in more robust and flexible way" Date: Fri, 26 Oct 2012 10:11:05 +0200 Message-ID: <508A4599.80507@vmware.com> References: <50894671.2070803@vmware.com> <20121025144136.GB2062@gmail.com> <50895672.7070706@vmware.com> <5089847B.50808@vmware.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from smtp-outbound-1.vmware.com (smtp-outbound-1.vmware.com [208.91.2.12]) by gabe.freedesktop.org (Postfix) with ESMTP id E17D19E80B for ; Fri, 26 Oct 2012 01:11:09 -0700 (PDT) In-Reply-To: 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: Ilija Hadzic Cc: Dave Airlie , linux-graphics-maintainer@vmware.com, "dri-devel@lists.freedesktop.org" List-Id: dri-devel@lists.freedesktop.org Hi, On 10/25/2012 11:27 PM, Ilija Hadzic wrote: > > Can you give the attached patch a whirl and let me know if it fixes > the problem? > > As I indicated in my previous note, vmwgfx should be the only affected > driver because it looks at dev_mapping in the open hook (others do it > when they create an object, so they are not affected). > > I'll probably revise it (and I'll have some general questions about > drm_open syscall) before officially send the patch, but I wanted to > get something quickly to you to check if it fixes your problem. I hope > that your vmwgfx test environment is such that you can reproduce the > original > problem. > > thanks, > > -- Ilija Yes, it appears like this patch fixes the problem. It'd be good to have it in 3.7 (drm-fixes) with a cc to stable. /Thomas