Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/todo: Improve drm_gem_object funcs todo

We're kinda going in the wrong direction. Spotted while typing better
gem/prime docs.

Cc: Thomas Zimmermann <tzimmermann@suse.de>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Rob Herring <robh@kernel.org>
Cc: Noralf Trønnes <noralf@tronnes.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190614203615.12639-2-daniel.vetter@ffwll.ch

+4
+4
Documentation/gpu/todo.rst
··· 228 228 GEM objects can now have a function table instead of having the callbacks on the 229 229 DRM driver struct. This is now the preferred way and drivers can be moved over. 230 230 231 + Unfortunately some of the recently added GEM helpers are going in the wrong 232 + direction by adding OPS macros that use the old, deprecated hooks. See 233 + DRM_GEM_CMA_VMAP_DRIVER_OPS, DRM_GEM_SHMEM_DRIVER_OPS, and DRM_GEM_VRAM_DRIVER_PRIME. 234 + 231 235 Use DRM_MODESET_LOCK_ALL_* helpers instead of boilerplate 232 236 --------------------------------------------------------- 233 237