[Intel-gfx] [PATCH 0/3] implement multiple ring buffer V1

Daniel Vetter daniel at ffwll.ch
Wed May 19 19:26:01 CEST 2010


On Wed, May 19, 2010 at 05:33:28PM +0800, Zou Nan hai wrote:
>  The patch series try to abstruct ring buffer
>  structure, implement BSD (bit stream decoder) ring
>  buffer for H.264/VC1 VLD decoding.
> 
>  I mark this as V1 for review.

Woot, we're (slowly) getting there. I'll do an in-depth review some when
later this week (running short on free time, atm). On a quick look, the
series has definitely improved.

One nitpick up-front: You haven't sent the individual patches as follow-ups
to the introduction email. Just use git format-patch and git send-email,
they'll take care of all the boring details for you. Quick primer, if
you're totally lazy:

$ git format-patch --cover-letter -o output_directory revision_range

creates a bunch of .patch files including introduction letter with the
commits int the given range. You only have to change the subject & text of
the cover letter. Then

$ git send-email --to 'bla at bla.com' --cc 'foo at bar.com' *.patch [--dry-run]

sends them away. Use --dry-run to check first that git does the right
thing with your patches.

Yours, Daniel
-- 
Daniel Vetter
Mail: daniel at ffwll.ch
Mobile: +41 (0)79 365 57 48



More information about the Intel-gfx mailing list