[PATCH 10/14] drm/exynos: remove function check_gem_flags

2015-08-16 Thread Inki Dae
On 2015년 07월 28일 17:53, Joonyoung Shim wrote: > The function check_gem_flags is too simple, so it's better to move codes > in each consumer functions. > > Signed-off-by: Joonyoung Shim > --- > drivers/gpu/drm/exynos/exynos_drm_gem.c | 24 > 1 file changed, 8

[PATCH 10/14] drm/exynos: remove function check_gem_flags

2015-08-11 Thread Joonyoung Shim
On 08/06/2015 07:00 PM, Daniel Stone wrote: > Hi Joonyoung, > > On 28 July 2015 at 09:53, Joonyoung Shim wrote: >> static void update_vm_cache_attr(struct exynos_drm_gem_obj *obj, >> struct vm_area_struct *vma) >> { >> @@ -169,6 +159,11 @@ struct

[PATCH 10/14] drm/exynos: remove function check_gem_flags

2015-08-06 Thread Daniel Stone
Hi Joonyoung, On 28 July 2015 at 09:53, Joonyoung Shim wrote: > static void update_vm_cache_attr(struct exynos_drm_gem_obj *obj, > struct vm_area_struct *vma) > { > @@ -169,6 +159,11 @@ struct exynos_drm_gem_obj *exynos_drm_gem_create(struct >

[PATCH 10/14] drm/exynos: remove function check_gem_flags

2015-07-28 Thread Joonyoung Shim
The function check_gem_flags is too simple, so it's better to move codes in each consumer functions. Signed-off-by: Joonyoung Shim --- drivers/gpu/drm/exynos/exynos_drm_gem.c | 24 1 file changed, 8 insertions(+), 16 deletions(-) diff --git