[PATCH 0/2 v4] drm/exynos: added userptr feature

2012-05-14 Thread Inki Dae
> kyungmin.park at samsung.com; sw0312.kim at samsung.com; jy0922.shim at samsung.com; > Inki Dae > Subject: [PATCH 0/2 v4] drm/exynos: added userptr feature > > this feature could be used to memory region allocated by malloc() in user > mode > and mmaped memory region allocate

[PATCH 0/2 v4] drm/exynos: added userptr feature

2012-05-14 Thread Inki Dae
this feature could be used to memory region allocated by malloc() in user mode and mmaped memory region allocated by other memory allocators. userptr interface can identify memory type through vm_flags value and would get pages or page frame numbers to user space appropriately. Changelog v4: we ha

RE: [PATCH 0/2 v4] drm/exynos: added userptr feature

2012-05-14 Thread Inki Dae
amsung.com; sw0312@samsung.com; jy0922.s...@samsung.com; > Inki Dae > Subject: [PATCH 0/2 v4] drm/exynos: added userptr feature > > this feature could be used to memory region allocated by malloc() in user > mode > and mmaped memory region allocated by other memory allocators. >

[PATCH 0/2 v4] drm/exynos: added userptr feature

2012-05-13 Thread Inki Dae
this feature could be used to memory region allocated by malloc() in user mode and mmaped memory region allocated by other memory allocators. userptr interface can identify memory type through vm_flags value and would get pages or page frame numbers to user space appropriately. Changelog v4: we ha