On Sat, 12 Jun 2010 17:40:24 +0800, Zou Nan hai <[email protected]> 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:

commit 186c799be39c5bbc845fe2eccdb87d0ad315e521
Author: Zou Nan hai <[email protected]>
Date:   Sat Jun 12 17:40:24 2010 +0800

    convert intel_ring_begin count to dword
    
    convert intel_ring_begin count to dword,
    fix some wrong intel_ring_begin size.
    
    Signed-off-by: Zou Nan hai <[email protected]>
    Signed-off-by: Eric Anholt <[email protected]>

I rewrote it to be:

commit be26a10bd10271b4a810ece2e540c0cdd77881bc
Author: Zou Nan hai <[email protected]>
Date:   Sat Jun 12 17:40:24 2010 +0800

    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 <[email protected]>
    Signed-off-by: Eric Anholt <[email protected]>

Attachment: pgpEujI67sRTA.pgp
Description: PGP signature

_______________________________________________
Intel-gfx mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to