Re: [Intel-gfx] [PATCH] convert intel_ring_begin count to dword

2010-06-14 Thread Eric Anholt
On Sat, 12 Jun 2010 17:40:24 +0800, Zou Nan hai wrote: > convert intel_ring_begin count to dword, > fix some wrong intel_ring_begin size. Please don't repeat the first line of the commit message twice, but please do prepend "drm/i915: " for patches to the DRM. When I applied your patch, I got:

[Intel-gfx] [PATCH] convert intel_ring_begin count to dword

2010-06-12 Thread Zou Nan hai
convert intel_ring_begin count to dword, fix some wrong intel_ring_begin size. Signed-off-by: Zou Nan hai --- drivers/gpu/drm/i915/i915_drv.h |2 +- drivers/gpu/drm/i915/intel_ringbuffer.c |9 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/dr

Re: [Intel-gfx] [PATCH] convert intel_ring_begin count to dword

2010-06-12 Thread Chris Wilson
On Sat, 12 Jun 2010 17:14:54 +0800, Zou Nan hai wrote: > convert intel_ring_begin count to dword, > fix some wrong intel_ring_begin size. > > Signed-off-by: Zou Nan hai > --- > @@ -723,10 +723,10 @@ int intel_wait_ring_buffer(struct drm_device *dev, > void intel_ring_begin(struct drm_device *de

[Intel-gfx] [PATCH] convert intel_ring_begin count to dword

2010-06-12 Thread Zou Nan hai
convert intel_ring_begin count to dword, fix some wrong intel_ring_begin size. Signed-off-by: Zou Nan hai --- drivers/gpu/drm/i915/i915_drv.h |2 +- drivers/gpu/drm/i915/intel_ringbuffer.c | 12 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/gpu