[PATCH 04/11] drm/exynos: remove buffer creation of fbdev from drm framebuffer creation

2011-12-21 Thread Inki Dae
From: Joonyoung Shim 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 f

[PATCH 04/11] drm/exynos: remove buffer creation of fbdev from drm framebuffer creation

2011-12-21 Thread Inki Dae
From: Joonyoung Shim 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 f