index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
/
renesas
/
vsp1
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-26
media: renesas: vsp1: Implement .link_validate() for video devices
Laurent Pinchart
1
-0
/
+22
2024-06-20
media: renesas: vsp1: Initialize control handler after subdev
Laurent Pinchart
2
-16
/
+16
2024-06-20
media: renesas: vsp1: Pass subdev state to entity operations
Laurent Pinchart
17
-47
/
+58
2024-06-20
media: renesas: vsp1: Name parameters to entity operations
Laurent Pinchart
1
-14
/
+21
2024-06-20
media: renesas: vsp1: Get configuration from partition instead of state
Laurent Pinchart
3
-36
/
+23
2024-06-20
media: renesas: vsp1: Compute partitions for DRM pipelines
Laurent Pinchart
2
-1
/
+10
2024-06-20
media: renesas: vsp1: Keep the DRM pipeline entities sorted
Laurent Pinchart
1
-3
/
+7
2024-06-20
media: renesas: vsp1: Add and use function to dump a pipeline to the log
Laurent Pinchart
4
-1
/
+55
2024-06-20
media: renesas: vsp1: Replace vsp1_partition_window with v4l2_rect
Laurent Pinchart
7
-28
/
+20
2024-06-20
media: renesas: vsp1: Pass partition pointer to .configure_partition()
Laurent Pinchart
8
-12
/
+15
2024-06-20
media: renesas: vsp1: Store RPF partition configuration per RPF instance
Laurent Pinchart
2
-4
/
+6
2024-06-20
media: renesas: vsp1: Simplify partition calculation
Laurent Pinchart
1
-10
/
+0
2024-06-20
media: renesas: vsp1: Move partition calculation to vsp1_pipe.c
Laurent Pinchart
3
-130
/
+130
2024-06-20
media: renesas: vsp1: Drop custom .get_fmt() handler for histogram
Laurent Pinchart
1
-14
/
+5
2024-06-20
media: renesas: vsp1: Drop brx_get_compose() wrapper
Laurent Pinchart
1
-10
/
+3
2024-06-20
media: renesas: vsp1: Drop vsp1_rwpf_get_crop() wrapper
Laurent Pinchart
3
-13
/
+4
2024-06-20
media: renesas: vsp1: Drop vsp1_entity_get_pad_selection() wrapper
Laurent Pinchart
7
-76
/
+20
2024-06-20
media: renesas: vsp1: Drop vsp1_entity_get_pad_format() wrapper
Laurent Pinchart
14
-124
/
+73
2024-06-20
media: renesas: vsp1: Print debug message to diagnose validation failure
Laurent Pinchart
1
-2
/
+8
2024-06-19
media: renesas: vsp1: Fix _irqsave and _irq mix
Laurent Pinchart
1
-12
/
+8
2023-12-04
media: v4l2-subdev: Rename .init_cfg() operation to .init_state()
Laurent Pinchart
11
-39
/
+25
2023-12-04
media: renesas: vsp1: Fix references to pad config
Laurent Pinchart
16
-179
/
+162
2023-12-03
Merge tag 'v6.7-rc4' into media_stage
Hans Verkuil
5
-39
/
+14
2023-11-23
media: v4l: subdev: Switch to stream-aware state functions
Sakari Ailus
3
-8
/
+5
2023-11-13
media: vsp1: Remove unbalanced .s_stream(0) calls
Laurent Pinchart
5
-39
/
+14
2023-07-19
media: Explicitly include correct DT includes
Rob Herring
1
-1
/
+0
2023-04-12
media: Use designated initializers for all subdev pad ops
Laurent Pinchart
1
-2
/
+3
2023-04-12
media: Prefer designated initializers over memset for subdev pad ops
Laurent Pinchart
2
-15
/
+14
2023-04-12
media: Zero-initialize all structures passed to subdev pad operations
Laurent Pinchart
1
-2
/
+3
2023-04-11
media: vsp1: Add underrun debug print
Tomi Valkeinen
4
-1
/
+17
2023-04-11
media: vsp1: Replace vb2_is_streaming() with vb2_start_streaming_called()
Laurent Pinchart
1
-1
/
+1
2023-04-11
media: vsp1: Remove unused vsp1_subdev_internal_ops declaration
Gaosheng Cui
1
-2
/
+0
2023-04-11
media: vsp1_drv: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-01-20
media: renesas: vsp1: Add new formats (2-10-10-10 ARGB, Y210, Y212)
Tomi Valkeinen
3
-0
/
+93
2023-01-20
media: renesas: vsp1: Add V4H SoC version
Tomi Valkeinen
1
-0
/
+1
2023-01-20
media: renesas: vsp1: Change V3U to be gen4
Tomi Valkeinen
7
-15
/
+16
2022-10-22
Merge tag 'media/v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
1
-3
/
+3
2022-10-07
Merge tag 'media/v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
5
-22
/
+103
2022-09-24
media: drivers: use video device pipeline start/stop
Tomi Valkeinen
1
-3
/
+3
2022-09-07
media: vsp1: Add premultiplied alpha support
Takanari Hayama
1
-0
/
+2
2022-08-30
media: renesas: vsp1: Add support for RZ/G2L VSPD
Biju Das
3
-4
/
+22
2022-08-30
media: renesas: vsp1: Add VSP1_HAS_NON_ZERO_LBA feature bit
Biju Das
3
-3
/
+19
2022-08-30
media: renesas: vsp1: Add support for VSP software version
Biju Das
3
-13
/
+33
2022-08-30
media: renesas: vsp1: Add support to deassert/assert reset line
Biju Das
2
-2
/
+29
2022-08-29
media: avoid use of 'videobuf'
Hans Verkuil
1
-1
/
+1
2022-07-17
media: mc-entity: Rename media_entity_remote_pad() to media_pad_remote_pad_fi...
Laurent Pinchart
2
-3
/
+3
2022-05-13
media: vsp1: Fix offset calculation for plane cropping
Michael Rodin
1
-3
/
+3
2022-05-13
media: vsp1: Use vb2_queue_is_busy()
Laurent Pinchart
1
-1
/
+1
2022-05-13
media: vsp1: Don't open-code vb2_fop_release()
Laurent Pinchart
1
-11
/
+1
2022-04-24
media: subdev: add subdev state locking
Tomi Valkeinen
1
-1
/
+3
[next]