summaryrefslogtreecommitdiff
path: root/drivers/media/platform/vsp1/vsp1_video.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-24media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil1-2/+2
2019-07-22media: vsp1: set device_caps in struct video_deviceHans Verkuil1-6/+4
2019-03-18media: vsp1: Add vsp1_dl_list argument to .configure_stream() operationLaurent Pinchart1-1/+2
2019-03-18media: vsp1: Replace the display list internal flag with a flags fieldLaurent Pinchart1-1/+1
2019-03-18Revert "[media] v4l: vsp1: Supply frames to the DU continuously"Kieran Bingham1-11/+0
2019-01-16media: vsp1: Fix trivial documentationKieran Bingham1-1/+1
2018-09-17media: vsp1: use periods at the end of comment sentencesKieran Bingham1-1/+1
2018-09-17media: vsp1: Remove artificial minimum width/height limitationKieran Bingham1-5/+2
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab1-2/+2
2018-05-26media: vsp1: Move video configuration to a cached dlbKieran Bingham1-26/+43
2018-05-26media: vsp1: Adapt entities to configure into a bodyKieran Bingham1-4/+12
2018-05-26media: vsp1: Refactor display list configure operationsKieran Bingham1-21/+7
2018-05-26media: vsp1: Move video suspend resume handling to video objectKieran Bingham1-0/+75
2018-05-26media: vsp1: Release buffers for each video nodeKieran Bingham1-8/+13
2018-05-17media: v4l: vsp1: Use SPDX license headersLaurent Pinchart1-5/+1
2018-05-04media: v4l: vsp1: Rename BRU to BRxLaurent Pinchart1-8/+8
2018-05-04media: v4l: vsp1: Add per-display list internal completion notification supportLaurent Pinchart1-1/+1
2018-05-04media: v4l: vsp1: Turn frame end completion status into a bitfieldLaurent Pinchart1-2/+2
2018-05-04media: v4l: vsp1: Store pipeline pointer in vsp1_entityLaurent Pinchart1-10/+7
2017-09-07Merge tag 'media/v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-81/+101
2017-08-20media: v4l: vsp1: Allow entities to participate in the partition algorithmKieran Bingham1-8/+14
2017-08-20media: v4l: vsp1: Move partition rectangles to struct and operate directlyKieran Bingham1-24/+19
2017-08-20media: v4l: vsp1: Remove redundant context variablesKieran Bingham1-14/+7
2017-08-20media: v4l: vsp1: Calculate partition sizes at stream startKieran Bingham1-13/+31
2017-08-20media: v4l: vsp1: Move vsp1_video_pipeline_setup_partitions() functionKieran Bingham1-37/+37
2017-08-20media: v4l: vsp1: Release buffers in start_streaming error pathKieran Bingham1-8/+16
2017-08-03drm: rcar-du: Repair vblank for DRM page flips using the VSPKieran Bingham1-1/+5
2017-07-29v4l: vsp1: Add support for the BRS entityLaurent Pinchart1-23/+40
2017-06-09v4l: vsp1: Map the DL and video buffers through the proper bus masterMagnus Damm1-1/+1
2017-04-15[media] v4l: vsp1: Add HGT supportNiklas Söderlund1-0/+6
2017-04-15[media] v4l: vsp1: Add HGO supportLaurent Pinchart1-0/+6
2017-04-15[media] v4l: vsp1: Support histogram generators in pipeline configurationLaurent Pinchart1-9/+9
2017-04-15[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