summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/vsp1
Commit message (Expand)AuthorAgeFilesLines
* media: vsp1: Move video configuration to a cached dlbKieran Bingham2018-05-254-30/+56
* media: vsp1: Adapt entities to configure into a bodyKieran Bingham2018-05-2521-169/+194
* media: vsp1: Refactor display list configure operationsKieran Bingham2018-05-2516-420/+422
* media: vsp1: Use reference counting for bodiesKieran Bingham2018-05-253-4/+26
* media: vsp1: Convert display lists to use new body poolKieran Bingham2018-05-256-180/+100
* media: vsp1: Provide a body poolKieran Bingham2018-05-252-0/+171
* media: vsp1: Protect bodies against overflowKieran Bingham2018-05-251-0/+7
* media: vsp1: Reword uses of 'fragment' as 'body'Kieran Bingham2018-05-254-72/+70
* media: vsp1: Move video suspend resume handling to video objectKieran Bingham2018-05-255-75/+80
* media: vsp1: Release buffers for each video nodeKieran Bingham2018-05-251-8/+13
* media: v4l: vsp1: Integrate DISCOM in display pipelineLaurent Pinchart2018-05-172-3/+119
* media: v4l: vsp1: Add support for the DISCOM entityLaurent Pinchart2018-05-178-1/+376
* media: v4l: vsp1: Extend the DU API to support CRC computationLaurent Pinchart2018-05-172-3/+5
* media: v4l: vsp1: Reset the crop and compose rectangles in the set_fmt helperLaurent Pinchart2018-05-172-55/+20
* media: v4l: vsp1: Share the CLU, LIF and LUT set_fmt pad operation codeLaurent Pinchart2018-05-175-160/+116
* media: v4l: vsp1: Use SPDX license headersLaurent Pinchart2018-05-1737-186/+39
* media: v4l: vsp1: Rename BRU to BRxLaurent Pinchart2018-05-0413-234/+234
* media: v4l: vsp1: Add BRx dynamic assignment debugging messagesLaurent Pinchart2018-05-041-0/+14
* media: v4l: vsp1: Assign BRU and BRS to pipelines dynamicallyLaurent Pinchart2018-05-042-26/+144
* media: v4l: vsp1: Generalize detection of entity removal from DRM pipelineLaurent Pinchart2018-05-041-7/+7
* media: v4l: vsp1: Add per-display list internal completion notification supportLaurent Pinchart2018-05-044-4/+26
* media: v4l: vsp1: Turn frame end completion status into a bitfieldLaurent Pinchart2018-05-046-19/+26
* media: v4l: vsp1: Move DRM pipeline output setup code to a functionLaurent Pinchart2018-05-041-46/+60
* media: v4l: vsp1: Replace manual DRM pipeline input setup in vsp1_du_setup_lifLaurent Pinchart2018-05-041-34/+6
* media: v4l: vsp1: Setup BRU at atomic commit timeLaurent Pinchart2018-05-042-1/+60
* media: v4l: vsp1: Move DRM atomic commit pipeline setup to separate functionLaurent Pinchart2018-05-041-167/+180
* media: v4l: vsp1: Share duplicated DRM pipeline configuration codeLaurent Pinchart2018-05-041-52/+43
* media: v4l: vsp1: Use vsp1_entity.pipe to check if entity belongs to a pipelineLaurent Pinchart2018-05-041-4/+4
* media: v4l: vsp1: Store pipeline pointer in vsp1_entityLaurent Pinchart2018-05-048-47/+34
* media: v4l: vsp1: Remove unused field from vsp1_drm_pipeline structureLaurent Pinchart2018-05-042-6/+0
* media: v4l: vsp1: Don't start/stop media pipeline for DRMLaurent Pinchart2018-05-041-17/+1
* media: vsp1: Fix BRx conditional path in WPFKieran Bingham2018-04-041-1/+1
* media: v4l: vsp1: Fix video output on R8A77970Sergei Shtylyov2018-02-262-0/+18
* media: v4l: vsp1: Fix mask creation for MULT_ALPHA_RATIOWolfram Sang2018-02-261-1/+1
* media: v4l: vsp1: Print the correct blending unit name in debug messagesLaurent Pinchart2018-02-261-13/+8
* media: v4l: vsp1: Fix header display list status check in continuous modeKieran Bingham2018-02-261-1/+2
* media: v4l: vsp1: Fix display stalls when requesting too many inputsLaurent Pinchart2018-02-261-0/+9
* Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-02-061-2/+14
|\
| * media: vsp1: Prevent suspending and resuming DRM pipelinesKieran Bingham2017-12-081-2/+14
* | BackMerge tag 'v4.15-rc4' into drm-nextDave Airlie2017-12-191-0/+1
|\ \ | |/
| * media: vsp1: add a missing kernel-doc parameterMauro Carvalho Chehab2017-11-301-0/+1
* | v4l: vsp1: Start and stop DRM pipeline independently of planesLaurent Pinchart2017-12-041-10/+27
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge tag 'media/v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2017-09-079-116/+289
|\
| * media: v4l: vsp1: Allow entities to participate in the partition algorithmKieran Bingham2017-08-208-33/+166
| * media: v4l: vsp1: Provide UDS register updatesKieran Bingham2017-08-201-0/+14
| * media: v4l: vsp1: Move partition rectangles to struct and operate directlyKieran Bingham2017-08-205-43/+51
| * media: v4l: vsp1: Remove redundant context variablesKieran Bingham2017-08-202-18/+7
| * media: v4l: vsp1: Calculate partition sizes at stream startKieran Bingham2017-08-202-13/+34
| * media: v4l: vsp1: Move vsp1_video_pipeline_setup_partitions() functionKieran Bingham2017-08-201-37/+37
OpenPOWER on IntegriCloud