drm/exynos: use sgt instead of pages for framebuffer address
authorPrathyush K <prathyush.k@samsung.com>
Thu, 22 Nov 2012 06:48:35 +0000 (12:18 +0530)
committerInki Dae <inki.dae@samsung.com>
Wed, 5 Dec 2012 05:39:21 +0000 (14:39 +0900)
commit640631d04cd2cfbb4792d6a8fc5fcab14ee273a5
treecd48f0f1a888d180067f67234fd9719c2b32e3d1
parenta3f9bcab509a4bf003942e7e2048904cfe7cb5c5
drm/exynos: use sgt instead of pages for framebuffer address

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 <prathyush.k@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_fbdev.c