aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/vsp1/vsp1_entity.c
AgeCommit message (Expand)Author
2019-03-18media: vsp1: Add vsp1_dl_list argument to .configure_stream() operationLaurent Pinchart
2018-09-17media: vsp1: use periods at the end of comment sentencesKieran Bingham
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-05-25media: vsp1: Adapt entities to configure into a bodyKieran Bingham
2018-05-25media: vsp1: Refactor display list configure operationsKieran Bingham
2018-05-17media: v4l: vsp1: Add support for the DISCOM entityLaurent Pinchart
2018-05-17media: v4l: vsp1: Reset the crop and compose rectangles in the set_fmt helperLaurent Pinchart
2018-05-17media: v4l: vsp1: Share the CLU, LIF and LUT set_fmt pad operation codeLaurent Pinchart
2018-05-17media: v4l: vsp1: Use SPDX license headersLaurent Pinchart
2017-08-03v4l: vsp1: Add support for multiple LIF instancesLaurent Pinchart
2017-07-29v4l: vsp1: Add support for the BRS entityLaurent Pinchart
2017-07-29v4l: vsp1: Store source and sink pointers as vsp1_entityLaurent Pinchart
2017-04-14[media] v4l: vsp1: Add HGT supportNiklas Söderlund
2017-04-14[media] v4l: vsp1: Add HGO supportLaurent Pinchart
2017-04-14[media] v4l: vsp1: Support histogram generators in pipeline configurationLaurent Pinchart
2017-04-10[media] v4l: vsp1: Fix multi-line comment styleLaurent Pinchart
2016-09-19[media] v4l: vsp1: Protect against race conditions between get and set formatLaurent Pinchart
2016-06-28[media] v4l: vsp1: Add Cubic Look Up Table (CLU) supportLaurent Pinchart
2016-06-28[media] v4l: vsp1: Set entities functionsLaurent Pinchart
2016-06-17[media] v4l: vsp1: Make vsp1_entity_get_pad_compose() more genericLaurent Pinchart
2016-06-17[media] v4l: vsp1: Replace container_of() with dedicated macroLaurent Pinchart
2016-06-17[media] v4l: vsp1: Add output node value to routing tableLaurent Pinchart
2016-04-13[media] v4l: vsp1: Factorize frame size enumeration codeLaurent Pinchart
2016-04-13[media] v4l: vsp1: Factorize media bus codes enumeration codeLaurent Pinchart
2016-04-13[media] v4l: vsp1: Factorize get pad format codeLaurent Pinchart
2016-04-13[media] v4l: vsp1: RPF entities can't be target nodesLaurent Pinchart
2016-04-13[media] v4l: vsp1: Pass display list explicitly to configure functionsLaurent Pinchart
2016-04-13[media] v4l: vsp1: Store active selection rectangles in a pad config structureLaurent Pinchart
2016-04-13[media] v4l: vsp1: Store active formats in a pad config structureLaurent Pinchart
2016-04-13[media] v4l: vsp1: Implement and use the subdev pad::init_cfg configurationLaurent Pinchart
2016-04-13[media] v4l: vsp1: Consolidate entity ops in a struct vsp1_entity_operationsLaurent Pinchart
2016-04-13[media] v4l: vsp1: Move subdev initialization code to vsp1_entity_init()Laurent Pinchart
2016-04-13[media] v4l: vsp1: Use display lists with the userspace APILaurent Pinchart
2016-04-13[media] v4l: vsp1: Remove unneeded entity streaming flagLaurent Pinchart
2016-04-13[media] v4l: vsp1: Don't setup control handler when starting streamingLaurent Pinchart
2016-04-13[media] v4l: vsp1: Store the display list manager in the WPFLaurent Pinchart
2016-04-13[media] v4l: vsp1: Split display list manager from display listLaurent Pinchart
2016-04-13[media] v4l: vsp1: Use pipeline display list to decide how to write to modulesLaurent Pinchart
2016-02-19[media] v4l: vsp1: Configure device based on IP versionLaurent Pinchart
2016-02-19[media] v4l: vsp1: Add display list supportTakashi Saito
2016-02-19[media] v4l: vsp1: Add support for the R-Car Gen3 VSP2Laurent Pinchart
2016-02-19[media] v4l: vsp1: Don't validate links when the userspace API is disabledLaurent Pinchart
2016-02-19[media] v4l: vsp1: Make the userspace API optionalLaurent Pinchart
2016-02-19[media] v4l: vsp1: Move entity route setup function to vsp1_entity.cLaurent Pinchart
2016-02-19[media] v4l: vsp1: Move video device out of struct vsp1_rwpfLaurent Pinchart
2016-01-11[media] media framework: rename pads init function to media_entity_pads_init()Mauro Carvalho Chehab
2016-01-11[media] media: get rid of unused "extra_links" param on media_entity_init()Mauro Carvalho Chehab
2015-07-17[media] v4l: vsp1: Don't sleep in atomic contextLaurent Pinchart
2015-03-23[media] v4l2-subdev: replace v4l2_subdev_fh by v4l2_subdev_pad_configHans Verkuil
2014-07-17[media] v4l: vsp1: Setup control handler automatically at stream on timeLaurent Pinchart