summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/vsp1
Commit message (Expand)AuthorAgeFilesLines
* media: vsp1: Fix smatch warningHans Verkuil2019-02-181-3/+3
* media: vsp1: Fix trivial documentationKieran Bingham2019-01-161-1/+1
* media: vsp1: Fix LIF buffer thresholdsLaurent Pinchart2018-12-031-1/+1
* media: vsp1: Document max_width restriction on UDSKieran Bingham2018-09-171-0/+8
* media: vsp1: Document max_width restriction on SRUKieran Bingham2018-09-171-0/+5
* media: vsp1: use periods at the end of comment sentencesKieran Bingham2018-09-178-14/+14
* media: vsp1: Remove artificial minimum width/height limitationKieran Bingham2018-09-171-5/+2Star
* media: vsp1: Fix YCbCr planar formats pitch calculationKoji Matsuoka2018-09-171-1/+10
* media: vsp1: Update LIF buffer thresholdsLaurent Pinchart2018-09-171-4/+25
* media: vsp1: Fix vsp1_regs.h license headerLaurent Pinchart2018-09-171-1/+1
* media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2018-09-113-5/+5
* Merge tag 'media/v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-08-169-110/+467
|\
| * media: vsp1_dl: add a description for cmdpool fieldMauro Carvalho Chehab2018-08-081-1/+1
| * media: vsp1: Support Interlaced display pipelinesKieran Bingham2018-08-035-5/+88
| * media: vsp1: Provide support for extended command poolsKieran Bingham2018-08-032-0/+196
| * media: vsp1: Add support for extended display list headersKieran Bingham2018-08-035-4/+133
| * media: vsp1: Use header display lists for all WPF outputs linked to the DUKieran Bingham2018-08-031-81/+27Star
| * media: vsp1: Provide VSP1 feature helper macroKieran Bingham2018-08-033-11/+13
| * media: vsp1: Clean up DLM objects on errorKieran Bingham2018-08-031-1/+3
| * media: vsp1: Remove unused display list structure fieldKieran Bingham2018-08-031-2/+0Star
| * media: vsp1: Rename dl_child to dl_nextKieran Bingham2018-08-031-7/+7
| * media: vsp1: use kernel __packed for structuresKieran Bingham2018-08-031-3/+3
| * media: vsp1: drm: Fix minor grammar errorKieran Bingham2018-08-031-1/+1
| * media: vsp1: Document vsp1_dl_body refcntKieran Bingham2018-07-271-0/+1
* | media: v4l: vsp1: Fix deadlock in VSPDL DRM pipelinesLaurent Pinchart2018-07-301-3/+1Star
|/
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-131-1/+2
* media: vsp1: Move video configuration to a cached dlbKieran Bingham2018-05-264-30/+56
* media: vsp1: Adapt entities to configure into a bodyKieran Bingham2018-05-2621-169/+194
* media: vsp1: Refactor display list configure operationsKieran Bingham2018-05-2616-420/+422
* media: vsp1: Use reference counting for bodiesKieran Bingham2018-05-263-4/+26
* media: vsp1: Convert display lists to use new body poolKieran Bingham2018-05-266-180/+100Star
* media: vsp1: Provide a body poolKieran Bingham2018-05-262-0/+171
* media: vsp1: Protect bodies against overflowKieran Bingham2018-05-261-0/+7
* media: vsp1: Reword uses of 'fragment' as 'body'Kieran Bingham2018-05-264-72/+70Star
* media: vsp1: Move video suspend resume handling to video objectKieran Bingham2018-05-265-75/+80
* media: vsp1: Release buffers for each video nodeKieran Bingham2018-05-261-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/+20Star
* media: v4l: vsp1: Share the CLU, LIF and LUT set_fmt pad operation codeLaurent Pinchart2018-05-175-160/+116Star
* media: v4l: vsp1: Use SPDX license headersLaurent Pinchart2018-05-1737-186/+39Star
* 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/+6Star