Re: [PATCH 3/3] drm: Update documentation and TODO of gem_prime_mmap hook

2021-11-10 Thread Thomas Zimmermann
Hi Am 10.11.21 um 11:46 schrieb Daniel Vetter: On Mon, Nov 08, 2021 at 11:28:46AM +0100, Thomas Zimmermann wrote: The hook gem_prime_mmap in struct drm_driver is deprecated. Document the new requirements. Signed-off-by: Thomas Zimmermann Reviewed-by: Daniel Vetter Thanks a lot! With the

Re: [PATCH 3/3] drm: Update documentation and TODO of gem_prime_mmap hook

2021-11-10 Thread Daniel Vetter
On Mon, Nov 08, 2021 at 11:28:46AM +0100, Thomas Zimmermann wrote: > The hook gem_prime_mmap in struct drm_driver is deprecated. Document > the new requirements. > > Signed-off-by: Thomas Zimmermann Reviewed-by: Daniel Vetter > --- > Documentation/gpu/todo.rst | 11 --- > include/drm/