summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/vsp1
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-05-0921-92/+221
|\
| * media: vsp1: drm: Implement writeback supportLaurent Pinchart2019-03-183-2/+40
| * media: vsp1: drm: Extend frame completion API to the DU driverLaurent Pinchart2019-03-183-3/+4
| * media: vsp1: drm: Split RPF format setting to separate functionLaurent Pinchart2019-03-181-20/+35
| * media: vsp1: wpf: Add writeback supportLaurent Pinchart2019-03-182-9/+58
| * media: vsp1: dl: Allow chained display lists for display pipelinesLaurent Pinchart2019-03-181-12/+23
| * media: vsp1: Add vsp1_dl_list argument to .configure_stream() operationLaurent Pinchart2019-03-1816-5/+22
| * media: vsp1: Replace the display list internal flag with a flags fieldLaurent Pinchart2019-03-184-18/+25
| * media: vsp1: Fix addresses of display-related registers for VSP-DLLaurent Pinchart2019-03-183-6/+6
| * media: vsp1: Replace leftover occurrence of fragment with bodyLaurent Pinchart2019-03-181-2/+2
| * media: vsp1: wpf: Fix partition configuration for display pipelinesLaurent Pinchart2019-03-181-7/+9
| * Revert "[media] v4l: vsp1: Supply frames to the DU continuously"Kieran Bingham2019-03-181-11/+0Star
* | media: vsp1: Add support for missing 16-bit RGB555 formatsLaurent Pinchart2019-04-251-0/+24
* | media: vsp1: Add support for missing 16-bit RGB444 formatsLaurent Pinchart2019-04-251-0/+24
* | media: vsp1: Add support for missing 32-bit RGB formatsLaurent Pinchart2019-04-251-0/+14
|/
* media: platform: fix several typosMauro Carvalho Chehab2019-03-011-2/+2
* 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