From mboxrd@z Thu Jan 1 00:00:00 1970 From: Emil Velikov Subject: Re: nouveau_device_wrap Date: Tue, 11 Mar 2014 15:01:36 +0000 Message-ID: <531F2550.7020805@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: nouveau-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org Errors-To: nouveau-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org To: Daniel Melo Jorge da Cunha , "nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org" Cc: emil.l.velikov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org List-Id: nouveau.vger.kernel.org On 11/03/14 14:46, Daniel Melo Jorge da Cunha wrote: > Sorry for the lame question, but is nouveau_device_wrap (...) implemented > outside Mesa source code? (like libdrm, I don't know...) > Indeed it is inside libdrm-nouveau [1]. > Because I searched the whole Mesa-10.0.3 source and found no > implementation for this function. > A general rule of thumb for driver specific functions is - if it's not in mesa you can find it in libdrm*. [1] http://cgit.freedesktop.org/mesa/drm/tree/nouveau/nouveau.c#n73 Happy hacking :-) -Emil > Thanks in advance. > > > > _______________________________________________ > Nouveau mailing list > Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org > http://lists.freedesktop.org/mailman/listinfo/nouveau >