[PATCH] drm/exynos: use sgt instead of pages for framebuffer address

2012-11-22 Thread Inki Dae
Right, I missed. Thanks, Inki Dae > -Original Message- > From: Prathyush K [mailto:prathyush.k at samsung.com] > Sent: Thursday, November 22, 2012 3:49 PM > To: dri-devel at lists.freedesktop.org > Cc: inki.dae at samsung.com > Subject: [PATCH] drm/exynos: use sgt in

[PATCH] drm/exynos: use sgt instead of pages for framebuffer address

2012-11-22 Thread Prathyush K
The 'pages' structure in the exynos gem buffer has been removed. So we get the fix.smem_start from the first sgl of the scatter gather table. Signed-off-by: Prathyush K --- drivers/gpu/drm/exynos/exynos_drm_fbdev.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drive

RE: [PATCH] drm/exynos: use sgt instead of pages for framebuffer address

2012-11-21 Thread Inki Dae
Right, I missed. Thanks, Inki Dae > -Original Message- > From: Prathyush K [mailto:prathyus...@samsung.com] > Sent: Thursday, November 22, 2012 3:49 PM > To: dri-devel@lists.freedesktop.org > Cc: inki@samsung.com > Subject: [PATCH] drm/exynos: use sgt instead of pag

[PATCH] drm/exynos: use sgt instead of pages for framebuffer address

2012-11-21 Thread Prathyush K
The 'pages' structure in the exynos gem buffer has been removed. So we get the fix.smem_start from the first sgl of the scatter gather table. Signed-off-by: Prathyush K --- drivers/gpu/drm/exynos/exynos_drm_fbdev.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drive