[PATCH v2 3/4] drm/exynos: added userptr feature.

2012-05-08 Thread Inki Dae
.org > Subject: Re: [PATCH v2 3/4] drm/exynos: added userptr feature. > > On Sat, May 5, 2012 at 6:22 AM, Dave Airlie wrote: > > On Sat, May 5, 2012 at 11:19 AM, wrote: > >> Hi Dave, > >> > >> 2012. 4. 25. ?? 7:15 Dave Airlie ??: > >> > >>

[PATCH v2 3/4] drm/exynos: added userptr feature.

2012-05-08 Thread Inki Dae
ct: Re: [PATCH v2 3/4] drm/exynos: added userptr feature. > > On Sat, May 5, 2012 at 11:19 AM, wrote: > > Hi Dave, > > > > 2012. 4. 25. ?? 7:15 Dave Airlie ??: > > > >> On Tue, Apr 24, 2012 at 6:17 AM, Inki Dae wrote: > >>> this feature could be

[PATCH v2 3/4] drm/exynos: added userptr feature.

2012-05-08 Thread Jerome Glisse
ark at samsung.com; >> sw0312.kim at samsung.com; dri-devel at lists.freedesktop.org >> Subject: Re: [PATCH v2 3/4] drm/exynos: added userptr feature. >> >> On Sat, May 5, 2012 at 6:22 AM, Dave Airlie wrote: >> > On Sat, May 5, 2012 at 11:19 AM, wrote: >> >&g

Re: [PATCH v2 3/4] drm/exynos: added userptr feature.

2012-05-08 Thread Jerome Glisse
.com; >> sw0312@samsung.com; dri-devel@lists.freedesktop.org >> Subject: Re: [PATCH v2 3/4] drm/exynos: added userptr feature. >> >> On Sat, May 5, 2012 at 6:22 AM, Dave Airlie wrote: >> > On Sat, May 5, 2012 at 11:19 AM, wrote: >> >> Hi Dave, >&

RE: [PATCH v2 3/4] drm/exynos: added userptr feature.

2012-05-08 Thread Inki Dae
ct: Re: [PATCH v2 3/4] drm/exynos: added userptr feature. > > On Sat, May 5, 2012 at 6:22 AM, Dave Airlie wrote: > > On Sat, May 5, 2012 at 11:19 AM, wrote: > >> Hi Dave, > >> > >> 2012. 4. 25. 오후 7:15 Dave Airlie 작성: > >> > >>> On Tue, A

RE: [PATCH v2 3/4] drm/exynos: added userptr feature.

2012-05-07 Thread Inki Dae
Hi Dave, > -Original Message- > From: Dave Airlie [mailto:airl...@gmail.com] > Sent: Saturday, May 05, 2012 7:23 PM > To: daei...@gmail.com > Cc: Inki Dae; kyungmin.p...@samsung.com; sw0312@samsung.com; dri- > de...@lists.freedesktop.org > Subject: Re: [PATCH v2 3

[PATCH v2 3/4] drm/exynos: added userptr feature.

2012-05-07 Thread Jerome Glisse
On Sat, May 5, 2012 at 6:22 AM, Dave Airlie wrote: > On Sat, May 5, 2012 at 11:19 AM, wrote: >> Hi Dave, >> >> 2012. 4. 25. ?? 7:15 Dave Airlie ??: >> >>> On Tue, Apr 24, 2012 at 6:17 AM, Inki Dae wrote: this feature could be used to use memory region allocated by malloc() in user >

Re: [PATCH v2 3/4] drm/exynos: added userptr feature.

2012-05-07 Thread Jerome Glisse
On Sat, May 5, 2012 at 6:22 AM, Dave Airlie wrote: > On Sat, May 5, 2012 at 11:19 AM, wrote: >> Hi Dave, >> >> 2012. 4. 25. 오후 7:15 Dave Airlie 작성: >> >>> On Tue, Apr 24, 2012 at 6:17 AM, Inki Dae wrote: this feature could be used to use memory region allocated by malloc() in user >

[PATCH v2 3/4] drm/exynos: added userptr feature.

2012-05-05 Thread daei...@gmail.com
Hi Dave, 2012. 4. 25. ?? 7:15 Dave Airlie ??: > On Tue, Apr 24, 2012 at 6:17 AM, Inki Dae wrote: >> this feature could be used to use memory region allocated by malloc() in user >> mode and mmaped memory region allocated by other memory allocators. userptr >> interface can identify memory type

[PATCH v2 3/4] drm/exynos: added userptr feature.

2012-05-05 Thread Dave Airlie
On Sat, May 5, 2012 at 11:19 AM, wrote: > Hi Dave, > > 2012. 4. 25. ?? 7:15 Dave Airlie ??: > >> On Tue, Apr 24, 2012 at 6:17 AM, Inki Dae wrote: >>> this feature could be used to use memory region allocated by malloc() in >>> user >>> mode and mmaped memory region allocated by other memory al

Re: [PATCH v2 3/4] drm/exynos: added userptr feature.

2012-05-05 Thread Dave Airlie
On Sat, May 5, 2012 at 11:19 AM, wrote: > Hi Dave, > > 2012. 4. 25. 오후 7:15 Dave Airlie 작성: > >> On Tue, Apr 24, 2012 at 6:17 AM, Inki Dae wrote: >>> this feature could be used to use memory region allocated by malloc() in >>> user >>> mode and mmaped memory region allocated by other memory al

Re: [PATCH v2 3/4] drm/exynos: added userptr feature.

2012-05-05 Thread daeinki
Hi Dave, 2012. 4. 25. 오후 7:15 Dave Airlie 작성: > On Tue, Apr 24, 2012 at 6:17 AM, Inki Dae wrote: >> this feature could be used to use memory region allocated by malloc() in user >> mode and mmaped memory region allocated by other memory allocators. userptr >> interface can identify memory type

[PATCH v2 3/4] drm/exynos: added userptr feature.

2012-04-25 Thread InKi Dae
Hi Dave, 2012/4/25, Dave Airlie : > On Tue, Apr 24, 2012 at 6:17 AM, Inki Dae wrote: >> this feature could be used to use memory region allocated by malloc() in >> user >> mode and mmaped memory region allocated by other memory allocators. >> userptr >> interface can identify memory type through

[PATCH v2 3/4] drm/exynos: added userptr feature.

2012-04-25 Thread Dave Airlie
On Tue, Apr 24, 2012 at 6:17 AM, Inki Dae wrote: > this feature could be used to use 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 f

Re: [PATCH v2 3/4] drm/exynos: added userptr feature.

2012-04-25 Thread InKi Dae
Hi Dave, 2012/4/25, Dave Airlie : > On Tue, Apr 24, 2012 at 6:17 AM, Inki Dae wrote: >> this feature could be used to use memory region allocated by malloc() in >> user >> mode and mmaped memory region allocated by other memory allocators. >> userptr >> interface can identify memory type through

Re: [PATCH v2 3/4] drm/exynos: added userptr feature.

2012-04-25 Thread Dave Airlie
On Tue, Apr 24, 2012 at 6:17 AM, Inki Dae wrote: > this feature could be used to use 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 f

[PATCH v2 3/4] drm/exynos: added userptr feature.

2012-04-24 Thread Inki Dae
this feature could be used to use 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 v2: t

[PATCH v2 3/4] drm/exynos: added userptr feature.

2012-04-23 Thread Inki Dae
this feature could be used to use 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 v2: t