[PATCH 14/25] drm/exynos: Use new drm_fb_helper functions

2015-08-11 Thread Inki Dae
On 2015년 08월 11일 18:04, Inki Dae wrote: > On 2015년 07월 13일 15:38, Archit Taneja wrote: >> Use the newly created wrapper drm_fb_helper functions instead of calling >> core fbdev functions directly. They also simplify the fb_info creation. >> >> COMPILE TESTED ONLY. >> >> Cc: Inki Dae >>

[PATCH 14/25] drm/exynos: Use new drm_fb_helper functions

2015-08-11 Thread Inki Dae
On 2015년 07월 13일 15:38, Archit Taneja wrote: > Use the newly created wrapper drm_fb_helper functions instead of calling > core fbdev functions directly. They also simplify the fb_info creation. > > COMPILE TESTED ONLY. > > Cc: Inki Dae > Cc: Joonyoung Shim > Cc: Seung-Woo Kim > > Signed

[PATCH 14/25] drm/exynos: Use new drm_fb_helper functions

2015-07-13 Thread Archit Taneja
Use the newly created wrapper drm_fb_helper functions instead of calling core fbdev functions directly. They also simplify the fb_info creation. COMPILE TESTED ONLY. Cc: Inki Dae Cc: Joonyoung Shim Cc: Seung-Woo Kim Signed-off-by: Archit Taneja --- drivers/gpu/drm/exynos/exynos_drm_fbdev.c