index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
/
vsp1
/
vsp1_dl.c
Age
Commit message (
Expand
)
Author
2021-03-11
media: fix incorrect kernel doc usages
Hans Verkuil
2020-07-04
media: vsp1: dl: Fix NULL pointer dereference on unbind
Eugeniu Rosca
2019-08-14
media: vsp1: fix memory leak of dl on error return path
Colin Ian King
2019-03-18
media: vsp1: drm: Implement writeback support
Laurent Pinchart
2019-03-18
media: vsp1: dl: Allow chained display lists for display pipelines
Laurent Pinchart
2019-03-18
media: vsp1: Replace the display list internal flag with a flags field
Laurent Pinchart
2019-03-18
media: vsp1: Replace leftover occurrence of fragment with body
Laurent Pinchart
2018-08-08
media: vsp1_dl: add a description for cmdpool field
Mauro Carvalho Chehab
2018-08-03
media: vsp1: Support Interlaced display pipelines
Kieran Bingham
2018-08-03
media: vsp1: Provide support for extended command pools
Kieran Bingham
2018-08-03
media: vsp1: Add support for extended display list headers
Kieran Bingham
2018-08-03
media: vsp1: Use header display lists for all WPF outputs linked to the DU
Kieran Bingham
2018-08-03
media: vsp1: Clean up DLM objects on error
Kieran Bingham
2018-08-03
media: vsp1: Remove unused display list structure field
Kieran Bingham
2018-08-03
media: vsp1: Rename dl_child to dl_next
Kieran Bingham
2018-08-03
media: vsp1: use kernel __packed for structures
Kieran Bingham
2018-07-27
media: vsp1: Document vsp1_dl_body refcnt
Kieran Bingham
2018-05-25
media: vsp1: Move video configuration to a cached dlb
Kieran Bingham
2018-05-25
media: vsp1: Adapt entities to configure into a body
Kieran Bingham
2018-05-25
media: vsp1: Use reference counting for bodies
Kieran Bingham
2018-05-25
media: vsp1: Convert display lists to use new body pool
Kieran Bingham
2018-05-25
media: vsp1: Provide a body pool
Kieran Bingham
2018-05-25
media: vsp1: Protect bodies against overflow
Kieran Bingham
2018-05-25
media: vsp1: Reword uses of 'fragment' as 'body'
Kieran Bingham
2018-05-17
media: v4l: vsp1: Use SPDX license headers
Laurent Pinchart
2018-05-04
media: v4l: vsp1: Add per-display list internal completion notification support
Laurent Pinchart
2018-05-04
media: v4l: vsp1: Turn frame end completion status into a bitfield
Laurent Pinchart
2018-02-26
media: v4l: vsp1: Fix header display list status check in continuous mode
Kieran Bingham
2017-11-30
media: vsp1: add a missing kernel-doc parameter
Mauro Carvalho Chehab
2017-08-03
v4l: vsp1: Add support for header display lists in continuous mode
Laurent Pinchart
2017-07-29
v4l: vsp1: Don't recycle active list at display start
Laurent Pinchart
2017-07-29
v4l: vsp1: Fill display list headers without holding dlm spinlock
Laurent Pinchart
2017-06-09
v4l: vsp1: Map the DL and video buffers through the proper bus master
Magnus Damm
2017-05-22
v4l: vsp1: Postpone frame end handling in event of display list race
Kieran Bingham
2017-04-10
[media] v4l: vsp1: Fix multi-line comment style
Laurent Pinchart
2016-09-19
[media] vsp1: fix CodingStyle violations on multi-line comments
Mauro Carvalho Chehab
2016-09-19
[media] v4l: vsp1: Support chained display lists
Kieran Bingham
2016-06-28
[media] v4l: vsp1: dl: Don't free fragments with interrupts disabled
Laurent Pinchart
2016-04-13
[media] v4l: vsp1: dl: Add support for multi-body display lists
Laurent Pinchart
2016-04-13
[media] v4l: vsp1: dl: Fix race conditions
Laurent Pinchart
2016-04-13
[media] v4l: vsp1: dl: Make reg_count field unsigned
Laurent Pinchart
2016-04-13
[media] v4l: vsp1: Use display lists with the userspace API
Laurent Pinchart
2016-04-13
[media] v4l: vsp1: Add header display list support
Laurent Pinchart
2016-04-13
[media] v4l: vsp1: Store the display list manager in the WPF
Laurent Pinchart
2016-04-13
[media] v4l: vsp1: Split display list manager from display list
Laurent Pinchart
2016-04-13
[media] v4l: vsp1: Always setup the display list
Laurent Pinchart
2016-04-13
[media] v4l: vsp1: Use pipeline display list to decide how to write to modules
Laurent Pinchart
2016-03-21
[media] vsp1: use proper dma alloc/free functions
Linus Torvalds
2016-02-19
[media] v4l: vsp1: Add display list support
Takashi Saito