drm/i915: Fix incorrect intel_ring_begin size in BSD ringbuffer.
authorZou Nan hai <nanhai.zou@intel.com>
Sat, 12 Jun 2010 09:40:24 +0000 (17:40 +0800)
committerEric Anholt <eric@anholt.net>
Tue, 15 Jun 2010 01:26:25 +0000 (18:26 -0700)
The ring_begin API was taking a number of bytes, while all of our
other begin/end macros take number of dwords.  Change the API over to
dwords to prevent future bugs.

Signed-off-by: Zou Nan hai <nanhai.zou@intel.com>
Signed-off-by: Eric Anholt <eric@anholt.net>

No differences found