CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/01/30 08:10:48
Modified files:
sys/dev/pci/drm: drmP.h drm_drv.c
sys/dev/pci/drm/i915: i915_gem.c i915_gem_tiling.c intel_fb.c
Log message:
Get rid of the simple locks; they're lies. Also get rid of the holding
logic for uvm objects; it's not necessary anymore as far as I can tell, at
least as long as we run all this code under the kernel lock.
