index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
/
vsp1
/
vsp1_video.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-14
[media] v4l: vsp1: Allocate pipelines on demand
Laurent Pinchart
1
-57
/
+67
2016-04-14
[media] v4l: vsp1: video: Reorder functions
Laurent Pinchart
1
-133
/
+133
2016-04-14
[media] v4l: vsp1: Store pipeline pointer in rwpf
Laurent Pinchart
1
-6
/
+7
2016-04-14
[media] v4l: vsp1: Pass pipe pointer to entity configure functions
Laurent Pinchart
1
-1
/
+1
2016-04-14
[media] v4l: vsp1: Rename pipeline validate functions to pipeline build
Laurent Pinchart
1
-9
/
+9
2016-04-14
[media] v4l: vsp1: Pass display list explicitly to configure functions
Laurent Pinchart
1
-7
/
+4
2016-04-14
[media] v4l: vsp1: Use __vsp1_video_try_format to initialize format at init time
Laurent Pinchart
1
-9
/
+2
2016-04-14
[media] v4l: vsp1: Create a new configure operation to setup modules
Laurent Pinchart
1
-10
/
+5
2016-04-14
[media] v4l: vsp1: Store active selection rectangles in a pad config structure
Laurent Pinchart
1
-10
/
+3
2016-04-13
[media] v4l: vsp1: Add race condition FIXME comment
Laurent Pinchart
1
-0
/
+3
2016-04-13
[media] v4l: vsp1: Use display lists with the userspace API
Laurent Pinchart
1
-43
/
+102
2016-04-13
[media] v4l: vsp1: Don't configure RPF memory buffers before calculating offsets
Laurent Pinchart
1
-2
/
+7
2016-04-13
[media] v4l: vsp1: video: Fix coding style
Laurent Pinchart
1
-12
/
+11
2016-03-05
[media] v4l: vsp1: Check if an entity is a subdev with the right function
Laurent Pinchart
1
-1
/
+1
2016-02-19
[media] v4l: vsp1: Configure device based on IP version
Laurent Pinchart
1
-2
/
+2
2016-02-19
[media] v4l: vsp1: Make pipeline inputs array index by RPF index
Laurent Pinchart
1
-4
/
+12
2016-02-19
[media] v4l: vsp1: Move format info to vsp1_pipe.c
Laurent Pinchart
1
-127
/
+0
2016-02-19
[media] v4l: vsp1: Move entity route setup function to vsp1_entity.c
Laurent Pinchart
1
-12
/
+0
2016-02-19
[media] v4l: vsp1: Reuse local variable instead of recomputing it
Laurent Pinchart
1
-1
/
+1
2016-02-19
[media] v4l: vsp1: Extract pipeline initialization code into a function
Laurent Pinchart
1
-5
/
+1
2016-02-19
[media] v4l: vsp1: Rename video pipeline functions to use vsp1_video prefix
Laurent Pinchart
1
-14
/
+14
2016-02-19
[media] v4l: vsp1: Split pipeline management code from vsp1_video.c
Laurent Pinchart
1
-221
/
+4
2016-02-19
[media] v4l: vsp1: Decouple pipeline end of frame processing from vsp1_video
Laurent Pinchart
1
-8
/
+17
2016-02-19
[media] v4l: vsp1: Remove struct vsp1_pipeline num_video field
Laurent Pinchart
1
-5
/
+2
2016-02-19
[media] v4l: vsp1: Move vsp1_video pointer from vsp1_entity to vsp1_rwpf
Laurent Pinchart
1
-5
/
+5
2016-02-19
[media] v4l: vsp1: Make rwpf operations independent of video device
Laurent Pinchart
1
-6
/
+9
2016-02-19
[media] v4l: vsp1: Move video device out of struct vsp1_rwpf
Laurent Pinchart
1
-20
/
+25
2016-02-19
[media] v4l: vsp1: Rename vsp1_video_buffer to vsp1_vb2_buffer
Laurent Pinchart
1
-10
/
+10
2016-02-19
[media] v4l: vsp1: Move video operations to vsp1_rwpf
Laurent Pinchart
1
-2
/
+2
2016-02-19
[media] v4l: vsp1: Store the memory format in struct vsp1_rwpf
Laurent Pinchart
1
-20
/
+20
2016-02-19
[media] v4l: vsp1: Change the type of the rwpf field in struct vsp1_video
Laurent Pinchart
1
-2
/
+2
2016-02-19
[media] v4l: vsp1: Add tri-planar memory formats support
Laurent Pinchart
1
-0
/
+20
2016-01-25
[media] drivers/media: vsp1_video: fix compile error
Anders Roxell
1
-1
/
+1
2016-01-11
[media] v4l: vsp1: Use media entity enumeration interface
Sakari Ailus
1
-14
/
+31
2016-01-11
[media] v4l: vsp1: Use the new media graph walk interface
Sakari Ailus
1
-0
/
+8
2016-01-11
[media] media framework: rename pads init function to media_entity_pads_init()
Mauro Carvalho Chehab
1
-1
/
+1
2016-01-11
[media] media: use macros to check for V4L2 subdev entities
Mauro Carvalho Chehab
1
-5
/
+4
2016-01-11
[media] media: use entity.graph_obj.mdev instead of .parent
Javier Martinez Canillas
1
-1
/
+1
2016-01-11
[media] media: create a macro to get entity ID
Mauro Carvalho Chehab
1
-2
/
+2
2016-01-11
[media] media: get rid of unused "extra_links" param on media_entity_init()
Mauro Carvalho Chehab
1
-1
/
+1
2015-12-18
[media] media: videobuf2: Move timestamp to vb2_buffer
Junghak Sung
1
-1
/
+1
2015-12-18
[media] vb2: drop v4l2_format argument from queue_setup
Hans Verkuil
1
-41
/
+10
2015-10-20
[media] media: videobuf2: Change queue_setup argument
Junghak Sung
1
-1
/
+2
2015-10-01
[media] media: videobuf2: Restructure vb2_buffer
Junghak Sung
1
-8
/
+10
2015-10-01
[media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2
Junghak Sung
1
-1
/
+1
2015-07-17
[media] v4l: vsp1: Fix plane stride and size checks
Laurent Pinchart
1
-1
/
+1
2015-07-06
[media] vsp1: declar vsp1_pipeline_stopped() as static
Mauro Carvalho Chehab
1
-1
/
+1
2015-07-06
[media] v4l: vsp1: Fix race condition when stopping pipeline
Laurent Pinchart
1
-3
/
+14
2015-07-06
[media] v4l: vsp1: Fix Suspend-to-RAM
Sei Fumizono
1
-1
/
+69
2014-11-14
[media] platform: Make use of media_bus_format enum
Boris BREZILLON
1
-21
/
+21
[next]