aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/vsp1/vsp1_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-14media: platform: place Renesas drivers on a separate dirMauro Carvalho Chehab1-946/+0
2022-02-17media: vsp1: mask interrupts before enablingNikita Yushchenko1-8/+29
2022-01-28media: vsp1: Use platform_get_irq() to get the interruptLad Prabhakar1-8/+6
2021-10-08media: vsp1: Add support for the V3U VSPDKieran Bingham1-0/+10
2021-10-08media: vsp1: Fix WPF macro namesKieran Bingham1-2/+2
2021-09-30media: vsp1: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing1-3/+1
2021-05-20media: vsp1: use pm_runtime_resume_and_get()Mauro Carvalho Chehab1-9/+1
2021-01-12media: vsp1: Fix an error handling path in the probe functionChristophe JAILLET1-1/+3
2020-09-27media: vsp1: Fix runtime PM imbalance on errorDinghao Liu1-3/+8
2018-09-17media: vsp1: use periods at the end of comment sentencesKieran Bingham1-3/+3
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab1-1/+1
2018-08-03media: vsp1: Add support for extended display list headersKieran Bingham1-2/+2
2018-08-03media: vsp1: Provide VSP1 feature helper macroKieran Bingham1-8/+8
2018-05-25media: vsp1: Move video suspend resume handling to video objectKieran Bingham1-2/+2
2018-05-17media: v4l: vsp1: Add support for the DISCOM entityLaurent Pinchart1-0/+20
2018-05-17media: v4l: vsp1: Use SPDX license headersLaurent Pinchart1-5/+1
2018-05-04media: v4l: vsp1: Rename BRU to BRxLaurent Pinchart1-3/+3
2018-05-04media: v4l: vsp1: Store pipeline pointer in vsp1_entityLaurent Pinchart1-1/+1
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