]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/cma: remove to make sg_table when gem cma is created
authorJoonyoung Shim <jy0922.shim@samsung.com>
Sat, 15 Mar 2014 07:30:28 +0000 (16:30 +0900)
committerDave Airlie <airlied@redhat.com>
Tue, 18 Mar 2014 09:20:25 +0000 (19:20 +1000)
commit7550e3668ce1414f6c7edbe8b13c1169a1aa5960
treefbaede90c27316447eb0299abb0f9e071967c1ad
parentd1583c9997cf5e7e8ceef35b6f264262cda5f948
drm/cma: remove to make sg_table when gem cma is created

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 <jy0922.shim@samsung.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_gem_cma_helper.c