Message ID | 20240725061034.461-1-nas.chung@chipsnmedia.com (mailing list archive) |
---|---|
Headers | show |
Series | Change V4L2_TYPE_IS_CAPTURE condition | expand |
Hi, All. Just a gentle ping on this patch series. I've addressed all the suggested modifications in the cover letter. Please let me know if I missed anything. Thanks. Nas. >-----Original Message----- >From: Nas Chung <nas.chung@chipsnmedia.com> >Sent: Thursday, July 25, 2024 3:11 PM >To: mchehab@kernel.org; hverkuil@xs4all.nl; bryan.odonoghue@linaro.org; >linux-media@vger.kernel.org >Cc: linux-kernel@vger.kernel.org; Nas Chung <nas.chung@chipsnmedia.com> >Subject: [RESEND v3 0/3] Change V4L2_TYPE_IS_CAPTURE condition > >Hi, All. > >I'm resending v3 patch series submitted on >https://lore.kernel.org/all/20240604051120.9441-1- >nas.chung@chipsnmedia.com/ > >I have included a cover letter to provide additional context and >facilitate the review process. > > >v3 RESEND >- Add a cover letter > >v3 >- Adding a comment after "V4L2_BUF_TYPE_META_OUTPUT = 14," >- Fixing a build warning in the venus/vdec.c code >- Removing V4L2_BUF_TYPE_VIDEO_OVERLAY in V4L2_TYPE_IS_OUTPUT() > >v2 >- Improve commit message >- Add V4L2_TYPE_IS_VALID(type) macro > >Nas Chung (3): > media: uapi: v4l: Change V4L2_TYPE_IS_CAPTURE condition > media: qcom: venus: Fix uninitialized variable warning > media: uapi: v4l: Fix V4L2_TYPE_IS_OUTPUT condition > > drivers/media/platform/qcom/venus/vdec.c | 2 +- > include/uapi/linux/videodev2.h | 11 +++++++++-- > 2 files changed, 10 insertions(+), 3 deletions(-) > >-- >2.25.1