summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/vsp1/vsp1_rpf.c
Commit message (Expand)AuthorAgeFilesLines
* media: vsp1: Adapt entities to configure into a bodyKieran Bingham2018-05-261-20/+23
* media: vsp1: Refactor display list configure operationsKieran Bingham2018-05-261-79/+89
* media: v4l: vsp1: Use SPDX license headersLaurent Pinchart2018-05-171-5/+1Star
* media: v4l: vsp1: Rename BRU to BRxLaurent Pinchart2018-05-041-6/+6
* media: v4l: vsp1: Allow entities to participate in the partition algorithmKieran Bingham2017-08-201-15/+12Star
* media: v4l: vsp1: Move partition rectangles to struct and operate directlyKieran Bingham2017-08-201-2/+2
* [media] v4l: vsp1: wpf: Implement rotation supportLaurent Pinchart2017-04-151-1/+1
* [media] v4l: vsp1: Fix multi-line comment styleLaurent Pinchart2017-04-101-3/+6
* [media] v4l: vsp1: Fix RPF/WPF U/V order in 3-planar formats on Gen3Laurent Pinchart2017-04-101-17/+26
* [media] vsp1: fix CodingStyle violations on multi-line commentsMauro Carvalho Chehab2016-09-191-3/+6
* [media] v4l: vsp1: Support multiple partitions per frameKieran Bingham2016-09-191-10/+36
* [media] v4l: vsp1: Replace .set_memory() with VSP1_ENTITY_PARAMS_PARTITIONLaurent Pinchart2016-09-191-38/+40
* [media] v4l: vsp1: Pass parameter type to entity configuration operationLaurent Pinchart2016-09-191-2/+3
* [media] v4l: vsp1: Fix RPF croppingLaurent Pinchart2016-09-191-1/+2
* [media] v4l: vsp1: wpf: Add flipping supportLaurent Pinchart2016-06-281-1/+1
* [media] v4l: vsp1: rwpf: Support runtime modification of controlsLaurent Pinchart2016-06-281-9/+12
* [media] v4l: vsp1: Simplify alpha propagationLaurent Pinchart2016-06-281-1/+1
* [media] v4l: vsp1: Support runtime modification of controlsLaurent Pinchart2016-06-281-1/+4
* [media] v4l: vsp1: Set entities functionsLaurent Pinchart2016-06-281-1/+2
* [media] v4l: vsp1: Constify operation structuresLaurent Pinchart2016-06-281-1/+1
* [media] v4l: vsp1: Make vsp1_entity_get_pad_compose() more genericLaurent Pinchart2016-06-171-3/+4
* [media] v4l: vsp1: Add support for the RPF alpha multiplier on Gen3Laurent Pinchart2016-04-141-3/+54
* [media] v4l: vsp1: Allocate pipelines on demandLaurent Pinchart2016-04-141-0/+1
* [media] v4l: vsp1: Pass pipe pointer to entity configure functionsLaurent Pinchart2016-04-131-2/+3
* [media] v4l: vsp1: Pass display list explicitly to configure functionsLaurent Pinchart2016-04-131-19/+20
* [media] v4l: vsp1: Merge RPF and WPF pad ops structuresLaurent Pinchart2016-04-131-11/+1Star
* [media] v4l: vsp1: Create a new configure operation to setup modulesLaurent Pinchart2016-04-131-48/+35Star
* [media] v4l: vsp1: Store active selection rectangles in a pad config structureLaurent Pinchart2016-04-131-3/+17
* [media] v4l: vsp1: Store active formats in a pad config structureLaurent Pinchart2016-04-131-2/+10
* [media] v4l: vsp1: Implement and use the subdev pad::init_cfg configurationLaurent Pinchart2016-04-131-0/+1
* [media] v4l: vsp1: Consolidate entity ops in a struct vsp1_entity_operationsLaurent Pinchart2016-04-131-5/+6
* [media] v4l: vsp1: Move subdev initialization code to vsp1_entity_init()Laurent Pinchart2016-04-131-15/+3Star
* [media] v4l: vsp1: Use display lists with the userspace APILaurent Pinchart2016-04-131-6/+3Star
* [media] v4l: vsp1: Remove unneeded entity streaming flagLaurent Pinchart2016-04-131-2/+0Star
* [media] v4l: vsp1: Don't configure RPF memory buffers before calculating offsetsLaurent Pinchart2016-04-131-26/+11Star
* [media] v4l: vsp1: Don't setup control handler when starting streamingLaurent Pinchart2016-04-131-4/+1Star
* [media] v4l: vsp1: rwpf: Don't program alpha value in control set handlerLaurent Pinchart2016-04-131-46/+5Star
* [media] v4l: vsp1: Configure device based on IP versionLaurent Pinchart2016-02-191-2/+2
* [media] v4l: vsp1: Add display list supportTakashi Saito2016-02-191-2/+2
* [media] v4l: vsp1: Don't validate links when the userspace API is disabledLaurent Pinchart2016-02-191-1/+1
* [media] v4l: vsp1: Set the alpha value manually in RPF and WPF s_stream handlersLaurent Pinchart2016-02-191-2/+14
* [media] v4l: vsp1: Remove unused module read functionsLaurent Pinchart2016-02-191-6/+0Star
* [media] v4l: vsp1: Make rwpf operations independent of video deviceLaurent Pinchart2016-02-191-8/+8
* [media] v4l: vsp1: Move video device out of struct vsp1_rwpfLaurent Pinchart2016-02-191-13/+0Star
* [media] v4l: vsp1: Rename vsp1_video_buffer to vsp1_vb2_bufferLaurent Pinchart2016-02-191-1/+1
* [media] v4l: vsp1: Move video operations to vsp1_rwpfLaurent Pinchart2016-02-191-6/+5Star
* [media] v4l: vsp1: Store the memory format in struct vsp1_rwpfLaurent Pinchart2016-02-191-2/+2
* [media] v4l: vsp1: Change the type of the rwpf field in struct vsp1_videoLaurent Pinchart2016-02-191-1/+1
* [media] v4l: vsp1: Group all link creation code in a single fileLaurent Pinchart2016-02-191-20/+0Star
* [media] v4l: vsp1: remove pads prefix from *_create_pads_links()Javier Martinez Canillas2016-01-111-2/+2