aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/vsp1 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-08Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds21-92/+221
2019-04-25media: vsp1: Add support for missing 16-bit RGB555 formatsLaurent Pinchart1-0/+24
2019-04-25media: vsp1: Add support for missing 16-bit RGB444 formatsLaurent Pinchart1-0/+24
2019-04-25media: vsp1: Add support for missing 32-bit RGB formatsLaurent Pinchart1-0/+14
2019-03-18media: vsp1: drm: Implement writeback supportLaurent Pinchart3-2/+40
2019-03-18media: vsp1: drm: Extend frame completion API to the DU driverLaurent Pinchart3-3/+4
2019-03-18media: vsp1: drm: Split RPF format setting to separate functionLaurent Pinchart1-20/+35
2019-03-18media: vsp1: wpf: Add writeback supportLaurent Pinchart2-9/+58
2019-03-18media: vsp1: dl: Allow chained display lists for display pipelinesLaurent Pinchart1-12/+23
2019-03-18media: vsp1: Add vsp1_dl_list argument to .configure_stream() operationLaurent Pinchart16-5/+22
2019-03-18media: vsp1: Replace the display list internal flag with a flags fieldLaurent Pinchart4-18/+25
2019-03-18media: vsp1: Fix addresses of display-related registers for VSP-DLLaurent Pinchart3-6/+6
2019-03-18media: vsp1: Replace leftover occurrence of fragment with bodyLaurent Pinchart1-2/+2
2019-03-18media: vsp1: wpf: Fix partition configuration for display pipelinesLaurent Pinchart1-7/+9
2019-03-18Revert "[media] v4l: vsp1: Supply frames to the DU continuously"Kieran Bingham1-11/+0
2019-03-01media: platform: fix several typosMauro Carvalho Chehab1-2/+2
2019-02-18media: vsp1: Fix smatch warningHans Verkuil1-3/+3
2019-01-16media: vsp1: Fix trivial documentationKieran Bingham1-1/+1
2018-12-03media: vsp1: Fix LIF buffer thresholdsLaurent Pinchart1-1/+1
2018-09-17media: vsp1: Document max_width restriction on UDSKieran Bingham1-0/+8
2018-09-17media: vsp1: Document max_width restriction on SRUKieran Bingham1-0/+5
2018-09-17media: vsp1: use periods at the end of comment sentencesKieran Bingham8-14/+14
2018-09-17media: vsp1: Remove artificial minimum width/height limitationKieran Bingham1-5/+2
2018-09-17media: vsp1: Fix YCbCr planar formats pitch calculationKoji Matsuoka1-1/+10
2018-09-17media: vsp1: Update LIF buffer thresholdsLaurent Pinchart1-4/+25
2018-09-17media: vsp1: Fix vsp1_regs.h license headerLaurent Pinchart1-1/+1
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab3-5/+5
2018-08-15Merge tag 'media/v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds9-110/+467
2018-08-08media: vsp1_dl: add a description for cmdpool fieldMauro Carvalho Chehab1-1/+1
2018-08-03media: vsp1: Support Interlaced display pipelinesKieran Bingham5-5/+88
2018-08-03media: vsp1: Provide support for extended command poolsKieran Bingham2-0/+196
2018-08-03media: vsp1: Add support for extended display list headersKieran Bingham5-4/+133
2018-08-03media: vsp1: Use header display lists for all WPF outputs linked to the DUKieran Bingham1-81/+27
2018-08-03media: vsp1: Provide VSP1 feature helper macroKieran Bingham3-11/+13
2018-08-03media: vsp1: Clean up DLM objects on errorKieran Bingham1-1/+3
2018-08-03media: vsp1: Remove unused display list structure fieldKieran Bingham1-2/+0
2018-08-03media: vsp1: Rename dl_child to dl_nextKieran Bingham1-7/+7
2018-08-03media: vsp1: use kernel __packed for structuresKieran Bingham1-3/+3
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-07-27media: vsp1: Document vsp1_dl_body refcntKieran Bingham1-0/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-1/+2
2018-05-25media: vsp1: Move video configuration to a cached dlbKieran Bingham4-30/+56
2018-05-25media: vsp1: Adapt entities to configure into a bodyKieran Bingham21-169/+194
2018-05-25media: vsp1: Refactor display list configure operationsKieran Bingham16-420/+422
2018-05-25media: vsp1: Use reference counting for bodiesKieran Bingham3-4/+26
2018-05-25media: vsp1: Convert display lists to use new body poolKieran Bingham6-180/+100
2018-05-25media: vsp1: Provide a body poolKieran Bingham2-0/+171
2018-05-25media: vsp1: Protect bodies against overflowKieran Bingham1-0/+7
2018-05-25media: vsp1: Reword uses of 'fragment' as 'body'Kieran Bingham4-72/+70