public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] VSP1: Add support for lookup tables
@ 2015-11-16  4:46 Laurent Pinchart
  2015-11-16  4:46 ` [PATCH 1/4] v4l: vsp1: Fix LUT format setting Laurent Pinchart
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Laurent Pinchart @ 2015-11-16  4:46 UTC (permalink / raw)
  To: linux-media; +Cc: linux-sh

Hello,

The VSP1 includes two lookup table modules, a 1D LUT and a 3D cubic lookup
table (CLU). This patch series fixes the LUT implementation and adds support
for the CLU.

The patches are based on top of

	git://linuxtv.org/media_tree.git master

and have been tested on a Koelsch board.

Laurent Pinchart (4):
  v4l: vsp1: Fix LUT format setting
  v4l: vsp1: Add Cubic Look Up Table (CLU) support
  ARM: Renesas: r8a7790: Enable CLU support in VSPS
  ARM: Renesas: r8a7791: Enable CLU support in VSPS

 .../devicetree/bindings/media/renesas,vsp1.txt     |   3 +
 arch/arm/boot/dts/r8a7790.dtsi                     |   1 +
 arch/arm/boot/dts/r8a7791.dtsi                     |   1 +
 drivers/media/platform/vsp1/Makefile               |   3 +-
 drivers/media/platform/vsp1/vsp1.h                 |   3 +
 drivers/media/platform/vsp1/vsp1_clu.c             | 288 +++++++++++++++++++++
 drivers/media/platform/vsp1/vsp1_clu.h             |  38 +++
 drivers/media/platform/vsp1/vsp1_drv.c             |  13 +
 drivers/media/platform/vsp1/vsp1_entity.c          |   1 +
 drivers/media/platform/vsp1/vsp1_entity.h          |   1 +
 drivers/media/platform/vsp1/vsp1_lut.c             |   1 +
 drivers/media/platform/vsp1/vsp1_regs.h            |   9 +
 include/uapi/linux/vsp1.h                          |  25 ++
 13 files changed, 386 insertions(+), 1 deletion(-)
 create mode 100644 drivers/media/platform/vsp1/vsp1_clu.c
 create mode 100644 drivers/media/platform/vsp1/vsp1_clu.h

-- 
Regards,

Laurent Pinchart


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

end of thread, other threads:[~2015-11-24 23:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-16  4:46 [PATCH 0/4] VSP1: Add support for lookup tables Laurent Pinchart
2015-11-16  4:46 ` [PATCH 1/4] v4l: vsp1: Fix LUT format setting Laurent Pinchart
2015-11-16  4:46 ` [PATCH 2/4] v4l: vsp1: Add Cubic Look Up Table (CLU) support Laurent Pinchart
2015-11-16  6:10   ` kbuild test robot
2015-11-16  4:46 ` [PATCH 3/4] ARM: Renesas: r8a7790: Enable CLU support in VSPS Laurent Pinchart
2015-11-16  4:46 ` [PATCH 4/4] ARM: Renesas: r8a7791: " Laurent Pinchart
2015-11-24  2:41 ` [PATCH 0/4] VSP1: Add support for lookup tables Simon Horman
2015-11-24 23:50   ` Laurent Pinchart

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