aboutsummaryrefslogtreecommitdiff
path: root/include/uapi/linux/vsp1.h
AgeCommit message (Collapse)AuthorFilesLines
2016-06-28[media] v4l: vsp1: lut: Expose configuration through a controlLaurent Pinchart1-34/+0
Replace the custom ioctl with a V4L2 control in order to standardize the API. Signed-off-by: Laurent Pinchart <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
2015-07-06[media] media: uapi: vsp1: Use __u32 instead of u32Joe Perches1-1/+1
Don't use the kernel types in uapi headers. Signed-off-by: Joe Perches <[email protected]> Signed-off-by: Laurent Pinchart <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
2013-12-11[media] v4l: vsp1: Add LUT supportLaurent Pinchart1-0/+34
The Look-Up Table looks up values in 8-bit indexed tables separately for each color component. Signed-off-by: Laurent Pinchart <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>