[PATCH 5/9] drm/exynos: cleanup to get gem object for fb

2015-09-01 Thread Gustavo Padovan
Hi Joonyoung, 2015-09-01 Joonyoung Shim : > Current codes get first gem object and then again get remain gem > objects. They can be unified to one routine. > > Signed-off-by: Joonyoung Shim > --- > drivers/gpu/drm/exynos/exynos_drm_fb.c | 23 --- > 1 file changed, 8 inserti

[PATCH 5/9] drm/exynos: cleanup to get gem object for fb

2015-09-01 Thread Joonyoung Shim
Current codes get first gem object and then again get remain gem objects. They can be unified to one routine. Signed-off-by: Joonyoung Shim --- drivers/gpu/drm/exynos/exynos_drm_fb.c | 23 --- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/drivers/gpu/drm/exyn