Re: [PATCH 2/3] drm/shmem-helper: Export dedicated wrappers for GEM object functions

2021-11-06 Thread Thomas Zimmermann
Hi Am 05.11.21 um 19:18 schrieb Daniel Vetter: On Fri, Nov 05, 2021 at 10:35:57AM +0100, Thomas Zimmermann wrote: Wrap GEM SHMEM functions for struct drm_gem_object_funcs and update all callers. This will allow for an update of the public interfaces of the GEM SHMEM helper library. Signed-off-

Re: [PATCH 2/3] drm/shmem-helper: Export dedicated wrappers for GEM object functions

2021-11-05 Thread Daniel Vetter
On Fri, Nov 05, 2021 at 10:35:57AM +0100, Thomas Zimmermann wrote: > Wrap GEM SHMEM functions for struct drm_gem_object_funcs and update > all callers. This will allow for an update of the public interfaces > of the GEM SHMEM helper library. > > Signed-off-by: Thomas Zimmermann > --- > drivers/g

[PATCH 2/3] drm/shmem-helper: Export dedicated wrappers for GEM object functions

2021-11-05 Thread Thomas Zimmermann
Wrap GEM SHMEM functions for struct drm_gem_object_funcs and update all callers. This will allow for an update of the public interfaces of the GEM SHMEM helper library. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/drm_gem_shmem_helper.c | 45 - drivers/gpu/drm/lima/lima_gem.c