[PATCH] drm/cma: remove to allocate shmfs backing store

2014-08-28 Thread Laurent Pinchart
Hi Joonyoung, Thank you for the patch. On Wednesday 27 August 2014 15:26:32 Joonyoung Shim wrote: > Initialize GEM object using drm_gem_private_object_init instead of > drm_gem_object_init. It doesn't need to have shmfs backing store because > the CMA GEM object uses CMA area. > > Signed-off-by:

[PATCH] drm/cma: remove to allocate shmfs backing store

2014-08-27 Thread Joonyoung Shim
Initialize GEM object using drm_gem_private_object_init instead of drm_gem_object_init. It doesn't need to have shmfs backing store because the CMA GEM object uses CMA area. Signed-off-by: Joonyoung Shim --- drivers/gpu/drm/drm_gem_cma_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(