commit | be26a10bd10271b4a810ece2e540c0cdd77881bc | [log] [tgz] |
---|---|---|
author | Zou Nan hai <nanhai.zou@intel.com> | Sat Jun 12 17:40:24 2010 +0800 |
committer | Eric Anholt <eric@anholt.net> | Mon Jun 14 18:26:25 2010 -0700 |
tree | 7a860721c42779eb2f461e1a0f302f256b8b69bd | |
parent | 45ac22c81b1088f5ac08dc5367f78c192d68d756 [diff] |
drm/i915: Fix incorrect intel_ring_begin size in BSD ringbuffer. 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>