aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/vsp1 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-2/+14
2017-12-19BackMerge tag 'v4.15-rc4' into drm-nextDave Airlie1-0/+1
2017-12-08media: vsp1: Prevent suspending and resuming DRM pipelinesKieran Bingham1-2/+14
2017-12-04v4l: vsp1: Start and stop DRM pipeline independently of planesLaurent Pinchart1-10/+27
2017-11-30media: vsp1: add a missing kernel-doc parameterMauro Carvalho Chehab1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-07Merge tag 'media/v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds9-116/+289
2017-08-20media: v4l: vsp1: Allow entities to participate in the partition algorithmKieran Bingham8-33/+166
2017-08-20media: v4l: vsp1: Provide UDS register updatesKieran Bingham1-0/+14
2017-08-20media: v4l: vsp1: Move partition rectangles to struct and operate directlyKieran Bingham5-43/+51
2017-08-20media: v4l: vsp1: Remove redundant context variablesKieran Bingham2-18/+7
2017-08-20media: v4l: vsp1: Calculate partition sizes at stream startKieran Bingham2-13/+34
2017-08-20media: v4l: vsp1: Move vsp1_video_pipeline_setup_partitions() functionKieran Bingham1-37/+37
2017-08-20media: v4l: vsp1: Release buffers in start_streaming error pathKieran Bingham1-8/+16
2017-08-03drm: rcar-du: Repair vblank for DRM page flips using the VSPKieran Bingham5-15/+20
2017-08-03v4l: vsp1: Add support for header display lists in continuous modeLaurent Pinchart2-69/+127
2017-08-03v4l: vsp1: Add support for multiple DRM pipelinesLaurent Pinchart2-94/+141
2017-08-03v4l: vsp1: Add support for multiple LIF instancesLaurent Pinchart7-30/+46
2017-08-03v4l: vsp1: Add support for new VSP2-BS, VSP2-DL and VSP2-D instancesLaurent Pinchart2-2/+37
2017-07-29v4l: vsp1: Add support for the BRS entityLaurent Pinchart11-60/+136
2017-07-29v4l: vsp1: Add pipe index argument to the VSP-DU APILaurent Pinchart1-4/+16
2017-07-29v4l: vsp1: Don't create links for DRM pipelineLaurent Pinchart3-58/+12
2017-07-29v4l: vsp1: Store source and sink pointers as vsp1_entityLaurent Pinchart4-18/+18
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 Pinchart5-35/+4
2017-07-29v4l: vsp1: Fill display list headers without holding dlm spinlockLaurent Pinchart1-2/+4
2017-06-09v4l: vsp1: Add API to map and unmap DRM buffers through the VSPLaurent Pinchart1-0/+24
2017-06-09v4l: vsp1: Map the DL and video buffers through the proper bus masterMagnus Damm4-3/+13
2017-05-22v4l: vsp1: Extend VSP1 module API to allow DRM callbacksKieran Bingham2-0/+28
2017-05-22v4l: vsp1: Postpone frame end handling in event of display list raceKieran Bingham3-4/+30
2017-04-14[media] vsp1: set V4L2_CTRL_FLAG_MODIFY_LAYOUT for histogram controlsHans Verkuil1-0/+2
2017-04-14[media] v4l: vsp1: Add HGT supportNiklas Söderlund10-5/+343
2017-04-14[media] v4l: vsp1: Add HGO supportLaurent Pinchart10-13/+367
2017-04-14[media] v4l: vsp1: Fix HGO and HGT routing register addressesLaurent Pinchart1-2/+2
2017-04-14[media] v4l: vsp1: Support histogram generators in pipeline configurationLaurent Pinchart6-28/+134
2017-04-14[media] v4l: vsp1: Add histogram supportLaurent Pinchart3-0/+731
2017-04-14[media] v4l: vsp1: wpf: Implement rotation supportLaurent Pinchart5-54/+177
2017-04-10[media] v4l: vsp1: Register pipe with output WPFKieran Bingham1-0/+1
2017-04-10[media] v4l: vsp1: Fix struct vsp1_drm documentationKieran Bingham1-1/+1
2017-04-10[media] v4l: vsp1: Disable HSV formats on Gen3 hardwareLaurent Pinchart1-3/+9
2017-04-10[media] v4l: vsp1: Fix multi-line comment styleLaurent Pinchart14-60/+120
2017-04-10[media] v4l: vsp1: Remove redundant pipe->dl usage from drmKieran Bingham1-10/+10
2017-04-10[media] v4l: vsp1: Prevent multiple streamon race commencing pipeline earlyKieran Bingham1-0/+13
2017-04-10[media] v4l: vsp1: Fix RPF/WPF U/V order in 3-planar formats on Gen3Laurent Pinchart2-17/+35
2017-04-10[media] v4l: vsp1: Clean up file handle in open() error pathShailendra Verma1-0/+1
2017-04-10[media] v4l: vsp1: Fix format-info documentationKieran Bingham1-2/+3
2017-03-07[media] v4l: vsp1: Adapt vsp1_du_setup_lif() interface to use a structureKieran Bingham1-17/+16
2017-02-03[media] v4l: vsp1: Add VIDIOC_EXPBUF supportLaurent Pinchart1-0/+1
2017-01-27[media] media: Rename graph and pipeline structs and functionsSakari Ailus2-10/+10
2016-11-16[media] v4l: vsp1: Fix module autoload for OF registrationJavier Martinez Canillas1-0/+1