Re: [PATCH 0/2] drm/cma-helper: Move mmap to object functions

2020-11-24 Thread Maxime Ripard
On Mon, Nov 23, 2020 at 12:56:44PM +0100, Thomas Zimmermann wrote: > This patchset moves CMA's mmap into a GEM object function. This change > allows for removing CMA's mmap and gem_prime_mmap callbacks in favor of > the default implementation. > > Tested with vc4 on RPi3. For both patches, Acked-

Re: [PATCH 0/2] drm/cma-helper: Move mmap to object functions

2020-11-23 Thread Thomas Zimmermann
Am 23.11.20 um 13:32 schrieb Maxime Ripard: On Mon, Nov 23, 2020 at 12:56:44PM +0100, Thomas Zimmermann wrote: This patchset moves CMA's mmap into a GEM object function. This change allows for removing CMA's mmap and gem_prime_mmap callbacks in favor of the default implementation. Tested with

[PATCH 0/2] drm/cma-helper: Move mmap to object functions

2020-11-23 Thread Thomas Zimmermann
This patchset moves CMA's mmap into a GEM object function. This change allows for removing CMA's mmap and gem_prime_mmap callbacks in favor of the default implementation. Tested with vc4 on RPi3. Thomas Zimmermann (2): drm/cma-helper: Remove prime infix from GEM object functions drm/cma-helpe