aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/vsp1/vsp1_drm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-11media: v4l: vsp1: Fix uif null pointer accessBiju Das1-2/+2
2021-03-11media: v4l: vsp1: Fix bru null pointer accessBiju Das1-1/+1
2020-09-10drm: rcar-du: fix common struct sg_table related issuesMarek Szyprowski1-4/+4
2019-03-18media: vsp1: drm: Implement writeback supportLaurent Pinchart1-1/+24
2019-03-18media: vsp1: drm: Extend frame completion API to the DU driverLaurent Pinchart1-2/+2
2019-03-18media: vsp1: drm: Split RPF format setting to separate functionLaurent Pinchart1-20/+35
2019-03-18media: vsp1: Add vsp1_dl_list argument to .configure_stream() operationLaurent Pinchart1-1/+1
2019-03-18media: vsp1: Replace the display list internal flag with a flags fieldLaurent Pinchart1-2/+6
2019-03-18media: vsp1: Fix addresses of display-related registers for VSP-DLLaurent Pinchart1-2/+2
2019-02-18media: vsp1: Fix smatch warningHans Verkuil1-3/+3
2018-09-17media: vsp1: Fix YCbCr planar formats pitch calculationKoji Matsuoka1-1/+10
2018-08-15Merge tag 'media/v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-3/+5
2018-08-03media: vsp1: Support Interlaced display pipelinesKieran Bingham1-2/+4
2018-08-03media: vsp1: drm: Fix minor grammar errorKieran Bingham1-1/+1
2018-07-30media: v4l: vsp1: Fix deadlock in VSPDL DRM pipelinesLaurent Pinchart1-3/+1
2018-05-25media: vsp1: Adapt entities to configure into a bodyKieran Bingham1-5/+7
2018-05-25media: vsp1: Refactor display list configure operationsKieran Bingham1-9/+3
2018-05-17media: v4l: vsp1: Integrate DISCOM in display pipelineLaurent Pinchart1-3/+112
2018-05-17media: v4l: vsp1: Extend the DU API to support CRC computationLaurent Pinchart1-2/+4
2018-05-17media: v4l: vsp1: Use SPDX license headersLaurent Pinchart1-6/+2
2018-05-04media: v4l: vsp1: Rename BRU to BRxLaurent Pinchart1-87/+87
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 Pinchart1-26/+135
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 Pinchart1-1/+1
2018-05-04media: v4l: vsp1: Turn frame end completion status into a bitfieldLaurent Pinchart1-2/+3
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 Pinchart1-1/+55
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 Pinchart1-6/+14
2018-05-04media: v4l: vsp1: Remove unused field from vsp1_drm_pipeline structureLaurent Pinchart1-4/+0
2018-05-04media: v4l: vsp1: Don't start/stop media pipeline for DRMLaurent Pinchart1-17/+1
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