summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/vsp1/vsp1_clu.h
Commit message (Collapse)AuthorAgeFilesLines
* [media] v4l: vsp1: clu: Support runtime modification of controlsLaurent Pinchart2016-06-281-0/+4
| | | | | | | | Allow reconfiguration of the look-up table and processing mode at runtime. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
* [media] v4l: vsp1: Add Cubic Look Up Table (CLU) supportLaurent Pinchart2016-06-281-0/+44
The CLU processing block is a 2D/3D lookup table that converts the input three color component data into desired three color components using a lookup table. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>