aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/vsp1/vsp1_drm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-26media: v4l: vsp1: Print the correct blending unit name in debug messagesLaurent Pinchart1-13/+8
2018-02-26media: v4l: vsp1: Fix display stalls when requesting too many inputsLaurent Pinchart1-0/+9
2017-12-04v4l: vsp1: Start and stop DRM pipeline independently of planesLaurent Pinchart1-10/+27
2017-08-03drm: rcar-du: Repair vblank for DRM page flips using the VSPKieran Bingham1-2/+3
2017-08-03v4l: vsp1: Add support for multiple DRM pipelinesLaurent Pinchart1-81/+119
2017-08-03v4l: vsp1: Add support for multiple LIF instancesLaurent Pinchart1-4/+4
2017-07-29v4l: vsp1: Add support for the BRS entityLaurent Pinchart1-6/+6
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 Pinchart1-47/+6
2017-07-29v4l: vsp1: Store source and sink pointers as vsp1_entityLaurent Pinchart1-2/+2
2017-07-29v4l: vsp1: Don't recycle active list at display startLaurent Pinchart1-8/+4
2017-06-09v4l: vsp1: Add API to map and unmap DRM buffers through the VSPLaurent Pinchart1-0/+24
2017-05-22v4l: vsp1: Extend VSP1 module API to allow DRM callbacksKieran Bingham1-0/+17
2017-04-14[media] v4l: vsp1: Support histogram generators in pipeline configurationLaurent Pinchart1-1/+1
2017-04-10[media] v4l: vsp1: Register pipe with output WPFKieran Bingham1-0/+1
2017-04-10[media] v4l: vsp1: Fix multi-line comment styleLaurent Pinchart1-7/+14
2017-04-10[media] v4l: vsp1: Remove redundant pipe->dl usage from drmKieran Bingham1-10/+10
2017-03-07[media] v4l: vsp1: Adapt vsp1_du_setup_lif() interface to use a structureKieran Bingham1-17/+16
2017-01-27[media] media: Rename graph and pipeline structs and functionsSakari Ailus1-2/+2
2016-09-19[media] vsp1: fix CodingStyle violations on multi-line commentsMauro Carvalho Chehab1-1/+2
2016-09-19[media] v4l: vsp1: Disable VYUY on Gen3Laurent Pinchart1-1/+1
2016-09-19[media] v4l: vsp1: Replace .set_memory() with VSP1_ENTITY_PARAMS_PARTITIONLaurent Pinchart1-7/+2
2016-09-19[media] v4l: vsp1: Pass parameter type to entity configuration operationLaurent Pinchart1-2/+4
2016-09-09[media] v4l: vsp1: Fix tri-planar format support through DRM APILaurent Pinchart1-3/+3
2016-06-28[media] v4l: vsp1: Support runtime modification of controlsLaurent Pinchart1-2/+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-04-13[media] v4l: vsp1: Add global alpha support for DRM pipelineLaurent Pinchart1-1/+4
2016-04-13[media] v4l: vsp1: Add Z-order support for DRM pipelineLaurent Pinchart1-75/+105
2016-04-13[media] v4l: vsp1: Pass pipe pointer to entity configure functionsLaurent Pinchart1-1/+1
2016-04-13[media] v4l: vsp1: Pass display list explicitly to configure functionsLaurent Pinchart1-8/+6
2016-04-13[media] v4l: vsp1: Create a new configure operation to setup modulesLaurent Pinchart1-9/+5
2016-04-13[media] v4l: vsp1: Store active selection rectangles in a pad config structureLaurent Pinchart1-3/+2
2016-04-13[media] v4l: vsp1: Use display lists with the userspace APILaurent Pinchart1-15/+8
2016-04-13[media] v4l: vsp1: Don't configure RPF memory buffers before calculating offsetsLaurent Pinchart1-2/+5
2016-04-13[media] vsp1: make vsp1_drm_frame_end staticMauro Carvalho Chehab1-1/+1
2016-04-13[media] v4l: vsp1: Store the display list manager in the WPFLaurent Pinchart1-11/+8
2016-04-13[media] v4l: vsp1: Split display list manager from display listLaurent Pinchart1-10/+22
2016-04-13[media] v4l: vsp1: Simplify frame end processingLaurent Pinchart1-15/+0
2016-04-13[media] v4l: vsp1: drm: Include correct header fileLaurent Pinchart1-1/+1
2016-02-19[media] v4l: vsp1: Configure device based on IP versionLaurent Pinchart1-3/+3
2016-02-19[media] v4l: vsp1: Add display list supportTakashi Saito1-50/+55
2016-02-19[media] v4l: vsp1: Implement atomic update for the DRM driverLaurent Pinchart1-17/+53
2016-02-19[media] v4l: vsp1: Disconnect unused RPFs from the DRM pipelineLaurent Pinchart1-2/+6
2016-02-19[media] v4l: vsp1: Add VSP+DU supportLaurent Pinchart1-0/+552