Re: [PATCH] drm/cma: Fix recent regression of mmap() in the MMU case.

2017-04-17 Thread Daniel Vetter
On Mon, Apr 17, 2017 at 04:31:24PM -0700, Eric Anholt wrote: > The stub get_unmapped_area() function was actually getting called, so > all of our mmap()s failed. > > Cc: Yannick Fertre > Fixes: 97bf3a9aa60f ("drm/cma: Update DEFINE_DRM_GEM_CMA_FOPS to add > get_unmapped_area") > Signed-off-by: E

[PATCH] drm/cma: Fix recent regression of mmap() in the MMU case.

2017-04-17 Thread Eric Anholt
The stub get_unmapped_area() function was actually getting called, so all of our mmap()s failed. Cc: Yannick Fertre Fixes: 97bf3a9aa60f ("drm/cma: Update DEFINE_DRM_GEM_CMA_FOPS to add get_unmapped_area") Signed-off-by: Eric Anholt --- include/drm/drm_gem_cma_helper.h | 18 --