aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/vsp1/vsp1_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-08media: vsp1: Prevent suspending and resuming DRM pipelinesKieran Bingham1-2/+14
2017-08-03v4l: vsp1: Add support for multiple LIF instancesLaurent Pinchart1-19/+30
2017-08-03v4l: vsp1: Add support for new VSP2-BS, VSP2-DL and VSP2-D instancesLaurent Pinchart1-0/+24
2017-07-29v4l: vsp1: Add support for the BRS entityLaurent Pinchart1-1/+18
2017-07-29v4l: vsp1: Don't create links for DRM pipelineLaurent Pinchart1-10/+6
2017-07-29v4l: vsp1: Store source and sink pointers as vsp1_entityLaurent Pinchart1-1/+1
2017-07-29v4l: vsp1: Don't set WPF sink pointerLaurent Pinchart1-1/+0
2017-07-29v4l: vsp1: Don't recycle active list at display startLaurent Pinchart1-8/+0
2017-06-09v4l: vsp1: Map the DL and video buffers through the proper bus masterMagnus Damm1-0/+9
2017-04-14[media] v4l: vsp1: Add HGT supportNiklas Söderlund1-4/+28
2017-04-14[media] v4l: vsp1: Add HGO supportLaurent Pinchart1-9/+33
2017-04-14[media] v4l: vsp1: Support histogram generators in pipeline configurationLaurent Pinchart1-1/+3
2017-04-10[media] v4l: vsp1: Fix multi-line comment styleLaurent Pinchart1-4/+8
2016-11-16[media] v4l: vsp1: Fix module autoload for OF registrationJavier Martinez Canillas1-0/+1
2016-09-19[media] v4l: vsp1: Use DFE instead of FRE for frame endKieran Bingham1-1/+1
2016-09-09[media] v4l: vsp1: Add R8A7792 VSP1V supportSergei Shtylyov1-0/+22
2016-09-09[media] v4l: vsp1: Report device model and rev through media device informationLaurent Pinchart1-6/+15
2016-07-13[media] vsp1: use __maybe_unused for PM handlersArnd Bergmann1-6/+4
2016-06-28[media] v4l: vsp1: wpf: Add flipping supportLaurent Pinchart1-7/+9
2016-06-28[media] v4l: vsp1: Add Cubic Look Up Table (CLU) supportLaurent Pinchart1-4/+17
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: Fix descriptions of Gen2 VSP instancesLaurent Pinchart1-3/+3
2016-06-17[media] v4l: vsp1: Add FCP supportLaurent Pinchart1-1/+20
2016-06-17[media] v4l: vsp1: Don't handle clocks manuallyLaurent Pinchart1-18/+2
2016-06-17[media] v4l: vsp1: Implement runtime PM supportLaurent Pinchart1-49/+52
2016-04-13[media] v4l: vsp1: Add support for the RPF alpha multiplier on Gen3Laurent Pinchart1-0/+8
2016-04-13[media] v4l: vsp1: Allocate pipelines on demandLaurent Pinchart1-0/+1
2016-04-13[media] v4l: vsp1: Store pipeline pointer in rwpfLaurent Pinchart1-3/+1
2016-04-13[media] v4l: vsp1: Split display list manager from display listLaurent Pinchart1-9/+2
2016-04-13[media] v4l: vsp1: Always setup the display listLaurent Pinchart1-2/+1
2016-04-13[media] v4l: vsp1: Use pipeline display list to decide how to write to modulesLaurent Pinchart1-6/+3
2016-04-13[media] v4l: vsp1: VSPD instances have no LUT on Gen3Laurent Pinchart1-1/+1
2016-02-19[media] v4l: vsp1: Configure device based on IP versionLaurent Pinchart1-77/+96
2016-02-19[media] v4l: vsp1: Add display list supportTakashi Saito1-21/+55
2016-02-19[media] v4l: vsp1: Add support for the R-Car Gen3 VSP2Laurent Pinchart1-0/+25
2016-02-19[media] v4l: vsp1: Add VSP+DU supportLaurent Pinchart1-9/+14
2016-02-19[media] v4l: vsp1: Don't validate links when the userspace API is disabledLaurent Pinchart1-0/+10
2016-02-19[media] v4l: vsp1: Make the userspace API optionalLaurent Pinchart1-18/+28
2016-02-19[media] v4l: vsp1: Make the BRU optionalLaurent Pinchart1-6/+9
2016-02-19[media] v4l: vsp1: Make number of BRU inputs configurableLaurent Pinchart1-0/+3
2016-02-19[media] v4l: vsp1: Extract link creation to separate functionLaurent Pinchart1-39/+56
2016-02-19[media] v4l: vsp1: Move vsp1_video pointer from vsp1_entity to vsp1_rwpfLaurent Pinchart1-3/+3
2016-02-19[media] v4l: vsp1: Support VSP1 instances without any UDSLaurent Pinchart1-1/+1
2016-02-19[media] v4l: vsp1: Move video device out of struct vsp1_rwpfLaurent Pinchart1-7/+33
2016-02-19[media] v4l: vsp1: Group all link creation code in a single fileLaurent Pinchart1-15/+35
2016-01-25[media] v4l: vsp1: Fix wrong entities links creationJavier Martinez Canillas1-2/+5
2016-01-11[media] media-device: split media initialization and registrationJavier Martinez Canillas1-6/+6
2016-01-11[media] v4l: vsp1: use else if instead of continue when creating linksJavier Martinez Canillas1-9/+5