aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/vsp1/vsp1_video.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-09v4l: vsp1: Map the DL and video buffers through the proper bus masterMagnus Damm1-1/+1
2017-04-14[media] v4l: vsp1: Add HGT supportNiklas Söderlund1-0/+6
2017-04-14[media] v4l: vsp1: Add HGO supportLaurent Pinchart1-0/+6
2017-04-14[media] v4l: vsp1: Support histogram generators in pipeline configurationLaurent Pinchart1-9/+9
2017-04-14[media] v4l: vsp1: wpf: Implement rotation supportLaurent Pinchart1-2/+10
2017-04-10[media] v4l: vsp1: Fix multi-line comment styleLaurent Pinchart1-11/+22
2017-04-10[media] v4l: vsp1: Prevent multiple streamon race commencing pipeline earlyKieran Bingham1-0/+13
2017-04-10[media] v4l: vsp1: Clean up file handle in open() error pathShailendra Verma1-0/+1
2017-02-03[media] v4l: vsp1: Add VIDIOC_EXPBUF supportLaurent Pinchart1-0/+1
2017-01-27[media] media: Rename graph and pipeline structs and functionsSakari Ailus1-8/+8
2016-10-21[media] v4l: vsp1: Add support for capture and output in HSV formatsLaurent Pinchart1-0/+5
2016-09-19[media] vsp1: fix CodingStyle violations on multi-line commentsMauro Carvalho Chehab1-7/+13
2016-09-19[media] v4l: vsp1: Disable VYUY on Gen3Laurent Pinchart1-2/+2
2016-09-19[media] v4l: vsp1: Support multiple partitions per frameKieran Bingham1-3/+118
2016-09-19[media] v4l: vsp1: Determine partition requirements for scaled imagesKieran Bingham1-0/+40
2016-09-19[media] v4l: vsp1: Replace .set_memory() with VSP1_ENTITY_PARAMS_PARTITIONLaurent Pinchart1-13/+4
2016-09-19[media] v4l: vsp1: Pass parameter type to entity configuration operationLaurent Pinchart1-2/+4
2016-09-19[media] v4l: vsp1: Repair race between frame end and qbuf handlerKieran Bingham1-7/+2
2016-09-19[media] v4l: vsp1: Prevent pipelines from running when not streamingLaurent Pinchart1-0/+7
2016-07-13Merge branch 'topic/vsp1' into patchworkMauro Carvalho Chehab1-7/+11
2016-07-08[media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil1-5/+3
2016-07-08[media] media/platform: convert drivers to use the new vb2_queue dev fieldHans Verkuil1-12/+2
2016-06-28[media] v4l: vsp1: Support runtime modification of controlsLaurent Pinchart1-1/+7
2016-06-28[media] v4l: vsp1: Stop the pipeline upon the first STREAMOFFLaurent Pinchart1-1/+1
2016-06-28[media] v4l: vsp1: Constify operation structuresLaurent Pinchart1-2/+2
2016-06-17[media] v4l: vsp1: Move frame sequence number from video node to pipelineLaurent Pinchart1-3/+1
2016-04-13[media] v4l: vsp1: Allocate pipelines on demandLaurent Pinchart1-57/+67
2016-04-13[media] v4l: vsp1: video: Reorder functionsLaurent Pinchart1-133/+133
2016-04-13[media] v4l: vsp1: Store pipeline pointer in rwpfLaurent Pinchart1-6/+7
2016-04-13[media] v4l: vsp1: Pass pipe pointer to entity configure functionsLaurent Pinchart1-1/+1
2016-04-13[media] v4l: vsp1: Rename pipeline validate functions to pipeline buildLaurent Pinchart1-9/+9
2016-04-13[media] v4l: vsp1: Pass display list explicitly to configure functionsLaurent Pinchart1-7/+4
2016-04-13[media] v4l: vsp1: Use __vsp1_video_try_format to initialize format at init timeLaurent Pinchart1-9/+2
2016-04-13[media] v4l: vsp1: Create a new configure operation to setup modulesLaurent Pinchart1-10/+5
2016-04-13[media] v4l: vsp1: Store active selection rectangles in a pad config structureLaurent Pinchart1-10/+3
2016-04-13[media] v4l: vsp1: Add race condition FIXME commentLaurent Pinchart1-0/+3
2016-04-13[media] v4l: vsp1: Use display lists with the userspace APILaurent Pinchart1-43/+102
2016-04-13[media] v4l: vsp1: Don't configure RPF memory buffers before calculating offsetsLaurent Pinchart1-2/+7
2016-04-13[media] v4l: vsp1: video: Fix coding styleLaurent Pinchart1-12/+11
2016-03-05[media] v4l: vsp1: Check if an entity is a subdev with the right functionLaurent Pinchart1-1/+1
2016-02-19[media] v4l: vsp1: Configure device based on IP versionLaurent Pinchart1-2/+2
2016-02-19[media] v4l: vsp1: Make pipeline inputs array index by RPF indexLaurent Pinchart1-4/+12
2016-02-19[media] v4l: vsp1: Move format info to vsp1_pipe.cLaurent Pinchart1-127/+0
2016-02-19[media] v4l: vsp1: Move entity route setup function to vsp1_entity.cLaurent Pinchart1-12/+0
2016-02-19[media] v4l: vsp1: Reuse local variable instead of recomputing itLaurent Pinchart1-1/+1
2016-02-19[media] v4l: vsp1: Extract pipeline initialization code into a functionLaurent Pinchart1-5/+1
2016-02-19[media] v4l: vsp1: Rename video pipeline functions to use vsp1_video prefixLaurent Pinchart1-14/+14
2016-02-19[media] v4l: vsp1: Split pipeline management code from vsp1_video.cLaurent Pinchart1-221/+4
2016-02-19[media] v4l: vsp1: Decouple pipeline end of frame processing from vsp1_videoLaurent Pinchart1-8/+17
2016-02-19[media] v4l: vsp1: Remove struct vsp1_pipeline num_video fieldLaurent Pinchart1-5/+2