CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/02/21 08:42:36
Added files:
sys/dev/pci/drm: drm_gem_cma_helper.c
sys/dev/pci/drm/include/drm: drm_gem_cma_helper.h
Log message:
Add a DRM GEM CMA helper from NetBSD. Plenty of parts are still
under ifdef for us, so for now we don't support SG tables or the
GEM CMA ops, but at least it lets us create a simple framebuffer.
ok kettenis@
