summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/vsp1/vsp1_entity.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-1/+2
* media: vsp1: Adapt entities to configure into a bodyKieran Bingham2018-05-251-10/+12
* media: vsp1: Refactor display list configure operationsKieran Bingham2018-05-251-0/+24
* media: v4l: vsp1: Add support for the DISCOM entityLaurent Pinchart2018-05-171-0/+6
* media: v4l: vsp1: Reset the crop and compose rectangles in the set_fmt helperLaurent Pinchart2018-05-171-0/+16
* media: v4l: vsp1: Share the CLU, LIF and LUT set_fmt pad operation codeLaurent Pinchart2018-05-171-0/+75
* media: v4l: vsp1: Use SPDX license headersLaurent Pinchart2018-05-171-5/+1
* v4l: vsp1: Add support for multiple LIF instancesLaurent Pinchart2017-08-031-1/+2
* v4l: vsp1: Add support for the BRS entityLaurent Pinchart2017-07-291-2/+11
* v4l: vsp1: Store source and sink pointers as vsp1_entityLaurent Pinchart2017-07-291-13/+13
* [media] v4l: vsp1: Add HGT supportNiklas Söderlund2017-04-141-0/+14
* [media] v4l: vsp1: Add HGO supportLaurent Pinchart2017-04-141-0/+16
* [media] v4l: vsp1: Support histogram generators in pipeline configurationLaurent Pinchart2017-04-141-13/+111
* [media] v4l: vsp1: Fix multi-line comment styleLaurent Pinchart2017-04-101-3/+6
* [media] v4l: vsp1: Protect against race conditions between get and set formatLaurent Pinchart2016-09-191-3/+19
* [media] v4l: vsp1: Add Cubic Look Up Table (CLU) supportLaurent Pinchart2016-06-281-0/+1
* [media] v4l: vsp1: Set entities functionsLaurent Pinchart2016-06-281-1/+2
* [media] v4l: vsp1: Make vsp1_entity_get_pad_compose() more genericLaurent Pinchart2016-06-171-4/+22
* [media] v4l: vsp1: Replace container_of() with dedicated macroLaurent Pinchart2016-06-171-2/+8
* [media] v4l: vsp1: Add output node value to routing tableLaurent Pinchart2016-06-171-18/+34
* [media] v4l: vsp1: Factorize frame size enumeration codeLaurent Pinchart2016-04-131-0/+52
* [media] v4l: vsp1: Factorize media bus codes enumeration codeLaurent Pinchart2016-04-131-0/+46
* [media] v4l: vsp1: Factorize get pad format codeLaurent Pinchart2016-04-131-0/+25
* [media] v4l: vsp1: RPF entities can't be target nodesLaurent Pinchart2016-04-131-5/+5
* [media] v4l: vsp1: Pass display list explicitly to configure functionsLaurent Pinchart2016-04-131-11/+4
* [media] v4l: vsp1: Store active selection rectangles in a pad config structureLaurent Pinchart2016-04-131-0/+8
* [media] v4l: vsp1: Store active formats in a pad config structureLaurent Pinchart2016-04-131-15/+45
* [media] v4l: vsp1: Implement and use the subdev pad::init_cfg configurationLaurent Pinchart2016-04-131-18/+6
* [media] v4l: vsp1: Consolidate entity ops in a struct vsp1_entity_operationsLaurent Pinchart2016-04-131-2/+2
* [media] v4l: vsp1: Move subdev initialization code to vsp1_entity_init()Laurent Pinchart2016-04-131-5/+25
* [media] v4l: vsp1: Use display lists with the userspace APILaurent Pinchart2016-04-131-4/+1
* [media] v4l: vsp1: Remove unneeded entity streaming flagLaurent Pinchart2016-04-131-23/+0
* [media] v4l: vsp1: Don't setup control handler when starting streamingLaurent Pinchart2016-04-131-17/+1
* [media] v4l: vsp1: Store the display list manager in the WPFLaurent Pinchart2016-04-131-0/+2
* [media] v4l: vsp1: Split display list manager from display listLaurent Pinchart2016-04-131-1/+1
* [media] v4l: vsp1: Use pipeline display list to decide how to write to modulesLaurent Pinchart2016-04-131-0/+12
* [media] v4l: vsp1: Configure device based on IP versionLaurent Pinchart2016-02-191-1/+1
* [media] v4l: vsp1: Add display list supportTakashi Saito2016-02-191-2/+2
* [media] v4l: vsp1: Add support for the R-Car Gen3 VSP2Laurent Pinchart2016-02-191-1/+2
* [media] v4l: vsp1: Don't validate links when the userspace API is disabledLaurent Pinchart2016-02-191-8/+3
* [media] v4l: vsp1: Make the userspace API optionalLaurent Pinchart2016-02-191-1/+1
* [media] v4l: vsp1: Move entity route setup function to vsp1_entity.cLaurent Pinchart2016-02-191-0/+12
* [media] v4l: vsp1: Move video device out of struct vsp1_rwpfLaurent Pinchart2016-02-191-3/+0
* [media] media framework: rename pads init function to media_entity_pads_init()Mauro Carvalho Chehab2016-01-111-1/+1
* [media] media: get rid of unused "extra_links" param on media_entity_init()Mauro Carvalho Chehab2016-01-111-1/+1
* [media] v4l: vsp1: Don't sleep in atomic contextLaurent Pinchart2015-07-171-9/+9
* [media] v4l2-subdev: replace v4l2_subdev_fh by v4l2_subdev_pad_configHans Verkuil2015-03-231-8/+8
* [media] v4l: vsp1: Setup control handler automatically at stream on timeLaurent Pinchart2014-07-171-0/+39
* [media] v4l: vsp1: Cleanup video nodes at removal timeLaurent Pinchart2014-07-171-0/+3
* [media] v4l: vsp1: Add BRU supportLaurent Pinchart2014-04-231-0/+3
OpenPOWER on IntegriCloud