On Tue Nov 11 16:15:49 2025 +0000, Daniel Scally wrote:
> Add a driver for Arm's Mali-C55 Image Signal Processor. The driver is
> V4L2 and Media Controller compliant and creates subdevices to manage
> the ISP itself, its internal test pattern generator as well as the
> crop, scaler and output format functionality for each of its two
> output devices.
> 
> Tested-by: Lad Prabhakar <[email protected]>
> Acked-by: Nayden Kanchev <[email protected]>
> Co-developed-by: Jacopo Mondi <[email protected]>
> Signed-off-by: Jacopo Mondi <[email protected]>
> Signed-off-by: Daniel Scally <[email protected]>
> Signed-off-by: Hans Verkuil <[email protected]>
> [hverkuil: remove deprecated vb2_ops_wait_prepare/finish callbacks]

Patch committed.

Thanks,
Hans Verkuil

 drivers/media/platform/Kconfig                     |    1 +
 drivers/media/platform/Makefile                    |    1 +
 drivers/media/platform/arm/Kconfig                 |    5 +
 drivers/media/platform/arm/Makefile                |    2 +
 drivers/media/platform/arm/mali-c55/Kconfig        |   17 +
 drivers/media/platform/arm/mali-c55/Makefile       |    9 +
 .../media/platform/arm/mali-c55/mali-c55-capture.c |  959 ++++++++++++++++
 .../media/platform/arm/mali-c55/mali-c55-common.h  |  254 +++++
 .../media/platform/arm/mali-c55/mali-c55-core.c    |  864 +++++++++++++++
 drivers/media/platform/arm/mali-c55/mali-c55-isp.c |  633 +++++++++++
 .../platform/arm/mali-c55/mali-c55-registers.h     |  318 ++++++
 .../media/platform/arm/mali-c55/mali-c55-resizer.c | 1156 ++++++++++++++++++++
 drivers/media/platform/arm/mali-c55/mali-c55-tpg.c |  437 ++++++++
 13 files changed, 4656 insertions(+)

---

NOTE: diff discarded since email is too big. Use:
        git diff 
d5f281f3dd2988998daf45f591920c6013a620d8~1..d5f281f3dd2988998daf45f591920c6013a620d8
To check the changes
_______________________________________________
linuxtv-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to