Re: DRI page size problem

2009-05-14 Thread Benjamin Herrenschmidt
On Fri, 2009-05-15 at 14:46 +1000, Benjamin Herrenschmidt wrote: > Hi Jesse ! > > Haven't had much time to investigate the problem I've been talking to > you and David about but from what I can see in the code, we're probably > hitting this in drm_mmap_locked() in drm_vm.c : > > /* Check fo

DRI page size problem

2009-05-14 Thread Benjamin Herrenschmidt
Hi Jesse ! Haven't had much time to investigate the problem I've been talking to you and David about but from what I can see in the code, we're probably hitting this in drm_mmap_locked() in drm_vm.c : /* Check for valid size. */ if (map->size < vma->vm_end - vma->vm_start)