CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/04/05 02:22:50
Modified files:
sys/dev/pci/drm: drmP.h drm_drv.c drm_linux.c drm_modes.c
files.drm
sys/dev/pci/drm/i915: i915_gem.c
sys/dev/pci/drm/ttm: ttm_bo_vm.c
Added files:
sys/dev/pci/drm: drm_gem.c
Log message:
Split out the generic GEM code (like Linux did) and switch it over to
the vma offset manager. This brings us a little bit more isolation between
applications as GEM buffers are now tied to a specific /dev/drmX clone.
ok jsg@