CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/02/12 01:48:32
Modified files:
sys/dev/pci/drm: drmP.h drm_irq.c
sys/dev/pci/drm/i915: i915_gem.c i915_gem_execbuffer.c
intel_display.c intel_hdmi.c
sys/dev/pci/drm/radeon: evergreen.c r300.c r600.c radeon_gart.c
si.c
sys/dev/pci/drm/ttm: ttm_bo_util.c
Log message:
Add and use macros for linux memory barriers. Fix the call in
i915_gem_object_flush_fence() to be mb() not wmb() while here.
