[PATCH v3] drm/exynos: add exynos drm specific fb_mmap function

2012-11-20 Thread Inki Dae
2012/11/19 Kyungmin Park > Hi, > > On 11/19/12, Prathyush K wrote: > > Changelog v3: > > > > Passing the actual buffer size instead of vm_size to dma_mmap_attrs. > > > > Changelog v2: > > > > Extracting the private data from fb_info structure to obtain the exynos > > gem buffer structure. Now, d

[PATCH v3] drm/exynos: add exynos drm specific fb_mmap function

2012-11-19 Thread Kyungmin Park
Hi, On 11/19/12, Prathyush K wrote: > Changelog v3: > > Passing the actual buffer size instead of vm_size to dma_mmap_attrs. > > Changelog v2: > > Extracting the private data from fb_info structure to obtain the exynos > gem buffer structure. Now, dma address is obtained from the exynos gem > buf

Re: [PATCH v3] drm/exynos: add exynos drm specific fb_mmap function

2012-11-19 Thread Inki Dae
2012/11/19 Kyungmin Park > Hi, > > On 11/19/12, Prathyush K wrote: > > Changelog v3: > > > > Passing the actual buffer size instead of vm_size to dma_mmap_attrs. > > > > Changelog v2: > > > > Extracting the private data from fb_info structure to obtain the exynos > > gem buffer structure. Now, d

[PATCH v3] drm/exynos: add exynos drm specific fb_mmap function

2012-11-19 Thread Prathyush K
Changelog v3: Passing the actual buffer size instead of vm_size to dma_mmap_attrs. Changelog v2: Extracting the private data from fb_info structure to obtain the exynos gem buffer structure. Now, dma address is obtained from the exynos gem buffer structure and not from smem_start. Also calling d

Re: [PATCH v3] drm/exynos: add exynos drm specific fb_mmap function

2012-11-19 Thread Kyungmin Park
Hi, On 11/19/12, Prathyush K wrote: > Changelog v3: > > Passing the actual buffer size instead of vm_size to dma_mmap_attrs. > > Changelog v2: > > Extracting the private data from fb_info structure to obtain the exynos > gem buffer structure. Now, dma address is obtained from the exynos gem > buf

[PATCH v3] drm/exynos: add exynos drm specific fb_mmap function

2012-11-19 Thread Prathyush K
Changelog v3: Passing the actual buffer size instead of vm_size to dma_mmap_attrs. Changelog v2: Extracting the private data from fb_info structure to obtain the exynos gem buffer structure. Now, dma address is obtained from the exynos gem buffer structure and not from smem_start. Also calling d