CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/11/03 17:22:12
Modified files:
sys/dev/pci/drm: i915_dma.c i915_irq.c
Log message:
Hold the drm lock around all things that touch the ringbuffer.
Not strictly needed in the non-gem case, but it will be needed then, and
doesn't hurt now.
>From Eric Anholt at intel.
