CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2015/02/09 18:39:32

Modified files:
        sys/dev/pci/drm: drmP.h drm_drv.c drm_irq.c 
        sys/dev/pci/drm/i915: i915_dma.c i915_drv.c i915_gem.c 
                              i915_gem_context.c i915_gem_execbuffer.c 
                              i915_gem_tiling.c i915_irq.c 
                              i915_suspend.c intel_display.c intel_fb.c 
                              intel_overlay.c intel_pm.c intel_sprite.c 
        sys/dev/pci/drm/radeon: radeon_kms.c radeon_object.c radeon_pm.c 

Log message:
Remove DRM_LOCK macros, rename dev_lock to struct_mutex and directly
call linux style lock functions where these macros were used.

Reply via email to