summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/vsp1
AgeCommit message (Expand)AuthorFilesLines
2018-05-04media: v4l: vsp1: Rename BRU to BRxLaurent Pinchart13-234/+234
2018-05-04media: v4l: vsp1: Add BRx dynamic assignment debugging messagesLaurent Pinchart1-0/+14
2018-05-04media: v4l: vsp1: Assign BRU and BRS to pipelines dynamicallyLaurent Pinchart2-26/+144
2018-05-04media: v4l: vsp1: Generalize detection of entity removal from DRM pipelineLaurent Pinchart1-7/+7
2018-05-04media: v4l: vsp1: Add per-display list internal completion notification supportLaurent Pinchart4-4/+26
2018-05-04media: v4l: vsp1: Turn frame end completion status into a bitfieldLaurent Pinchart6-19/+26
2018-05-04media: v4l: vsp1: Move DRM pipeline output setup code to a functionLaurent Pinchart1-46/+60
2018-05-04media: v4l: vsp1: Replace manual DRM pipeline input setup in vsp1_du_setup_lifLaurent Pinchart1-34/+6
2018-05-04media: v4l: vsp1: Setup BRU at atomic commit timeLaurent Pinchart2-1/+60
2018-05-04media: v4l: vsp1: Move DRM atomic commit pipeline setup to separate functionLaurent Pinchart1-167/+180
2018-05-04media: v4l: vsp1: Share duplicated DRM pipeline configuration codeLaurent Pinchart1-52/+43
2018-05-04media: v4l: vsp1: Use vsp1_entity.pipe to check if entity belongs to a pipelineLaurent Pinchart1-4/+4
2018-05-04media: v4l: vsp1: Store pipeline pointer in vsp1_entityLaurent Pinchart8-47/+34
2018-05-04media: v4l: vsp1: Remove unused field from vsp1_drm_pipeline structureLaurent Pinchart2-6/+0
2018-05-04media: v4l: vsp1: Don't start/stop media pipeline for DRMLaurent Pinchart1-17/+1
2018-04-04media: vsp1: Fix BRx conditional path in WPFKieran Bingham1-1/+1
2018-02-26media: v4l: vsp1: Fix video output on R8A77970Sergei Shtylyov2-0/+18
2018-02-26media: v4l: vsp1: Fix mask creation for MULT_ALPHA_RATIOWolfram Sang1-1/+1
2018-02-26media: v4l: vsp1: Print the correct blending unit name in debug messagesLaurent Pinchart1-13/+8
2018-02-26media: v4l: vsp1: Fix header display list status check in continuous modeKieran Bingham1-1/+2
2018-02-26media: v4l: vsp1: Fix display stalls when requesting too many inputsLaurent Pinchart1-0/+9
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus 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/mc...Linus 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