aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/vsp1/vsp1_dl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-04media: vsp1: dl: Fix NULL pointer dereference on unbindEugeniu Rosca1-0/+2
2019-08-14media: vsp1: fix memory leak of dl on error return pathColin Ian King1-1/+3
2019-03-18media: vsp1: drm: Implement writeback supportLaurent Pinchart1-0/+14
2019-03-18media: vsp1: dl: Allow chained display lists for display pipelinesLaurent Pinchart1-12/+23
2019-03-18media: vsp1: Replace the display list internal flag with a flags fieldLaurent Pinchart1-14/+17
2019-03-18media: vsp1: Replace leftover occurrence of fragment with bodyLaurent Pinchart1-2/+2
2018-08-08media: vsp1_dl: add a description for cmdpool fieldMauro Carvalho Chehab1-1/+1
2018-08-03media: vsp1: Support Interlaced display pipelinesKieran Bingham1-0/+10
2018-08-03media: vsp1: Provide support for extended command poolsKieran Bingham1-0/+193
2018-08-03media: vsp1: Add support for extended display list headersKieran Bingham1-1/+104
2018-08-03media: vsp1: Use header display lists for all WPF outputs linked to the DUKieran Bingham1-81/+27
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-07-27media: vsp1: Document vsp1_dl_body refcntKieran Bingham1-0/+1
2018-05-25media: vsp1: Move video configuration to a cached dlbKieran Bingham1-2/+8
2018-05-25media: vsp1: Adapt entities to configure into a bodyKieran Bingham1-7/+5
2018-05-25media: vsp1: Use reference counting for bodiesKieran Bingham1-2/+14
2018-05-25media: vsp1: Convert display lists to use new body poolKieran Bingham1-170/+51
2018-05-25media: vsp1: Provide a body poolKieran Bingham1-0/+163
2018-05-25media: vsp1: Protect bodies against overflowKieran Bingham1-0/+7
2018-05-25media: vsp1: Reword uses of 'fragment' as 'body'Kieran Bingham1-56/+55
2018-05-17media: v4l: vsp1: Use SPDX license headersLaurent Pinchart1-6/+2
2018-05-04media: v4l: vsp1: Add per-display list internal completion notification supportLaurent Pinchart1-1/+22
2018-05-04media: v4l: vsp1: Turn frame end completion status into a bitfieldLaurent Pinchart1-9/+13
2018-02-26media: v4l: vsp1: Fix header display list status check in continuous modeKieran Bingham1-1/+2
2017-11-30media: vsp1: add a missing kernel-doc parameterMauro Carvalho Chehab1-0/+1
2017-08-03v4l: vsp1: Add support for header display lists in continuous modeLaurent Pinchart1-69/+126
2017-07-29v4l: vsp1: Don't recycle active list at display startLaurent Pinchart1-16/+0
2017-07-29v4l: vsp1: Fill display list headers without holding dlm spinlockLaurent Pinchart1-2/+4
2017-06-09v4l: vsp1: Map the DL and video buffers through the proper bus masterMagnus Damm1-2/+2
2017-05-22v4l: vsp1: Postpone frame end handling in event of display list raceKieran Bingham1-2/+17
2017-04-10[media] v4l: vsp1: Fix multi-line comment styleLaurent Pinchart1-9/+18
2016-09-19[media] vsp1: fix CodingStyle violations on multi-line commentsMauro Carvalho Chehab1-7/+14
2016-09-19[media] v4l: vsp1: Support chained display listsKieran Bingham1-19/+100
2016-06-28[media] v4l: vsp1: dl: Don't free fragments with interrupts disabledLaurent Pinchart1-14/+58
2016-04-13[media] v4l: vsp1: dl: Add support for multi-body display listsLaurent Pinchart1-46/+243
2016-04-13[media] v4l: vsp1: dl: Fix race conditionsLaurent Pinchart1-12/+29
2016-04-13[media] v4l: vsp1: dl: Make reg_count field unsignedLaurent Pinchart1-1/+1
2016-04-13[media] v4l: vsp1: Use display lists with the userspace APILaurent Pinchart1-5/+6
2016-04-13[media] v4l: vsp1: Add header display list supportLaurent Pinchart1-4/+68
2016-04-13[media] v4l: vsp1: Store the display list manager in the WPFLaurent Pinchart1-5/+32
2016-04-13[media] v4l: vsp1: Split display list manager from display listLaurent Pinchart1-137/+126
2016-04-13[media] v4l: vsp1: Always setup the display listLaurent Pinchart1-4/+3
2016-04-13[media] v4l: vsp1: Use pipeline display list to decide how to write to modulesLaurent Pinchart1-4/+1
2016-03-21[media] vsp1: use proper dma alloc/free functionsLinus Torvalds1-2/+2
2016-02-19[media] v4l: vsp1: Add display list supportTakashi Saito1-0/+305