[PATCH] drm/exynos: remove 'pages' and 'page_size' elements in exynos gem buffer

2012-11-20 Thread Kyungmin Park
On 11/20/12, Prathyush K wrote: > On Mon, Nov 19, 2012 at 3:14 PM, Kyungmin Park > wrote: > >> Hi, >> >> On 11/15/12, Prathyush K wrote: >> > The 'pages' structure is not required since we can use the 'sgt'. Even >> for >> > CONTIG buffers, a SGT is created (which will have just one sgl). This >

[PATCH] drm/exynos: remove 'pages' and 'page_size' elements in exynos gem buffer

2012-11-20 Thread Prathyush K
On Tue, Nov 20, 2012 at 12:49 PM, Kyungmin Park wrote: > On 11/20/12, Prathyush K wrote: > > On Mon, Nov 19, 2012 at 3:14 PM, Kyungmin Park > > wrote: > > > >> Hi, > >> > >> On 11/15/12, Prathyush K wrote: > >> > The 'pages' structure is not required since we can use the 'sgt'. Even > >> for >

[PATCH] drm/exynos: remove 'pages' and 'page_size' elements in exynos gem buffer

2012-11-20 Thread Prathyush K
On Mon, Nov 19, 2012 at 3:14 PM, Kyungmin Park wrote: > Hi, > > On 11/15/12, Prathyush K wrote: > > The 'pages' structure is not required since we can use the 'sgt'. Even > for > > CONTIG buffers, a SGT is created (which will have just one sgl). This SGT > > can be used during mmap instead of 'p

Re: [PATCH] drm/exynos: remove 'pages' and 'page_size' elements in exynos gem buffer

2012-11-20 Thread Prathyush K
On Tue, Nov 20, 2012 at 12:49 PM, Kyungmin Park wrote: > On 11/20/12, Prathyush K wrote: > > On Mon, Nov 19, 2012 at 3:14 PM, Kyungmin Park > > wrote: > > > >> Hi, > >> > >> On 11/15/12, Prathyush K wrote: > >> > The 'pages' structure is not required since we can use the 'sgt'. Even > >> for >

Re: [PATCH] drm/exynos: remove 'pages' and 'page_size' elements in exynos gem buffer

2012-11-19 Thread Kyungmin Park
On 11/20/12, Prathyush K wrote: > On Mon, Nov 19, 2012 at 3:14 PM, Kyungmin Park > wrote: > >> Hi, >> >> On 11/15/12, Prathyush K wrote: >> > The 'pages' structure is not required since we can use the 'sgt'. Even >> for >> > CONTIG buffers, a SGT is created (which will have just one sgl). This >

Re: [PATCH] drm/exynos: remove 'pages' and 'page_size' elements in exynos gem buffer

2012-11-19 Thread Prathyush K
On Mon, Nov 19, 2012 at 3:14 PM, Kyungmin Park wrote: > Hi, > > On 11/15/12, Prathyush K wrote: > > The 'pages' structure is not required since we can use the 'sgt'. Even > for > > CONTIG buffers, a SGT is created (which will have just one sgl). This SGT > > can be used during mmap instead of 'p

[PATCH] drm/exynos: remove 'pages' and 'page_size' elements in exynos gem buffer

2012-11-19 Thread Kyungmin Park
Hi, On 11/15/12, Prathyush K wrote: > The 'pages' structure is not required since we can use the 'sgt'. Even for > CONTIG buffers, a SGT is created (which will have just one sgl). This SGT > can be used during mmap instead of 'pages'. The 'page_size' element of the > structure is also not used an

Re: [PATCH] drm/exynos: remove 'pages' and 'page_size' elements in exynos gem buffer

2012-11-19 Thread Kyungmin Park
Hi, On 11/15/12, Prathyush K wrote: > The 'pages' structure is not required since we can use the 'sgt'. Even for > CONTIG buffers, a SGT is created (which will have just one sgl). This SGT > can be used during mmap instead of 'pages'. The 'page_size' element of the > structure is also not used an

[PATCH] drm/exynos: remove 'pages' and 'page_size' elements in exynos gem buffer

2012-11-16 Thread Prathyush K
The 'pages' structure is not required since we can use the 'sgt'. Even for CONTIG buffers, a SGT is created (which will have just one sgl). This SGT can be used during mmap instead of 'pages'. The 'page_size' element of the structure is also not used anywhere and is removed. This patch also fixes a

[PATCH] drm/exynos: remove 'pages' and 'page_size' elements in exynos gem buffer

2012-11-15 Thread Prathyush K
The 'pages' structure is not required since we can use the 'sgt'. Even for CONTIG buffers, a SGT is created (which will have just one sgl). This SGT can be used during mmap instead of 'pages'. The 'page_size' element of the structure is also not used anywhere and is removed. This patch also fixes a