aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/vsp1/vsp1_dl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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