mbox series

[0/2] media: rockchip: rga: fix v4l2-compliance errors

Message ID 20240528-rk3568-rga-v1-0-b946e55d9d37@pengutronix.de (mailing list archive)
Headers show
Series media: rockchip: rga: fix v4l2-compliance errors | expand

Message

Michael Tretter May 28, 2024, 2:05 p.m. UTC
Fix the Streaming ioctl tests reported by v4l2-compliance for the
Rockchip RGA driver.

Patch 1 fixes the field of the returned buffers and Patch 2 the sequence
numbers.

---
Michael Tretter (2):
      media: rockchip: rga: fix field in OUTPUT buffers
      media: rockchip: rga: fix sequence number handling

 drivers/media/platform/rockchip/rga/rga-buf.c | 15 +++++++++++++++
 drivers/media/platform/rockchip/rga/rga.c     |  4 ++++
 drivers/media/platform/rockchip/rga/rga.h     |  3 +++
 3 files changed, 22 insertions(+)
---
base-commit: 8771b7f31b7fff91a998e6afdb60650d4bac59a5
change-id: 20240528-rk3568-rga-fff1dd0c2c75

Best regards,