Re: [PATCH 0/3] drm/cma-helper: Clean up public interface

2021-11-29 Thread Thomas Zimmermann
ping. Are there further comments on this patchset? Am 15.11.21 um 13:01 schrieb Thomas Zimmermann: Convert GEM CMA functions to accept struct drm_gem_cma_object, provide small wrappers for GEM object callbacks and update all users. Brings up the interface to the pattern used in SHMEM and VRAM he

[PATCH 0/3] drm/cma-helper: Clean up public interface

2021-11-15 Thread Thomas Zimmermann
Convert GEM CMA functions to accept struct drm_gem_cma_object, provide small wrappers for GEM object callbacks and update all users. Brings up the interface to the pattern used in SHMEM and VRAM helpers. Converting all GEM object functions to use drm_gem_cma_object enables type checking by the C c