Re: [PATCH] updated GTT mapping for i915/GEM

2008-09-12 Thread Thomas Hellström
Jesse Barnes wrote: > On Friday, September 12, 2008 12:29 am Thomas Hellström wrote: > >> +if (drm_mm_init(&dev->offset_manager, DRM_FILE_PAGE_OFFSET_START, >> +DRM_FILE_PAGE_OFFSET_SIZE)) { >> +drm_ht_remove(&dev->map_hash); >> +return -ENOMEM; >>

Re: glxgears crash with latest mesa swrast module

2008-09-12 Thread Marco
I forgot to mention I enabled dri2 in xserver, and yes I always do a clean rebuild. But after latest commit: author George Sapountzis <[EMAIL PROTECTED]> Fri, 12 Sep 2008 09:43:10 + (12:43 +0300) commit d3dc95e26a0da2b89e7a3cdf5bacbfc66ed17c95 all is fine now and glkxgears doesn't se

Re: [PATCH] updated GTT mapping for i915/GEM

2008-09-12 Thread Jesse Barnes
On Friday, September 12, 2008 12:29 am Thomas Hellström wrote: > + if (drm_mm_init(&dev->offset_manager, DRM_FILE_PAGE_OFFSET_START, > + DRM_FILE_PAGE_OFFSET_SIZE)) { > + drm_ht_remove(&dev->map_hash); > + return -ENOMEM; > + } > > A driver not us

Re: [PATCH] updated GTT mapping for i915/GEM

2008-09-12 Thread Jesse Barnes
On Thursday, September 11, 2008 11:03 pm Nick Piggin wrote: > On Thu, Sep 11, 2008 at 06:16:21PM -0700, Jesse Barnes wrote: > > Here's an updated set of GTT mapping patches against Eric's drm-gem-merge > > branch from earlier today and DRM master for the libdrm bits. I fixed up > > a couple of bug

Re: [PATCH] updated GTT mapping for i915/GEM

2008-09-12 Thread Thomas Hellström
Hi, Jesse, Some comments: Jesse Barnes wrote: > Here's an updated set of GTT mapping patches against Eric's drm-gem-merge > branch from earlier today and DRM master for the libdrm bits. I fixed up a > couple of bugs, but it looks like UXA/EXA still don't work against GEM even > w/o these chan