summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/vsp1
AgeCommit message (Expand)AuthorFilesLines
2016-09-19[media] vsp1: fix CodingStyle violations on multi-line commentsMauro Carvalho Chehab10-27/+51
2016-09-19[media] v4l: vsp1: Disable VYUY on Gen3Laurent Pinchart4-5/+12
2016-09-19[media] v4l: vsp1: Fix spinlock in mixed IRQ context functionLaurent Pinchart1-2/+3
2016-09-19[media] v4l: vsp1: Support multiple partitions per frameKieran Bingham5-20/+195
2016-09-19[media] v4l: vsp1: Determine partition requirements for scaled imagesKieran Bingham5-0/+92
2016-09-19[media] v4l: vsp1: Support chained display listsKieran Bingham3-20/+102
2016-09-19[media] v4l: vsp1: Replace .set_memory() with VSP1_ENTITY_PARAMS_PARTITIONLaurent Pinchart8-114/+100
2016-09-19[media] v4l: vsp1: Pass parameter type to entity configuration operationLaurent Pinchart12-48/+78
2016-09-19[media] v4l: vsp1: Fix RPF croppingLaurent Pinchart1-1/+2
2016-09-19[media] v4l: vsp1: Disable cropping on WPF sink padLaurent Pinchart2-29/+26
2016-09-19[media] v4l: vsp1: Use DFE instead of FRE for frame endKieran Bingham2-2/+2
2016-09-19[media] v4l: vsp1: Repair race between frame end and qbuf handlerKieran Bingham1-7/+2
2016-09-19[media] v4l: vsp1: Ensure pipeline locking in resume pathKieran Bingham1-0/+3
2016-09-19[media] v4l: vsp1: Protect against race conditions between get and set formatLaurent Pinchart10-49/+161
2016-09-19[media] v4l: vsp1: Prevent pipelines from running when not streamingLaurent Pinchart1-0/+7
2016-09-09[media] v4l: vsp1: Add R8A7792 VSP1V supportSergei Shtylyov2-0/+24
2016-09-09[media] v4l: vsp1: Fix tri-planar format support through DRM APILaurent Pinchart1-3/+3
2016-09-09[media] v4l: vsp1: Report device model and rev through media device informationLaurent Pinchart2-6/+17
2016-07-13[media] vsp1: use __maybe_unused for PM handlersArnd Bergmann1-6/+4
2016-07-13Merge branch 'topic/vsp1' into patchworkMauro Carvalho Chehab26-314/+994
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 Verkuil2-13/+2
2016-06-28[media] v4l: vsp1: wpf: Add flipping supportLaurent Pinchart7-17/+170
2016-06-28[media] v4l: vsp1: rwpf: Support runtime modification of controlsLaurent Pinchart4-14/+22
2016-06-28[media] v4l: vsp1: Simplify alpha propagationLaurent Pinchart5-37/+15
2016-06-28[media] v4l: vsp1: clu: Support runtime modification of controlsLaurent Pinchart2-15/+30
2016-06-28[media] v4l: vsp1: lut: Support runtime modification of controlsLaurent Pinchart2-10/+18
2016-06-28[media] v4l: vsp1: Support runtime modification of controlsLaurent Pinchart12-13/+48
2016-06-28[media] v4l: vsp1: Add Cubic Look Up Table (CLU) supportLaurent Pinchart8-5/+355
2016-06-28[media] v4l: vsp1: lut: Expose configuration through a controlLaurent Pinchart2-28/+54
2016-06-28[media] v4l: vsp1: lut: Initialize the mutexLaurent Pinchart1-0/+2
2016-06-28[media] v4l: vsp1: dl: Don't free fragments with interrupts disabledLaurent Pinchart1-14/+58
2016-06-28[media] v4l: vsp1: Set entities functionsLaurent Pinchart10-11/+24
2016-06-28[media] v4l: vsp1: Don't create LIF entity when the userspace API is enabledLaurent Pinchart1-8/+8
2016-06-28[media] v4l: vsp1: Don't register media device when userspace API is disabledLaurent Pinchart1-7/+9
2016-06-28[media] v4l: vsp1: Base link creation on availability of entitiesLaurent Pinchart1-1/+1
2016-06-28[media] v4l: vsp1: sru: Fix intensity control IDLaurent Pinchart1-1/+1
2016-06-28[media] v4l: vsp1: Stop the pipeline upon the first STREAMOFFLaurent Pinchart1-1/+1
2016-06-28[media] v4l: vsp1: Constify operation structuresLaurent Pinchart9-18/+18
2016-06-28[media] v4l: vsp1: pipe: Fix typo in commentLaurent Pinchart1-1/+1
2016-06-28[media] v4l: vsp1: Fix crash when resetting pipelineLaurent Pinchart1-5/+9
2016-06-28[media] v4l: vsp1: Fix descriptions of Gen2 VSP instancesLaurent Pinchart1-3/+3
2016-06-28[media] v4l: vsp1: Fix typo in register field namesLaurent Pinchart1-4/+4
2016-06-20[media] v4l: vsp1: Remove deprecated DRM APILaurent Pinchart1-3/+3
2016-06-17[media] v4l: vsp1: Group DRM RPF parameters in a structureLaurent Pinchart1-38/+30
2016-06-17[media] v4l: vsp1: Move frame sequence number from video node to pipelineLaurent Pinchart4-4/+5
2016-06-17[media] v4l: vsp1: Make vsp1_entity_get_pad_compose() more genericLaurent Pinchart3-10/+29
2016-06-17[media] v4l: vsp1: Replace container_of() with dedicated macroLaurent Pinchart1-2/+8
2016-06-17[media] v4l: vsp1: Add output node value to routing tableLaurent Pinchart2-19/+39
2016-06-17[media] v4l: vsp1: Add FCP supportLaurent Pinchart2-1/+22