public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] media: dw100: Dynamic vertex map updates and fixes for PREEMPT_RT
@ 2026-01-29 11:43 Stefan Klug
  2026-01-29 11:43 ` [PATCH v3 1/4] media: dw100: Implement V4L2 requests support Stefan Klug
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Stefan Klug @ 2026-01-29 11:43 UTC (permalink / raw)
  To: Xavier Roumegue, Mauro Carvalho Chehab, Sebastian Andrzej Siewior,
	Clark Williams, Steven Rostedt, Laurent Pinchart
  Cc: linux-media, linux-kernel, linux-rt-devel, Nicolas Dufresne,
	Stefan Klug

Hi all,

This series contains a few updates to the dw100 dewarper. Patches 1-2
implement V4L2 requests support and dynamic updates of the vertex map.
This enables advanced use cases like interactive pan, zoom and rotate. A
first attempt to implement the dynamic update was posted a while back in
[1] but wasn't merged due to races in the implementation. By switching
to V4L2 requests the implementation is a lot simpler now.

Patch 3 fixes an issue on PREEMPT_RT enabled kernels.

Patch 4 does a bit of cleanup.

Best regards,
Stefan

[1] https://lore.kernel.org/linux-media/20241022063155.506191-1-umang.jain@ideasonboard.com/

Signed-off-by: Stefan Klug <stefan.klug@ideasonboard.com>
---
Changes in v3:
- Split the irq handler into two halves
- Added cleanup patch 4/4
- Link to v2: https://lore.kernel.org/r/20260122-sklug-v6-16-topic-dw100-v3-1-dev-v2-0-ea1e29f18cf1@ideasonboard.com

Changes in v2:
- Use v4l2_m2m_buf_done_and_job_finish() for correct signal order
- Use dev_warn_once() instead of manual tracking
- Dropped threaded interrupt handler
- Renamed user_map_needs_update to user_map_is_dirty
- Link to v1: https://lore.kernel.org/r/20260105-sklug-v6-16-topic-dw100-v3-1-dev-v1-0-65af34d04fd8@ideasonboard.com

---
Stefan Klug (4):
      media: dw100: Implement V4L2 requests support
      media: dw100: Implement dynamic vertex map update
      media: dw100: Fix kernel oops with PREEMPT_RT enabled
      media: dw100: Merge dw100_device_run and dw100_start

 drivers/media/platform/nxp/dw100/dw100.c | 129 ++++++++++++++++++++-----------
 1 file changed, 86 insertions(+), 43 deletions(-)
---
base-commit: 9ace4753a5202b02191d54e9fdf7f9e3d02b85eb
change-id: 20260105-sklug-v6-16-topic-dw100-v3-1-dev-b856657db695

Best regards,
-- 
Stefan Klug <stefan.klug@ideasonboard.com>


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2026-02-25 10:57 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-29 11:43 [PATCH v3 0/4] media: dw100: Dynamic vertex map updates and fixes for PREEMPT_RT Stefan Klug
2026-01-29 11:43 ` [PATCH v3 1/4] media: dw100: Implement V4L2 requests support Stefan Klug
2026-02-10 17:50   ` Laurent Pinchart
2026-02-25  7:23     ` Stefan Klug
2026-02-25 10:57       ` Laurent Pinchart
2026-01-29 11:43 ` [PATCH v3 2/4] media: dw100: Implement dynamic vertex map update Stefan Klug
2026-02-10 18:07   ` Laurent Pinchart
2026-01-29 11:43 ` [PATCH v3 3/4] media: dw100: Fix kernel oops with PREEMPT_RT enabled Stefan Klug
2026-02-06  7:55   ` Xavier Roumegue (OSS)
2026-02-10 18:13   ` Laurent Pinchart
2026-01-29 11:43 ` [PATCH v3 4/4] media: dw100: Merge dw100_device_run and dw100_start Stefan Klug
2026-02-06  8:04   ` Xavier Roumegue (OSS)
2026-02-10 18:14   ` Laurent Pinchart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox