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] v4l: vsp1: Factorize frame size enumeration code
Laurent Pinchart
2016-04-14
6
-111
/
+69
*
[media] v4l: vsp1: Factorize media bus codes enumeration code
Laurent Pinchart
2016-04-14
7
-132
/
+60
*
[media] v4l: vsp1: Factorize get pad format code
Laurent Pinchart
2016-04-14
9
-126
/
+36
*
[media] v4l: vsp1: RPF entities can't be target nodes
Laurent Pinchart
2016-04-14
1
-5
/
+5
*
[media] v4l: vsp1: Allocate pipelines on demand
Laurent Pinchart
2016-04-14
8
-61
/
+75
*
[media] v4l: vsp1: video: Reorder functions
Laurent Pinchart
2016-04-14
1
-133
/
+133
*
[media] v4l: vsp1: Store pipeline pointer in rwpf
Laurent Pinchart
2016-04-14
5
-22
/
+19
*
[media] v4l: vsp1: Pass pipe pointer to entity configure functions
Laurent Pinchart
2016-04-13
11
-14
/
+29
*
[media] v4l: vsp1: Rename pipeline validate functions to pipeline build
Laurent Pinchart
2016-04-13
1
-9
/
+9
*
[media] v4l: vsp1: Pass display list explicitly to configure functions
Laurent Pinchart
2016-04-13
16
-118
/
+125
*
[media] v4l: vsp1: Use __vsp1_video_try_format to initialize format at init time
Laurent Pinchart
2016-04-13
1
-9
/
+2
*
[media] v4l: vsp1: Merge RPF and WPF pad ops structures
Laurent Pinchart
2016-04-13
4
-65
/
+38
*
[media] v4l: vsp1: Create a new configure operation to setup modules
Laurent Pinchart
2016-04-13
12
-476
/
+418
*
[media] v4l: vsp1: Store active selection rectangles in a pad config structure
Laurent Pinchart
2016-04-13
10
-51
/
+58
*
[media] v4l: vsp1: Store active formats in a pad config structure
Laurent Pinchart
2016-04-13
11
-124
/
+311
*
[media] v4l: vsp1: Implement and use the subdev pad::init_cfg configuration
Laurent Pinchart
2016-04-13
10
-18
/
+16
*
[media] v4l: vsp1: Add race condition FIXME comment
Laurent Pinchart
2016-04-13
1
-0
/
+3
*
[media] v4l: vsp1: Fix BRU try compose rectangle storage
Laurent Pinchart
2016-04-13
1
-1
/
+2
*
[media] v4l: vsp1: Consolidate entity ops in a struct vsp1_entity_operations
Laurent Pinchart
2016-04-13
5
-33
/
+41
*
[media] v4l: vsp1: Move subdev initialization code to vsp1_entity_init()
Laurent Pinchart
2016-04-13
10
-129
/
+43
*
[media] v4l: vsp1: Use display lists with the userspace API
Laurent Pinchart
2016-04-13
9
-146
/
+142
*
[media] v4l: vsp1: Add header display list support
Laurent Pinchart
2016-04-13
3
-5
/
+70
*
[media] v4l: vsp1: Fix 80 characters per line violations
Laurent Pinchart
2016-04-13
7
-20
/
+40
*
[media] v4l: vsp1: Document calling context of vsp1_pipeline_propagate_alpha()
Laurent Pinchart
2016-04-13
1
-0
/
+3
*
[media] v4l: vsp1: Remove unneeded entity streaming flag
Laurent Pinchart
2016-04-13
6
-37
/
+0
*
[media] v4l: vsp1: Don't configure RPF memory buffers before calculating offsets
Laurent Pinchart
2016-04-13
6
-38
/
+62
*
[media] v4l: vsp1: Enable display list support for the HS[IT], LUT, SRU and UDS
Laurent Pinchart
2016-04-13
4
-5
/
+5
*
[media] v4l: vsp1: Don't setup control handler when starting streaming
Laurent Pinchart
2016-04-13
6
-34
/
+6
*
[media] v4l: vsp1: sru: Don't program intensity in control set handler
Laurent Pinchart
2016-04-13
2
-26
/
+11
*
[media] v4l: vsp1: rwpf: Don't program alpha value in control set handler
Laurent Pinchart
2016-04-13
4
-99
/
+47
*
[media] vsp1: make vsp1_drm_frame_end static
Mauro Carvalho Chehab
2016-04-13
1
-1
/
+1
*
[media] v4l: vsp1: bru: Don't program background color in control set handler
Laurent Pinchart
2016-04-13
2
-6
/
+11
*
[media] v4l: vsp1: Store the display list manager in the WPF
Laurent Pinchart
2016-04-13
8
-45
/
+70
*
[media] v4l: vsp1: Split display list manager from display list
Laurent Pinchart
2016-04-13
9
-186
/
+193
*
[media] v4l: vsp1: Simplify frame end processing
Laurent Pinchart
2016-04-13
2
-18
/
+6
*
[media] v4l: vsp1: Always setup the display list
Laurent Pinchart
2016-04-13
2
-6
/
+4
*
[media] v4l: vsp1: Use pipeline display list to decide how to write to modules
Laurent Pinchart
2016-04-13
6
-32
/
+20
*
[media] v4l: vsp1: VSPD instances have no LUT on Gen3
Laurent Pinchart
2016-04-13
1
-1
/
+1
*
[media] v4l: vsp1: video: Fix coding style
Laurent Pinchart
2016-04-13
1
-12
/
+11
*
[media] v4l: vsp1: drm: Include correct header file
Laurent Pinchart
2016-04-13
2
-12
/
+1
*
[media] vsp1: use proper dma alloc/free functions
Linus Torvalds
2016-03-21
1
-2
/
+2
*
[media] v4l: vsp1: Check if an entity is a subdev with the right function
Laurent Pinchart
2016-03-05
1
-1
/
+1
*
[media] vsp1_drm.h: add missing prototypes
Mauro Carvalho Chehab
2016-02-19
1
-0
/
+11
*
[media] v4l: vsp1: Configure device based on IP version
Laurent Pinchart
2016-02-19
10
-96
/
+116
*
[media] v4l: vsp1: Add display list support
Takashi Saito
2016-02-19
14
-95
/
+543
*
[media] v4l: vsp1: Add support for the R-Car Gen3 VSP2
Laurent Pinchart
2016-02-19
3
-7
/
+51
*
[media] v4l: vsp1: Implement atomic update for the DRM driver
Laurent Pinchart
2016-02-19
2
-17
/
+60
*
[media] v4l: vsp1: Disconnect unused RPFs from the DRM pipeline
Laurent Pinchart
2016-02-19
1
-2
/
+6
*
[media] v4l: vsp1: Add VSP+DU support
Laurent Pinchart
2016-02-19
5
-11
/
+595
*
[media] v4l: vsp1: Don't validate links when the userspace API is disabled
Laurent Pinchart
2016-02-19
12
-17
/
+27
[next]