index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
/
vsp1
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
media: use the BIT() macro
Mauro Carvalho Chehab
2019-08-26
1
-112
/
+112
*
media: vsp1: fix memory leak of dl on error return path
Colin Ian King
2019-08-14
1
-1
/
+3
*
media: vsp1: set device_caps in struct video_device
Hans Verkuil
2019-07-22
2
-8
/
+5
*
Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2019-05-09
21
-92
/
+221
|
\
|
*
media: vsp1: drm: Implement writeback support
Laurent Pinchart
2019-03-18
3
-2
/
+40
|
*
media: vsp1: drm: Extend frame completion API to the DU driver
Laurent Pinchart
2019-03-18
3
-3
/
+4
|
*
media: vsp1: drm: Split RPF format setting to separate function
Laurent Pinchart
2019-03-18
1
-20
/
+35
|
*
media: vsp1: wpf: Add writeback support
Laurent Pinchart
2019-03-18
2
-9
/
+58
|
*
media: vsp1: dl: Allow chained display lists for display pipelines
Laurent Pinchart
2019-03-18
1
-12
/
+23
|
*
media: vsp1: Add vsp1_dl_list argument to .configure_stream() operation
Laurent Pinchart
2019-03-18
16
-5
/
+22
|
*
media: vsp1: Replace the display list internal flag with a flags field
Laurent Pinchart
2019-03-18
4
-18
/
+25
|
*
media: vsp1: Fix addresses of display-related registers for VSP-DL
Laurent Pinchart
2019-03-18
3
-6
/
+6
|
*
media: vsp1: Replace leftover occurrence of fragment with body
Laurent Pinchart
2019-03-18
1
-2
/
+2
|
*
media: vsp1: wpf: Fix partition configuration for display pipelines
Laurent Pinchart
2019-03-18
1
-7
/
+9
|
*
Revert "[media] v4l: vsp1: Supply frames to the DU continuously"
Kieran Bingham
2019-03-18
1
-11
/
+0
*
|
media: vsp1: Add support for missing 16-bit RGB555 formats
Laurent Pinchart
2019-04-25
1
-0
/
+24
*
|
media: vsp1: Add support for missing 16-bit RGB444 formats
Laurent Pinchart
2019-04-25
1
-0
/
+24
*
|
media: vsp1: Add support for missing 32-bit RGB formats
Laurent Pinchart
2019-04-25
1
-0
/
+14
|
/
*
media: platform: fix several typos
Mauro Carvalho Chehab
2019-03-01
1
-2
/
+2
*
media: vsp1: Fix smatch warning
Hans Verkuil
2019-02-18
1
-3
/
+3
*
media: vsp1: Fix trivial documentation
Kieran Bingham
2019-01-16
1
-1
/
+1
*
media: vsp1: Fix LIF buffer thresholds
Laurent Pinchart
2018-12-03
1
-1
/
+1
*
media: vsp1: Document max_width restriction on UDS
Kieran Bingham
2018-09-17
1
-0
/
+8
*
media: vsp1: Document max_width restriction on SRU
Kieran Bingham
2018-09-17
1
-0
/
+5
*
media: vsp1: use periods at the end of comment sentences
Kieran Bingham
2018-09-17
8
-14
/
+14
*
media: vsp1: Remove artificial minimum width/height limitation
Kieran Bingham
2018-09-17
1
-5
/
+2
*
media: vsp1: Fix YCbCr planar formats pitch calculation
Koji Matsuoka
2018-09-17
1
-1
/
+10
*
media: vsp1: Update LIF buffer thresholds
Laurent Pinchart
2018-09-17
1
-4
/
+25
*
media: vsp1: Fix vsp1_regs.h license header
Laurent Pinchart
2018-09-17
1
-1
/
+1
*
media: use strscpy() instead of strlcpy()
Mauro Carvalho Chehab
2018-09-11
3
-5
/
+5
*
Merge tag 'media/v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
2018-08-16
9
-110
/
+467
|
\
|
*
media: vsp1_dl: add a description for cmdpool field
Mauro Carvalho Chehab
2018-08-08
1
-1
/
+1
|
*
media: vsp1: Support Interlaced display pipelines
Kieran Bingham
2018-08-03
5
-5
/
+88
|
*
media: vsp1: Provide support for extended command pools
Kieran Bingham
2018-08-03
2
-0
/
+196
|
*
media: vsp1: Add support for extended display list headers
Kieran Bingham
2018-08-03
5
-4
/
+133
|
*
media: vsp1: Use header display lists for all WPF outputs linked to the DU
Kieran Bingham
2018-08-03
1
-81
/
+27
|
*
media: vsp1: Provide VSP1 feature helper macro
Kieran Bingham
2018-08-03
3
-11
/
+13
|
*
media: vsp1: Clean up DLM objects on error
Kieran Bingham
2018-08-03
1
-1
/
+3
|
*
media: vsp1: Remove unused display list structure field
Kieran Bingham
2018-08-03
1
-2
/
+0
|
*
media: vsp1: Rename dl_child to dl_next
Kieran Bingham
2018-08-03
1
-7
/
+7
|
*
media: vsp1: use kernel __packed for structures
Kieran Bingham
2018-08-03
1
-3
/
+3
|
*
media: vsp1: drm: Fix minor grammar error
Kieran Bingham
2018-08-03
1
-1
/
+1
|
*
media: vsp1: Document vsp1_dl_body refcnt
Kieran Bingham
2018-07-27
1
-0
/
+1
*
|
media: v4l: vsp1: Fix deadlock in VSPDL DRM pipelines
Laurent Pinchart
2018-07-30
1
-3
/
+1
|
/
*
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2018-06-13
1
-1
/
+2
*
media: vsp1: Move video configuration to a cached dlb
Kieran Bingham
2018-05-26
4
-30
/
+56
*
media: vsp1: Adapt entities to configure into a body
Kieran Bingham
2018-05-26
21
-169
/
+194
*
media: vsp1: Refactor display list configure operations
Kieran Bingham
2018-05-26
16
-420
/
+422
*
media: vsp1: Use reference counting for bodies
Kieran Bingham
2018-05-26
3
-4
/
+26
*
media: vsp1: Convert display lists to use new body pool
Kieran Bingham
2018-05-26
6
-180
/
+100
[next]