CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2013/06/07 14:46:15

Modified files:
        sys/uvm        : uvm_device.c uvm_device.h 
        sys/dev/pci/drm: drm.h drmP.h drm_drv.c 
        sys/dev/pci/drm/i915: i915_gem.c 

Log message:
Add proper mmap(2) support for drm(4)/inteldrm(4).  This changes the
DRM_I915_GEM_MMAP and DRM_I915_GEM_MMAP_GTT ioctls to be compatible with
Linux.  This also is the first step that moves us away from accessing all
graphics memory through the GTT, which should make things faster.

ok tedu@ (for the uvm bits)

Reply via email to