From: Joonyoung Shim Date: Tue, 13 Dec 2011 05:46:57 +0000 (+0900) Subject: drm/exynos: remove buffer creation of fbdev from drm framebuffer creation X-Git-Tag: v3.3-rc1~121^2~48^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1533c086fc882474fb339953082072bec8c4e71;p=pandora-kernel.git drm/exynos: remove buffer creation of fbdev from drm framebuffer creation The fbdev fb and the user fb is created from same function - exynos_drm_fb_create, but this function creates not only drm framebuffer but buffer of fbdev. Remove it because it complicates codes and use exynos_drm_gem_create() than exynos_drm_buf_create() to create buffer of fbdev, it give better consistency of codes and more clear implementation. Signed-off-by: Joonyoung Shim Signed-off-by: Inki Dae Signed-off-by: Kyungmin Park --- Reading git-diff-tree failed