]> git.baikalelectronics.ru Git - kernel.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)
commitec9c457149e627a4a90ec96535b8afae4cc3015c
treefbaede90c27316447eb0299abb0f9e071967c1ad
parent9a6d79b18a722a74decbf1be7cd7f073afc93a00
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