[PATCH v0 0/5] wave5 codec driver

Sebastian Fricke sebastian.fricke at collabora.com
Tue Jan 30 01:19:59 PST 2024


Hey Jackson,

also just noting in case you want to just resend the series without
doing any actual changes to the patches, please add a RESEND tag to the
mails, like here:
https://lore.kernel.org/all/20240126192128.1210579-1-cristian.ciocaltea@collabora.com/T/#t

e.g. [RESEND PATCH v0 0/5]

This can be changed for example like this:
`git format-patch --subject-prefix="RESEND PATCH" ...`

Greetings,
Sebastian

On 30.01.2024 10:06, Sebastian Fricke wrote:
>Hello Jackson,
>
>you forgot to send this mail series to the media mailing list
>(linux-media at vger.kernel.org), which makes it a bit hard for people
>to review the patches.
>
>Please use either the `./scripts/get_maintainer.p` Script in the kernel
>root directory:
>```
>❯ ./scripts/get_maintainer.pl ~/Mail/patches/_PATCH_v0_1-5_wave5_Support_yuv422_input_format_for_encoder.patch 
>Nas Chung <nas.chung at chipsnmedia.com> (maintainer:WAVE5 VPU CODEC 
>DRIVER)
>Jackson Lee <jackson.lee at chipsnmedia.com> (maintainer:WAVE5 VPU CODEC DRIVER)
>Mauro Carvalho Chehab <mchehab at kernel.org> (maintainer:MEDIA INPUT INFRASTRUCTURE (V4L/DVB))
>linux-media at vger.kernel.org (open list:WAVE5 VPU CODEC DRIVER)
>linux-kernel at vger.kernel.org (open list)
>```
>
>Or use a tool like b4 to generate the list of receivers:
>https://b4.docs.kernel.org/en/latest/contributor/prep.html#prepare-the-list-of-recipients
>
>After that you can then add any additional receivers you like, but this
>makes sure that the most essential mails are present.
>
>Greetings,
>Sebastian
>
>On 30.01.2024 16:20, jackson.lee wrote:
>>The wave5 codec driver is a stateful encoder/decoder.
>>The following patches is for supporting yuv422 inpuy format, supporting
>>runtime suspend/resume feature and extra things.
>>
>>
>>jackson.lee (5):
>> wave5 : Support yuv422 input format for encoder.
>> wave5: Support to prepend sps/pps to IDR frame.
>> wave5 : Support runtime suspend/resume.
>> wave5: Use the bitstream buffer size from host.
>> wave5 : Fixed the wrong buffer size formula.
>>
>>.../platform/chips-media/wave5/wave5-hw.c     |  11 +-
>>.../chips-media/wave5/wave5-vpu-dec.c         |  86 ++++------
>>.../chips-media/wave5/wave5-vpu-enc.c         | 159 +++++++++++++++---
>>.../platform/chips-media/wave5/wave5-vpu.c    |  68 ++++++++
>>.../platform/chips-media/wave5/wave5-vpuapi.c |   7 +
>>.../platform/chips-media/wave5/wave5-vpuapi.h |   1 +
>>.../media/platform/chips-media/wave5/wave5.h  |   3 +
>>7 files changed, 255 insertions(+), 80 deletions(-)
>>
>>-- 
>>2.43.0
>>



More information about the linux-arm-kernel mailing list