summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/vsp1/vsp1_video.c
Commit message (Expand)AuthorAgeFilesLines
* [media] vsp1: fix CodingStyle violations on multi-line commentsMauro Carvalho Chehab2016-09-191-7/+13
* [media] v4l: vsp1: Disable VYUY on Gen3Laurent Pinchart2016-09-191-2/+2
* [media] v4l: vsp1: Support multiple partitions per frameKieran Bingham2016-09-191-3/+118
* [media] v4l: vsp1: Determine partition requirements for scaled imagesKieran Bingham2016-09-191-0/+40
* [media] v4l: vsp1: Replace .set_memory() with VSP1_ENTITY_PARAMS_PARTITIONLaurent Pinchart2016-09-191-13/+4
* [media] v4l: vsp1: Pass parameter type to entity configuration operationLaurent Pinchart2016-09-191-2/+4
* [media] v4l: vsp1: Repair race between frame end and qbuf handlerKieran Bingham2016-09-191-7/+2
* [media] v4l: vsp1: Prevent pipelines from running when not streamingLaurent Pinchart2016-09-191-0/+7
* Merge branch 'topic/vsp1' into patchworkMauro Carvalho Chehab2016-07-131-7/+11
|\
| * [media] v4l: vsp1: Support runtime modification of controlsLaurent Pinchart2016-06-281-1/+7
| * [media] v4l: vsp1: Stop the pipeline upon the first STREAMOFFLaurent Pinchart2016-06-281-1/+1
| * [media] v4l: vsp1: Constify operation structuresLaurent Pinchart2016-06-281-2/+2
| * [media] v4l: vsp1: Move frame sequence number from video node to pipelineLaurent Pinchart2016-06-171-3/+1
* | [media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil2016-07-081-5/+3
* | [media] media/platform: convert drivers to use the new vb2_queue dev fieldHans Verkuil2016-07-081-12/+2
|/
* [media] v4l: vsp1: Allocate pipelines on demandLaurent Pinchart2016-04-131-57/+67
* [media] v4l: vsp1: video: Reorder functionsLaurent Pinchart2016-04-131-133/+133
* [media] v4l: vsp1: Store pipeline pointer in rwpfLaurent Pinchart2016-04-131-6/+7
* [media] v4l: vsp1: Pass pipe pointer to entity configure functionsLaurent Pinchart2016-04-131-1/+1
* [media] v4l: vsp1: Rename pipeline validate functions to pipeline buildLaurent Pinchart2016-04-131-9/+9
* [media] v4l: vsp1: Pass display list explicitly to configure functionsLaurent Pinchart2016-04-131-7/+4
* [media] v4l: vsp1: Use __vsp1_video_try_format to initialize format at init timeLaurent Pinchart2016-04-131-9/+2
* [media] v4l: vsp1: Create a new configure operation to setup modulesLaurent Pinchart2016-04-131-10/+5
* [media] v4l: vsp1: Store active selection rectangles in a pad config structureLaurent Pinchart2016-04-131-10/+3
* [media] v4l: vsp1: Add race condition FIXME commentLaurent Pinchart2016-04-131-0/+3
* [media] v4l: vsp1: Use display lists with the userspace APILaurent Pinchart2016-04-131-43/+102
* [media] v4l: vsp1: Don't configure RPF memory buffers before calculating offsetsLaurent Pinchart2016-04-131-2/+7
* [media] v4l: vsp1: video: Fix coding styleLaurent Pinchart2016-04-131-12/+11
* [media] v4l: vsp1: Check if an entity is a subdev with the right functionLaurent Pinchart2016-03-051-1/+1
* [media] v4l: vsp1: Configure device based on IP versionLaurent Pinchart2016-02-191-2/+2
* [media] v4l: vsp1: Make pipeline inputs array index by RPF indexLaurent Pinchart2016-02-191-4/+12
* [media] v4l: vsp1: Move format info to vsp1_pipe.cLaurent Pinchart2016-02-191-127/+0
* [media] v4l: vsp1: Move entity route setup function to vsp1_entity.cLaurent Pinchart2016-02-191-12/+0
* [media] v4l: vsp1: Reuse local variable instead of recomputing itLaurent Pinchart2016-02-191-1/+1
* [media] v4l: vsp1: Extract pipeline initialization code into a functionLaurent Pinchart2016-02-191-5/+1
* [media] v4l: vsp1: Rename video pipeline functions to use vsp1_video prefixLaurent Pinchart2016-02-191-14/+14
* [media] v4l: vsp1: Split pipeline management code from vsp1_video.cLaurent Pinchart2016-02-191-221/+4
* [media] v4l: vsp1: Decouple pipeline end of frame processing from vsp1_videoLaurent Pinchart2016-02-191-8/+17
* [media] v4l: vsp1: Remove struct vsp1_pipeline num_video fieldLaurent Pinchart2016-02-191-5/+2
* [media] v4l: vsp1: Move vsp1_video pointer from vsp1_entity to vsp1_rwpfLaurent Pinchart2016-02-191-5/+5
* [media] v4l: vsp1: Make rwpf operations independent of video deviceLaurent Pinchart2016-02-191-6/+9
* [media] v4l: vsp1: Move video device out of struct vsp1_rwpfLaurent Pinchart2016-02-191-20/+25
* [media] v4l: vsp1: Rename vsp1_video_buffer to vsp1_vb2_bufferLaurent Pinchart2016-02-191-10/+10
* [media] v4l: vsp1: Move video operations to vsp1_rwpfLaurent Pinchart2016-02-191-2/+2
* [media] v4l: vsp1: Store the memory format in struct vsp1_rwpfLaurent Pinchart2016-02-191-20/+20
* [media] v4l: vsp1: Change the type of the rwpf field in struct vsp1_videoLaurent Pinchart2016-02-191-2/+2
* [media] v4l: vsp1: Add tri-planar memory formats supportLaurent Pinchart2016-02-191-0/+20
* [media] drivers/media: vsp1_video: fix compile errorAnders Roxell2016-01-251-1/+1
* [media] v4l: vsp1: Use media entity enumeration interfaceSakari Ailus2016-01-111-14/+31
* [media] v4l: vsp1: Use the new media graph walk interfaceSakari Ailus2016-01-111-0/+8