Hi All,
I am running the webkit on custom linux based on 3.4.25 kernel on omap5.
However it is failing to map some memory using drm_gem_mmap() at following
code.
if (map->size < vma->vm_end - vma->vm_start) {
ret = -EINVAL;
g
On Mon, Oct 21, 2013 at 8:34 AM, Vikas Patil wrote:
> Hi All,
>
> I am running the webkit on custom linux based on 3.4.25 kernel on omap5.
> However it is failing to map some memory using drm_gem_mmap() at following
> code.
>
> if (map->size < vma->vm_end - vma->vm_start) {
>