aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/vsp1/vsp1_dl.c
AgeCommit message (Expand)Author
2020-09-17media: vsp1: dl: Fix NULL pointer dereference on unbindEugeniu Rosca
2019-10-05media: vsp1: fix memory leak of dl on error return pathColin Ian King
2019-03-18media: vsp1: drm: Implement writeback supportLaurent Pinchart
2019-03-18media: vsp1: dl: Allow chained display lists for display pipelinesLaurent Pinchart
2019-03-18media: vsp1: Replace the display list internal flag with a flags fieldLaurent Pinchart
2019-03-18media: vsp1: Replace leftover occurrence of fragment with bodyLaurent Pinchart
2018-08-08media: vsp1_dl: add a description for cmdpool fieldMauro Carvalho Chehab
2018-08-03media: vsp1: Support Interlaced display pipelinesKieran Bingham
2018-08-03media: vsp1: Provide support for extended command poolsKieran Bingham
2018-08-03media: vsp1: Add support for extended display list headersKieran Bingham
2018-08-03media: vsp1: Use header display lists for all WPF outputs linked to the DUKieran Bingham
2018-08-03media: vsp1: Clean up DLM objects on errorKieran Bingham
2018-08-03media: vsp1: Remove unused display list structure fieldKieran Bingham
2018-08-03media: vsp1: Rename dl_child to dl_nextKieran Bingham
2018-08-03media: vsp1: use kernel __packed for structuresKieran Bingham
2018-07-27media: vsp1: Document vsp1_dl_body refcntKieran Bingham
2018-05-25media: vsp1: Move video configuration to a cached dlbKieran Bingham
2018-05-25media: vsp1: Adapt entities to configure into a bodyKieran Bingham
2018-05-25media: vsp1: Use reference counting for bodiesKieran Bingham
2018-05-25media: vsp1: Convert display lists to use new body poolKieran Bingham
2018-05-25media: vsp1: Provide a body poolKieran Bingham
2018-05-25media: vsp1: Protect bodies against overflowKieran Bingham
2018-05-25media: vsp1: Reword uses of 'fragment' as 'body'Kieran Bingham
2018-05-17media: v4l: vsp1: Use SPDX license headersLaurent Pinchart
2018-05-04media: v4l: vsp1: Add per-display list internal completion notification supportLaurent Pinchart
2018-05-04media: v4l: vsp1: Turn frame end completion status into a bitfieldLaurent Pinchart
2018-02-26media: v4l: vsp1: Fix header display list status check in continuous modeKieran Bingham
2017-11-30media: vsp1: add a missing kernel-doc parameterMauro Carvalho Chehab
2017-08-03v4l: vsp1: Add support for header display lists in continuous modeLaurent Pinchart
2017-07-29v4l: vsp1: Don't recycle active list at display startLaurent Pinchart
2017-07-29v4l: vsp1: Fill display list headers without holding dlm spinlockLaurent Pinchart
2017-06-09v4l: vsp1: Map the DL and video buffers through the proper bus masterMagnus Damm
2017-05-22v4l: vsp1: Postpone frame end handling in event of display list raceKieran Bingham
2017-04-10[media] v4l: vsp1: Fix multi-line comment styleLaurent Pinchart
2016-09-19[media] vsp1: fix CodingStyle violations on multi-line commentsMauro Carvalho Chehab
2016-09-19[media] v4l: vsp1: Support chained display listsKieran Bingham
2016-06-28[media] v4l: vsp1: dl: Don't free fragments with interrupts disabledLaurent Pinchart
2016-04-13[media] v4l: vsp1: dl: Add support for multi-body display listsLaurent Pinchart
2016-04-13[media] v4l: vsp1: dl: Fix race conditionsLaurent Pinchart
2016-04-13[media] v4l: vsp1: dl: Make reg_count field unsignedLaurent Pinchart
2016-04-13[media] v4l: vsp1: Use display lists with the userspace APILaurent Pinchart
2016-04-13[media] v4l: vsp1: Add header display list supportLaurent Pinchart
2016-04-13[media] v4l: vsp1: Store the display list manager in the WPFLaurent Pinchart
2016-04-13[media] v4l: vsp1: Split display list manager from display listLaurent Pinchart
2016-04-13[media] v4l: vsp1: Always setup the display listLaurent Pinchart
2016-04-13[media] v4l: vsp1: Use pipeline display list to decide how to write to modulesLaurent Pinchart
2016-03-21[media] vsp1: use proper dma alloc/free functionsLinus Torvalds
2016-02-19[media] v4l: vsp1: Add display list supportTakashi Saito