summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/vsp1
Commit message (Expand)AuthorAgeFilesLines
...
| * [media] v4l: vsp1: dl: Don't free fragments with interrupts disabledLaurent Pinchart2016-06-281-14/+58
| * [media] v4l: vsp1: Set entities functionsLaurent Pinchart2016-06-2810-11/+24
| * [media] v4l: vsp1: Don't create LIF entity when the userspace API is enabledLaurent Pinchart2016-06-281-8/+8
| * [media] v4l: vsp1: Don't register media device when userspace API is disabledLaurent Pinchart2016-06-281-7/+9
| * [media] v4l: vsp1: Base link creation on availability of entitiesLaurent Pinchart2016-06-281-1/+1
| * [media] v4l: vsp1: sru: Fix intensity control IDLaurent Pinchart2016-06-281-1/+1
| * [media] v4l: vsp1: Stop the pipeline upon the first STREAMOFFLaurent Pinchart2016-06-281-1/+1
| * [media] v4l: vsp1: Constify operation structuresLaurent Pinchart2016-06-289-18/+18
| * [media] v4l: vsp1: pipe: Fix typo in commentLaurent Pinchart2016-06-281-1/+1
| * [media] v4l: vsp1: Fix crash when resetting pipelineLaurent Pinchart2016-06-281-5/+9
| * [media] v4l: vsp1: Fix descriptions of Gen2 VSP instancesLaurent Pinchart2016-06-281-3/+3
| * [media] v4l: vsp1: Fix typo in register field namesLaurent Pinchart2016-06-281-4/+4
| * [media] v4l: vsp1: Remove deprecated DRM APILaurent Pinchart2016-06-201-3/+3
| * [media] v4l: vsp1: Group DRM RPF parameters in a structureLaurent Pinchart2016-06-171-38/+30
| * [media] v4l: vsp1: Move frame sequence number from video node to pipelineLaurent Pinchart2016-06-174-4/+5
| * [media] v4l: vsp1: Make vsp1_entity_get_pad_compose() more genericLaurent Pinchart2016-06-173-10/+29
| * [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-172-19/+39
| * [media] v4l: vsp1: Add FCP supportLaurent Pinchart2016-06-172-1/+22
| * [media] v4l: vsp1: Don't handle clocks manuallyLaurent Pinchart2016-06-172-19/+2
| * [media] v4l: vsp1: Implement runtime PM supportLaurent Pinchart2016-06-173-53/+53
* | [media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil2016-07-081-5/+3
* | [media] media/platform: convert drivers to use the new vb2_queue dev fieldHans Verkuil2016-07-082-13/+2
|/
* [media] v4l: vsp1: Update WPF and LIF maximum sizes for Gen3Laurent Pinchart2016-04-132-5/+12
* [media] v4l: vsp1: Fix V4L2_PIX_FMT_XRGB444 format definitionLaurent Pinchart2016-04-131-1/+1
* [media] v4l: vsp1: Add global alpha support for DRM pipelineLaurent Pinchart2016-04-131-1/+4
* [media] v4l: vsp1: Add Z-order support for DRM pipelineLaurent Pinchart2016-04-133-77/+116
* [media] v4l: vsp1: Add support for the RPF alpha multiplier on Gen3Laurent Pinchart2016-04-134-3/+73
* [media] v4l: vsp1: lut: Use display list fragments to fill LUTLaurent Pinchart2016-04-132-6/+31
* [media] v4l: vsp1: dl: Add support for multi-body display listsLaurent Pinchart2016-04-132-46/+251
* [media] v4l: vsp1: dl: Fix race conditionsLaurent Pinchart2016-04-131-12/+29
* [media] v4l: vsp1: dl: Make reg_count field unsignedLaurent Pinchart2016-04-131-1/+1
* [media] v4l: vsp1: Fix LUT format settingLaurent Pinchart2016-04-131-0/+1
* [media] v4l: vsp1: Factorize frame size enumeration codeLaurent Pinchart2016-04-136-111/+69
* [media] v4l: vsp1: Factorize media bus codes enumeration codeLaurent Pinchart2016-04-137-132/+60
* [media] v4l: vsp1: Factorize get pad format codeLaurent Pinchart2016-04-139-126/+36
* [media] v4l: vsp1: RPF entities can't be target nodesLaurent Pinchart2016-04-131-5/+5
* [media] v4l: vsp1: Allocate pipelines on demandLaurent Pinchart2016-04-138-61/+75
* [media] v4l: vsp1: video: Reorder functionsLaurent Pinchart2016-04-131-133/+133
* [media] v4l: vsp1: Store pipeline pointer in rwpfLaurent Pinchart2016-04-135-22/+19
* [media] v4l: vsp1: Pass pipe pointer to entity configure functionsLaurent Pinchart2016-04-1311-14/+29
* [media] v4l: vsp1: Rename pipeline validate functions to pipeline buildLaurent Pinchart2016-04-131-9/+9
* [media] v4l: vsp1: Pass display list explicitly to configure functionsLaurent Pinchart2016-04-1316-118/+125
* [media] v4l: vsp1: Use __vsp1_video_try_format to initialize format at init timeLaurent Pinchart2016-04-131-9/+2
* [media] v4l: vsp1: Merge RPF and WPF pad ops structuresLaurent Pinchart2016-04-134-65/+38
* [media] v4l: vsp1: Create a new configure operation to setup modulesLaurent Pinchart2016-04-1312-476/+418
* [media] v4l: vsp1: Store active selection rectangles in a pad config structureLaurent Pinchart2016-04-1310-51/+58
* [media] v4l: vsp1: Store active formats in a pad config structureLaurent Pinchart2016-04-1311-124/+311
* [media] v4l: vsp1: Implement and use the subdev pad::init_cfg configurationLaurent Pinchart2016-04-1310-18/+16
* [media] v4l: vsp1: Add race condition FIXME commentLaurent Pinchart2016-04-131-0/+3
OpenPOWER on IntegriCloud