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;
>>
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
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
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
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