Files
linux/include/drm
Thomas Zimmermann e580ea25c0 drm/cma-helper: Pass GEM CMA object in public interfaces
Change all GEM CMA object functions that receive a GEM object
of type struct drm_gem_object to expect an object of type
struct drm_gem_cma_object instead.

This change reduces the number of upcasts from struct drm_gem_object
by moving them into callers. The C compiler can now verify that the
GEM CMA functions are called with the correct type.

For consistency, the patch also renames drm_gem_cma_free_object to
drm_gem_cma_free. It further updates documentation for a number of
functions.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20211115120148.21766-4-tzimmermann@suse.de
2021-11-30 09:49:58 +01:00
..
2021-11-30 09:41:10 +01:00
2021-07-29 09:12:01 +02:00
2021-11-30 09:41:28 +01:00
2021-06-11 12:30:39 -07:00
2021-08-02 16:41:20 +02:00
2021-08-13 17:50:48 +02:00
2021-11-30 09:41:28 +01:00
2020-09-17 13:39:44 +02:00
2021-08-29 21:31:51 +02:00
2020-07-16 18:16:31 -04:00
2021-10-04 12:06:14 +02:00
2021-09-14 13:29:09 -07:00
2019-12-18 16:09:12 -05:00