[PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-14 Thread Minchan Kim
On 05/12/2012 01:48 PM, InKi Dae wrote: > 2012/5/12 KOSAKI Motohiro : >> On Fri, May 11, 2012 at 7:29 PM, Jerome Glisse wrote: >>> On Fri, May 11, 2012 at 6:59 PM, KOSAKI Motohiro >>> wrote: > My point is this ioctl will be restricted to one user (Xserver if i > understand) and only this

Re: [PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-13 Thread Minchan Kim
On 05/12/2012 01:48 PM, InKi Dae wrote: > 2012/5/12 KOSAKI Motohiro : >> On Fri, May 11, 2012 at 7:29 PM, Jerome Glisse wrote: >>> On Fri, May 11, 2012 at 6:59 PM, KOSAKI Motohiro >>> wrote: > My point is this ioctl will be restricted to one user (Xserver if i > understand) and only this

[PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-12 Thread InKi Dae
2012/5/12 KOSAKI Motohiro : > On Fri, May 11, 2012 at 7:29 PM, Jerome Glisse wrote: >> On Fri, May 11, 2012 at 6:59 PM, KOSAKI Motohiro >> wrote: My point is this ioctl will be restricted to one user (Xserver if i understand) and only this user, there is no fork in it so no need to

Re: [PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-12 Thread KOSAKI Motohiro
On Fri, May 11, 2012 at 7:29 PM, Jerome Glisse wrote: > On Fri, May 11, 2012 at 6:59 PM, KOSAKI Motohiro > wrote: >>> My point is this ioctl will be restricted to one user (Xserver if i >>> understand) and only this user, there is no fork in it so no need to >>> worry about fork, just setting the

Re: [PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-12 Thread KOSAKI Motohiro
My point is this ioctl will be restricted to one user (Xserver if i understand) and only this user, there is no fork in it so no need to worry about fork, just setting the vma as locked will be enough. But i don't want people reading this driver suddenly think that what it's doing is ok, it's not

Re: [PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-12 Thread KOSAKI Motohiro
(5/10/12 11:01 PM), Jerome Glisse wrote: On Thu, May 10, 2012 at 10:51 PM, KOSAKI Motohiro wrote: (5/10/12 8:50 PM), Minchan Kim wrote: Hi KOSAKI, On 05/11/2012 02:53 AM, KOSAKI Motohiro wrote: let's assume that one application want to allocate user space memory region using malloc() and

Re: [PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-11 Thread InKi Dae
2012/5/12 KOSAKI Motohiro : > On Fri, May 11, 2012 at 7:29 PM, Jerome Glisse wrote: >> On Fri, May 11, 2012 at 6:59 PM, KOSAKI Motohiro >> wrote: My point is this ioctl will be restricted to one user (Xserver if i understand) and only this user, there is no fork in it so no need to

[PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-11 Thread KOSAKI Motohiro
On Fri, May 11, 2012 at 7:29 PM, Jerome Glisse wrote: > On Fri, May 11, 2012 at 6:59 PM, KOSAKI Motohiro > wrote: >>> My point is this ioctl will be restricted to one user (Xserver if i >>> understand) and only this user, there is no fork in it so no need to >>> worry about fork, just setting the

[PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-11 Thread Jerome Glisse
On Fri, May 11, 2012 at 6:59 PM, KOSAKI Motohiro wrote: >> My point is this ioctl will be restricted to one user (Xserver if i >> understand) and only this user, there is no fork in it so no need to >> worry about fork, just setting the vma as locked will be enough. >> >> But i don't want people r

[PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-11 Thread KOSAKI Motohiro
> My point is this ioctl will be restricted to one user (Xserver if i > understand) and only this user, there is no fork in it so no need to > worry about fork, just setting the vma as locked will be enough. > > But i don't want people reading this driver suddenly think that what > it's doing is ok

[PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-11 Thread Jerome Glisse
On Fri, May 11, 2012 at 5:20 PM, KOSAKI Motohiro wrote: > (5/10/12 11:01 PM), Jerome Glisse wrote: >> >> On Thu, May 10, 2012 at 10:51 PM, KOSAKI Motohiro >> ?wrote: >>> >>> (5/10/12 8:50 PM), Minchan Kim wrote: Hi KOSAKI, On 05/11/2012 02:53 AM, KOSAKI Motohiro wrote: >>

[PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-11 Thread KOSAKI Motohiro
(5/10/12 11:01 PM), Jerome Glisse wrote: > On Thu, May 10, 2012 at 10:51 PM, KOSAKI Motohiro > wrote: >> (5/10/12 8:50 PM), Minchan Kim wrote: >>> >>> Hi KOSAKI, >>> >>> On 05/11/2012 02:53 AM, KOSAKI Motohiro wrote: >>> >>> let's assume that one application want to allocate user space memory

Re: [PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-11 Thread Jerome Glisse
On Fri, May 11, 2012 at 6:59 PM, KOSAKI Motohiro wrote: >> My point is this ioctl will be restricted to one user (Xserver if i >> understand) and only this user, there is no fork in it so no need to >> worry about fork, just setting the vma as locked will be enough. >> >> But i don't want people r

Re: [PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-11 Thread Jerome Glisse
On Fri, May 11, 2012 at 5:20 PM, KOSAKI Motohiro wrote: > (5/10/12 11:01 PM), Jerome Glisse wrote: >> >> On Thu, May 10, 2012 at 10:51 PM, KOSAKI Motohiro >>  wrote: >>> >>> (5/10/12 8:50 PM), Minchan Kim wrote: Hi KOSAKI, On 05/11/2012 02:53 AM, KOSAKI Motohiro wrote: >>

[PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-11 Thread Minchan Kim
312.kim at samsung.com; dri-devel at lists.freedesktop.org >> Subject: Re: [PATCH 2/2 v3] drm/exynos: added userptr feature. >> >> On Thu, May 10, 2012 at 11:31 AM, Daniel Vetter wrote: >>> On Thu, May 10, 2012 at 11:05:07AM -0400, Jerome Glisse wrote: >>

[PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-11 Thread Inki Dae
t; >> Cc: airlied at linux.ie; dri-devel at lists.freedesktop.org; > >> >> kyungmin.park at samsung.com; sw0312.kim at samsung.com; linux- > mm at kvack.org > >> >> Subject: Re: [PATCH 2/2 v3] drm/exynos: added userptr feature. > >> >> > >&

[PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-11 Thread Minchan Kim
Hi KOSAKI, On 05/11/2012 02:53 AM, KOSAKI Motohiro wrote: let's assume that one application want to allocate user space memory region using malloc() and then write something on the region. as you may know, user space buffer doen't have real physical pages once malloc() call so

Re: [PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-11 Thread KOSAKI Motohiro
(5/10/12 8:50 PM), Minchan Kim wrote: Hi KOSAKI, On 05/11/2012 02:53 AM, KOSAKI Motohiro wrote: let's assume that one application want to allocate user space memory region using malloc() and then write something on the region. as you may know, user space buffer doen't have real physical pages

Re: [PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-11 Thread Minchan Kim
t; sw0312@samsung.com; dri-devel@lists.freedesktop.org >> Subject: Re: [PATCH 2/2 v3] drm/exynos: added userptr feature. >> >> On Thu, May 10, 2012 at 11:31 AM, Daniel Vetter wrote: >>> On Thu, May 10, 2012 at 11:05:07AM -0400, Jerome Glisse wrote: >>>> On Wed, May 9, 2012

Re: [PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-11 Thread Minchan Kim
Hi KOSAKI, On 05/11/2012 02:53 AM, KOSAKI Motohiro wrote: let's assume that one application want to allocate user space memory region using malloc() and then write something on the region. as you may know, user space buffer doen't have real physical pages once malloc() call so

Re: [PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-11 Thread KOSAKI Motohiro
let's assume that one application want to allocate user space memory region using malloc() and then write something on the region. as you may know, user space buffer doen't have real physical pages once malloc() call so if user tries to access the region then page fault handler would be triggered

[PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-10 Thread Jerome Glisse
On Thu, May 10, 2012 at 10:51 PM, KOSAKI Motohiro wrote: > (5/10/12 8:50 PM), Minchan Kim wrote: >> >> Hi KOSAKI, >> >> On 05/11/2012 02:53 AM, KOSAKI Motohiro wrote: >> >> let's assume that one application want to allocate user space memory >> region using malloc() and then write somethin

[PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-10 Thread KOSAKI Motohiro
(5/10/12 8:50 PM), Minchan Kim wrote: > Hi KOSAKI, > > On 05/11/2012 02:53 AM, KOSAKI Motohiro wrote: > > let's assume that one application want to allocate user space memory > region using malloc() and then write something on the region. as you > may know, user space buffer doen't have

Re: [PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-10 Thread Jerome Glisse
On Thu, May 10, 2012 at 10:51 PM, KOSAKI Motohiro wrote: > (5/10/12 8:50 PM), Minchan Kim wrote: >> >> Hi KOSAKI, >> >> On 05/11/2012 02:53 AM, KOSAKI Motohiro wrote: >> >> let's assume that one application want to allocate user space memory >> region using malloc() and then write somethin

RE: [PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-10 Thread Inki Dae
> -Original Message- > From: Jerome Glisse [mailto:j.gli...@gmail.com] > Sent: Friday, May 11, 2012 12:53 AM > To: Jerome Glisse; Inki Dae; linux...@kvack.org; kyungmin.p...@samsung.com; > sw0312@samsung.com; dri-devel@lists.freedesktop.org > Subject: Re: [PATCH

[PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-10 Thread Inki Dae
sung.com; linux-mm at kvack.org > Subject: Re: [PATCH 2/2 v3] drm/exynos: added userptr feature. > > On 05/10/2012 04:59 PM, InKi Dae wrote: > > > 2012/5/10, Minchan Kim : > >> On 05/10/2012 03:57 PM, Inki Dae wrote: > >> > >>> > >>&

[PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-10 Thread Daniel Vetter
>> Sent: Thursday, May 10, 2012 3:33 AM > >> To: Inki Dae > >> Cc: airlied at linux.ie; dri-devel at lists.freedesktop.org; > >> kyungmin.park at samsung.com; sw0312.kim at samsung.com; linux-mm at > >> kvack.org > >> Subject: Re: [PATCH

[PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-10 Thread Minchan Kim
rsday, May 10, 2012 1:58 PM >>>> To: Inki Dae >>>> Cc: 'Jerome Glisse'; airlied at linux.ie; dri-devel at >>>> lists.freedesktop.org; >>>> kyungmin.park at samsung.com; sw0312.kim at samsung.com; linux-mm at >>>> kvack.org

[PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-10 Thread InKi Dae
>> Cc: 'Jerome Glisse'; airlied at linux.ie; dri-devel at >>> lists.freedesktop.org; >>> kyungmin.park at samsung.com; sw0312.kim at samsung.com; linux-mm at >>> kvack.org >>> Subject: Re: [PATCH 2/2 v3] drm/exynos: added userptr feature. >>> >>&

[PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-10 Thread Minchan Kim
nesday, May 09, 2012 11:46 PM >>>>>>> To: Inki Dae >>>>>>> Cc: airlied at linux.ie; dri-devel at lists.freedesktop.org; >>>>>>> kyungmin.park at samsung.com; sw0312.kim at samsung.com; linux-mm at >>>>>>> kvack.org >>&g

[PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-10 Thread Minchan Kim
linux.ie; dri-devel at lists.freedesktop.org; >>>>>> kyungmin.park at samsung.com; sw0312.kim at samsung.com; linux-mm at >>>>>> kvack.org >>>>>> Subject: Re: [PATCH 2/2 v3] drm/exynos: added userptr feature. >>>>>> >>&g

[PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-10 Thread Kyungmin Park
- >>>>> From: Jerome Glisse [mailto:j.glisse at gmail.com] >>>>> Sent: Wednesday, May 09, 2012 11:46 PM >>>>> To: Inki Dae >>>>> Cc: airlied at linux.ie; dri-devel at lists.freedesktop.org; >>>>> kyungmin.park at samsung.com;

[PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-10 Thread Minchan Kim
.com] >>>> Sent: Wednesday, May 09, 2012 11:46 PM >>>> To: Inki Dae >>>> Cc: airlied at linux.ie; dri-devel at lists.freedesktop.org; >>>> kyungmin.park at samsung.com; sw0312.kim at samsung.com; linux-mm at >>>> kvack.org >>>> Sub

[PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-10 Thread Minchan Kim
eedesktop.org; >> kyungmin.park at samsung.com; sw0312.kim at samsung.com; linux-mm at >> kvack.org >> Subject: Re: [PATCH 2/2 v3] drm/exynos: added userptr feature. >> >> On 05/10/2012 10:39 AM, Inki Dae wrote: >> >>> Hi Jerome, >>> >>

[PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-10 Thread Inki Dae
g.com; linux-mm at kvack.org > Subject: Re: [PATCH 2/2 v3] drm/exynos: added userptr feature. > > On 05/10/2012 10:39 AM, Inki Dae wrote: > > > Hi Jerome, > > > >> -Original Message- > >> From: Jerome Glisse [mailto:j.glisse at gmail.com] > >&g

[PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-10 Thread Minchan Kim
org; >> kyungmin.park at samsung.com; sw0312.kim at samsung.com; linux-mm at >> kvack.org >> Subject: Re: [PATCH 2/2 v3] drm/exynos: added userptr feature. >> >> On Wed, May 9, 2012 at 2:17 AM, Inki Dae wrote: >>> this feature is used to import user space reg

[PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-10 Thread KOSAKI Motohiro
>>> let's assume that one application want to allocate user space memory >>> region using malloc() and then write something on the region. as you >>> may know, user space buffer doen't have real physical pages once >>> malloc() call so if user tries to access the region then page fault >>> handler

[PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-10 Thread Jerome Glisse
l Message- >> >> From: Jerome Glisse [mailto:j.glisse at gmail.com] >> >> Sent: Thursday, May 10, 2012 3:33 AM >> >> To: Inki Dae >> >> Cc: airlied at linux.ie; dri-devel at lists.freedesktop.org; >> >> kyungmin.park at samsung.com

[PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-10 Thread Inki Dae
sung.com; linux-mm at kvack.org > Subject: Re: [PATCH 2/2 v3] drm/exynos: added userptr feature. > > On Wed, May 9, 2012 at 10:45 AM, Jerome Glisse wrote: > > On Wed, May 9, 2012 at 2:17 AM, Inki Dae wrote: > >> this feature is used to import user space region allocated by

[PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-10 Thread Jerome Glisse
nux.ie; dri-devel at lists.freedesktop.org; >> kyungmin.park at samsung.com; sw0312.kim at samsung.com; linux-mm at >> kvack.org >> Subject: Re: [PATCH 2/2 v3] drm/exynos: added userptr feature. >> >> On Wed, May 9, 2012 at 10:45 AM, Jerome Glisse wrote: >> > On Wed, M

[PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-10 Thread Inki Dae
ux-mm at kvack.org > Subject: Re: [PATCH 2/2 v3] drm/exynos: added userptr feature. > > On Wed, May 9, 2012 at 2:17 AM, Inki Dae wrote: > > this feature is used to import user space region allocated by malloc() > or > > mmaped into a gem. and to guarantee the pages to user

Re: [PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-10 Thread Jerome Glisse
inal Message- >> >> From: Jerome Glisse [mailto:j.gli...@gmail.com] >> >> Sent: Thursday, May 10, 2012 3:33 AM >> >> To: Inki Dae >> >> Cc: airl...@linux.ie; dri-devel@lists.freedesktop.org; >> >> kyungmin.p...@samsung.com; sw0312@sa

Re: [PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-10 Thread Daniel Vetter
>> Sent: Thursday, May 10, 2012 3:33 AM > >> To: Inki Dae > >> Cc: airl...@linux.ie; dri-devel@lists.freedesktop.org; > >> kyungmin.p...@samsung.com; sw0312....@samsung.com; linux...@kvack.org > >> Subject: Re: [PATCH 2/2 v3] drm/exynos: added userptr feature. &

Re: [PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-10 Thread Minchan Kim
May 10, 2012 1:58 PM >>>> To: Inki Dae >>>> Cc: 'Jerome Glisse'; airl...@linux.ie; dri-devel@lists.freedesktop.org; >>>> kyungmin.p...@samsung.com; sw0312@samsung.com; linux...@kvack.org >>>> Subject: Re: [PATCH 2/2 v3] drm/exynos: ad

Re: [PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-10 Thread Jerome Glisse
devel@lists.freedesktop.org; >> kyungmin.p...@samsung.com; sw0312@samsung.com; linux...@kvack.org >> Subject: Re: [PATCH 2/2 v3] drm/exynos: added userptr feature. >> >> On Wed, May 9, 2012 at 10:45 AM, Jerome Glisse wrote: >> > On Wed, May 9, 2012 at 2:17

[PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-10 Thread KOSAKI Motohiro
To: Inki Dae >>> Cc: airlied at linux.ie; dri-devel at lists.freedesktop.org; >>> kyungmin.park at samsung.com; sw0312.kim at samsung.com; linux-mm at >>> kvack.org >>> Subject: Re: [PATCH 2/2 v3] drm/exynos: added userptr feature. >>> >>> On Wed, May 9,

RE: [PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-10 Thread Inki Dae
.@kvack.org > Subject: Re: [PATCH 2/2 v3] drm/exynos: added userptr feature. > > On 05/10/2012 04:59 PM, InKi Dae wrote: > > > 2012/5/10, Minchan Kim : > >> On 05/10/2012 03:57 PM, Inki Dae wrote: > >> > >>> > >>> > >>>

Re: [PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-10 Thread Minchan Kim
Hi Jerome, >>>>> >>>>>> -Original Message- >>>>>> From: Jerome Glisse [mailto:j.gli...@gmail.com] >>>>>> Sent: Wednesday, May 09, 2012 11:46 PM >>>>>> To: Inki Dae >>>>>> Cc: airl...@linu

Re: [PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-10 Thread Minchan Kim
>>>> Sent: Wednesday, May 09, 2012 11:46 PM >>>> To: Inki Dae >>>> Cc: airl...@linux.ie; dri-devel@lists.freedesktop.org; >>>> kyungmin.p...@samsung.com; sw0312@samsung.com; linux...@kvack.org >>>> Subject: Re: [PATCH 2/2 v3] drm/ex

Re: [PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-10 Thread Minchan Kim
ktop.org; >> kyungmin.p...@samsung.com; sw0312....@samsung.com; linux...@kvack.org >> Subject: Re: [PATCH 2/2 v3] drm/exynos: added userptr feature. >> >> On 05/10/2012 10:39 AM, Inki Dae wrote: >> >>> Hi Jerome, >>> >>>> -Original Mes

Re: [PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-10 Thread KOSAKI Motohiro
...@samsung.com; sw0312@samsung.com; linux...@kvack.org Subject: Re: [PATCH 2/2 v3] drm/exynos: added userptr feature. On Wed, May 9, 2012 at 2:17 AM, Inki Dae wrote: this feature is used to import user space region allocated by malloc() or mmaped into a gem. and to guarantee the pages to user space

Re: [PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-10 Thread Minchan Kim
May 09, 2012 11:46 PM >>>>>>> To: Inki Dae >>>>>>> Cc: airl...@linux.ie; dri-devel@lists.freedesktop.org; >>>>>>> kyungmin.p...@samsung.com; sw0312@samsung.com; linux...@kvack.org >>>>>>> Subject: Re: [PATCH 2/2 v3] dr

Re: [PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-10 Thread InKi Dae
27;Jerome Glisse'; airl...@linux.ie; dri-devel@lists.freedesktop.org; >>> kyungmin.p...@samsung.com; sw0312@samsung.com; linux...@kvack.org >>> Subject: Re: [PATCH 2/2 v3] drm/exynos: added userptr feature. >>> >>> On 05/10/2012 10:39 AM, Inki Dae wrote: &

Re: [PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-10 Thread Kyungmin Park
>>>>> From: Jerome Glisse [mailto:j.gli...@gmail.com] >>>>> Sent: Wednesday, May 09, 2012 11:46 PM >>>>> To: Inki Dae >>>>> Cc: airl...@linux.ie; dri-devel@lists.freedesktop.org; >>>>> kyungmin.p...@samsung.com; sw0312

RE: [PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-09 Thread Inki Dae
x...@kvack.org > Subject: Re: [PATCH 2/2 v3] drm/exynos: added userptr feature. > > On 05/10/2012 10:39 AM, Inki Dae wrote: > > > Hi Jerome, > > > >> -Original Message- > >> From: Jerome Glisse [mailto:j.gli...@gmail.com] > >> Sent: Wednesda

Re: [PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-09 Thread Minchan Kim
>> kyungmin.p...@samsung.com; sw0312@samsung.com; linux...@kvack.org >> Subject: Re: [PATCH 2/2 v3] drm/exynos: added userptr feature. >> >> On Wed, May 9, 2012 at 2:17 AM, Inki Dae wrote: >>> this feature is used to import user space region allocated by malloc() >

RE: [PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-09 Thread Inki Dae
linux...@kvack.org > Subject: Re: [PATCH 2/2 v3] drm/exynos: added userptr feature. > > On Wed, May 9, 2012 at 10:45 AM, Jerome Glisse wrote: > > On Wed, May 9, 2012 at 2:17 AM, Inki Dae wrote: > >> this feature is used to import user space region allocated by malloc() > or

RE: [PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-09 Thread Inki Dae
; Subject: Re: [PATCH 2/2 v3] drm/exynos: added userptr feature. > > On Wed, May 9, 2012 at 2:17 AM, Inki Dae wrote: > > this feature is used to import user space region allocated by malloc() > or > > mmaped into a gem. and to guarantee the pages to user space not to be >

[PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-09 Thread Inki Dae
this feature is used to import user space region allocated by malloc() or mmaped into a gem. and to guarantee the pages to user space not to be swapped out, the VMAs within the user space would be locked and then unlocked when the pages are released. but this lock might result in significant degra

[PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-09 Thread Jerome Glisse
On Wed, May 9, 2012 at 10:45 AM, Jerome Glisse wrote: > On Wed, May 9, 2012 at 2:17 AM, Inki Dae wrote: >> this feature is used to import user space region allocated by malloc() or >> mmaped into a gem. and to guarantee the pages to user space not to be >> swapped out, the VMAs within the user sp

Re: [PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-09 Thread Jerome Glisse
On Wed, May 9, 2012 at 10:45 AM, Jerome Glisse wrote: > On Wed, May 9, 2012 at 2:17 AM, Inki Dae wrote: >> this feature is used to import user space region allocated by malloc() or >> mmaped into a gem. and to guarantee the pages to user space not to be >> swapped out, the VMAs within the user sp

[PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-09 Thread Jerome Glisse
On Wed, May 9, 2012 at 2:17 AM, Inki Dae wrote: > this feature is used to import user space region allocated by malloc() or > mmaped into a gem. and to guarantee the pages to user space not to be > swapped out, the VMAs within the user space would be locked and then unlocked > when the pages are r

Re: [PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-09 Thread Jerome Glisse
On Wed, May 9, 2012 at 2:17 AM, Inki Dae wrote: > this feature is used to import user space region allocated by malloc() or > mmaped into a gem. and to guarantee the pages to user space not to be > swapped out, the VMAs within the user space would be locked and then unlocked > when the pages are r

[PATCH 2/2 v3] drm/exynos: added userptr feature.

2012-05-08 Thread Inki Dae
this feature is used to import user space region allocated by malloc() or mmaped into a gem. and to guarantee the pages to user space not to be swapped out, the VMAs within the user space would be locked and then unlocked when the pages are released. but this lock might result in significant degra