summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/vsp1/vsp1_video.c
Commit message (Expand)AuthorAgeFilesLines
* media: vsp1: Add vsp1_dl_list argument to .configure_stream() operationLaurent Pinchart2019-03-181-1/+2
* media: vsp1: Replace the display list internal flag with a flags fieldLaurent Pinchart2019-03-181-1/+1
* Revert "[media] v4l: vsp1: Supply frames to the DU continuously"Kieran Bingham2019-03-181-11/+0Star
* media: vsp1: Fix trivial documentationKieran Bingham2019-01-161-1/+1
* media: vsp1: use periods at the end of comment sentencesKieran Bingham2018-09-171-1/+1
* media: vsp1: Remove artificial minimum width/height limitationKieran Bingham2018-09-171-5/+2Star
* media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2018-09-111-2/+2
* media: vsp1: Move video configuration to a cached dlbKieran Bingham2018-05-261-26/+43
* media: vsp1: Adapt entities to configure into a bodyKieran Bingham2018-05-261-4/+12
* media: vsp1: Refactor display list configure operationsKieran Bingham2018-05-261-21/+7Star
* media: vsp1: Move video suspend resume handling to video objectKieran Bingham2018-05-261-0/+75
* media: vsp1: Release buffers for each video nodeKieran Bingham2018-05-261-8/+13
* media: v4l: vsp1: Use SPDX license headersLaurent Pinchart2018-05-171-5/+1Star
* media: v4l: vsp1: Rename BRU to BRxLaurent Pinchart2018-05-041-8/+8
* media: v4l: vsp1: Add per-display list internal completion notification supportLaurent Pinchart2018-05-041-1/+1
* media: v4l: vsp1: Turn frame end completion status into a bitfieldLaurent Pinchart2018-05-041-2/+2
* media: v4l: vsp1: Store pipeline pointer in vsp1_entityLaurent Pinchart2018-05-041-10/+7Star
* Merge tag 'media/v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2017-09-071-81/+101
|\
| * media: v4l: vsp1: Allow entities to participate in the partition algorithmKieran Bingham2017-08-201-8/+14
| * media: v4l: vsp1: Move partition rectangles to struct and operate directlyKieran Bingham2017-08-201-24/+19Star
| * media: v4l: vsp1: Remove redundant context variablesKieran Bingham2017-08-201-14/+7Star
| * media: v4l: vsp1: Calculate partition sizes at stream startKieran Bingham2017-08-201-13/+31
| * media: v4l: vsp1: Move vsp1_video_pipeline_setup_partitions() functionKieran Bingham2017-08-201-37/+37
| * media: v4l: vsp1: Release buffers in start_streaming error pathKieran Bingham2017-08-201-8/+16
* | drm: rcar-du: Repair vblank for DRM page flips using the VSPKieran Bingham2017-08-031-1/+5
* | v4l: vsp1: Add support for the BRS entityLaurent Pinchart2017-07-291-23/+40
|/
* v4l: vsp1: Map the DL and video buffers through the proper bus masterMagnus Damm2017-06-091-1/+1
* [media] v4l: vsp1: Add HGT supportNiklas Söderlund2017-04-151-0/+6
* [media] v4l: vsp1: Add HGO supportLaurent Pinchart2017-04-151-0/+6
* [media] v4l: vsp1: Support histogram generators in pipeline configurationLaurent Pinchart2017-04-151-9/+9
* [media] v4l: vsp1: wpf: Implement rotation supportLaurent Pinchart2017-04-151-2/+10
* [media] v4l: vsp1: Fix multi-line comment styleLaurent Pinchart2017-04-101-11/+22
* [media] v4l: vsp1: Prevent multiple streamon race commencing pipeline earlyKieran Bingham2017-04-101-0/+13
* [media] v4l: vsp1: Clean up file handle in open() error pathShailendra Verma2017-04-101-0/+1
* [media] v4l: vsp1: Add VIDIOC_EXPBUF supportLaurent Pinchart2017-02-031-0/+1
* [media] media: Rename graph and pipeline structs and functionsSakari Ailus2017-01-271-8/+8
* [media] v4l: vsp1: Add support for capture and output in HSV formatsLaurent Pinchart2016-10-211-0/+5
* [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/+4Star
* [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/+2Star
* [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/+1Star