[PATCH] drm/cma: remove to make sg_table when gem cma is created

2014-03-15 Thread Joonyoung Shim
The sg_table made when gem cma is created isn't used anywhere. The sgt of struct drm_gem_cma_object will have only sg_tabel imported. Signed-off-by: Joonyoung Shim --- drivers/gpu/drm/drm_gem_cma_helper.c | 19 --- 1 file changed, 19 deletions(-) diff --git a/drivers/gpu/drm/drm

[PATCH] drm/cma: remove to make sg_table when gem cma is created

2014-03-15 Thread Laurent Pinchart
Hi Joonyoung, Thank you for the patch. On Saturday 15 March 2014 16:30:28 Joonyoung Shim wrote: > The sg_table made when gem cma is created isn't used anywhere. The sgt > of struct drm_gem_cma_object will have only sg_tabel imported. > > Signed-off-by: Joonyoung Shim Acked-by: Laurent Pinchart