linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-28 04:52:45 to 2022-08-31 15:39:36 UTC [more...]

[PATCH v4 00/21] Move all drivers to a common dma-buf locking convention
 2022-08-31 15:37 UTC  (5+ messages)
` [PATCH v4 01/21] dma-buf: Add unlocked variant of vmapping functions
` [PATCH v4 02/21] dma-buf: Add unlocked variant of attachment-mapping functions
` [PATCH v4 03/21] drm/gem: Take reservation lock for vmap/vunmap operations
` [PATCH v4 04/21] drm/prime: Prepare to dynamic dma-buf locking specification

[PATCH v2 0/3] Enable {fcpvd,vspd} on RZ/G2L SoC
 2022-08-31 15:38 UTC  (5+ messages)
` [PATCH v2 1/3] media: dt-bindings: media: renesas,fcp: Document RZ/{G2,V2}L FCPVD bindings

[PATCH] media: docs: libv4l-introduction.rst: Fix function signature and link
 2022-08-31 14:54 UTC 

[PATCH 0/3] Digiteq Automotive MGB4 driver
 2022-08-31 14:56 UTC  (15+ messages)
` [PATCH 1/3] Added platform module alias for the xiic I2C driver
` [PATCH 2/3] Added Xilinx PCIe DMA IP core driver

[PATCH v13 00/34] v4l: routing and streams support
 2022-08-31 14:21 UTC  (30+ messages)
` [PATCH v13 01/34] media: Documentation: mc: add definitions for stream and pipeline
` [PATCH v13 02/34] media: media-entity.h: add include for min()
` [PATCH v13 04/34] media: mc: entity: Rename streaming_count -> start_count
` [PATCH v13 09/34] media: v4l2-dev: Add videodev wrappers for media pipelines
` [PATCH v13 10/34] media: drivers: use video device pipeline start/stop
` [PATCH v13 11/34] media: drivers: use video_device_pipeline()
` [PATCH v13 12/34] media: mc: entity: add alloc variant of pipeline_start
` [PATCH v13 13/34] media: drivers: use video_device_pipeline_alloc_start()
` [PATCH v13 14/34] media: mc: entity: Rewrite media_pipeline_start()
` [PATCH v13 16/34] media: mc: convert pipeline funcs to take media_pad

[PATCH v14 00/34]
 2022-08-31 14:13 UTC  (35+ messages)
` [PATCH v14 01/34] media: Documentation: mc: add definitions for stream and pipeline
` [PATCH v14 02/34] media: media-entity.h: add include for min()
` [PATCH v14 03/34] media: subdev: increase V4L2_FRAME_DESC_ENTRY_MAX to 8
` [PATCH v14 04/34] media: mc: entity: Rename streaming_count -> start_count
` [PATCH v14 05/34] media: mc: entity: Add iterator helper for entity pads
` [PATCH v14 06/34] media: mc: entity: Merge media_entity_enum_init and __media_entity_enum_init
` [PATCH v14 07/34] media: mc: entity: Move media_entity_get_fwnode_pad() out of graph walk section
` [PATCH v14 08/34] media: mc: entity: Add media_entity_pipeline() to access the media pipeline
` [PATCH v14 09/34] media: v4l2-dev: Add videodev wrappers for media pipelines
` [PATCH v14 10/34] media: drivers: use video device pipeline start/stop
` [PATCH v14 11/34] media: drivers: use video_device_pipeline()
` [PATCH v14 12/34] media: mc: entity: add alloc variant of pipeline_start
` [PATCH v14 13/34] media: drivers: use video_device_pipeline_alloc_start()
` [PATCH v14 14/34] media: mc: entity: Rewrite media_pipeline_start()
` [PATCH v14 15/34] media: mc: entity: Add has_pad_interdep entity operation
` [PATCH v14 16/34] media: mc: convert pipeline funcs to take media_pad
` [PATCH v14 17/34] media: add V4L2_SUBDEV_FL_STREAMS
` [PATCH v14 18/34] media: add V4L2_SUBDEV_CAP_STREAMS
` [PATCH v14 19/34] media: Documentation: Add GS_ROUTING documentation
` [PATCH v14 20/34] media: subdev: Add [GS]_ROUTING subdev ioctls and operations
` [PATCH v14 21/34] media: subdev: add v4l2_subdev_has_pad_interdep()
` [PATCH v14 22/34] media: subdev: add v4l2_subdev_set_routing helper()
` [PATCH v14 23/34] media: subdev: Add for_each_active_route() macro
` [PATCH v14 24/34] media: Documentation: add multiplexed streams documentation
` [PATCH v14 25/34] media: subdev: add stream based configuration
` [PATCH v14 26/34] media: subdev: use streams in v4l2_subdev_link_validate()
` [PATCH v14 27/34] media: subdev: add "opposite" stream helper funcs
` [PATCH v14 28/34] media: subdev: add streams to v4l2_subdev_get_fmt() helper function
` [PATCH v14 29/34] media: subdev: add v4l2_subdev_set_routing_with_fmt() helper
` [PATCH v14 30/34] media: subdev: add v4l2_subdev_routing_validate() helper
` [PATCH v14 31/34] media: v4l2-subdev: Add v4l2_subdev_state_xlate_streams() helper
` [PATCH v14 32/34] media: v4l2-subdev: Add subdev .(enable|disable)_streams() operations
` [PATCH v14 33/34] media: v4l2-subdev: Add v4l2_subdev_s_stream_helper() function
` [PATCH v14 34/34] media: Add stream to frame descriptor

Fwd: [PATCH] media: dvb_ringbuffer : Fix a bug in dvb_ringbuffer.c
 2022-08-31 13:45 UTC  (8+ messages)
  `  "

[PATCH] media: dvb_ca_en50221: A bug is fixed for size write
 2022-08-31 13:43 UTC  (2+ messages)

[PATCH v3 1/3] media: dt-bindings: media: renesas,fcp: Update maxItems for the clock property
 2022-08-31 12:51 UTC  (3+ messages)

[bug report] dma-buf: Add debug option
 2022-08-31 11:07 UTC  (2+ messages)

[v2] media: platform: mtk-mdp3: fix smatch errors and warning
 2022-08-31 10:28 UTC 

[PATCH v3 0/3] Enable {fcpvd,vspd} on RZ/G2L SoC
 2022-08-31 10:11 UTC 

[PATCH v3 0/9] Move all drivers to a common dma-buf locking convention
 2022-08-31 10:04 UTC  (3+ messages)
` [PATCH v3 1/9] dma-buf: Add _unlocked postfix to function names

[PATCH] media: dt-bindings: dongwoon,dw9714: convert to dtschema
 2022-08-31  9:51 UTC 

[GIT PULL FOR v6.1] Add MediaTek MDP3 driver
 2022-08-31  9:16 UTC  (3+ messages)

[PATCH v5 0/4] media: Add ST VGXY61 camera sensor driver
 2022-08-31  9:01 UTC  (5+ messages)
` [PATCH v5 1/4] media: v4l: Add 1X16 16-bit greyscale media bus code definition
` [PATCH v5 2/4] media: v4l: ctrls: Add a control for HDR mode
` [PATCH v5 3/4] media: dt-bindings: media: i2c: Add ST VGXY61 camera sensor binding
` [PATCH v5 4/4] media: i2c: Add driver for ST VGXY61 camera sensor

[v1] media: platform: mtk-mdp3: fix smatch errors and warning
 2022-08-31  8:56 UTC 

[PATCH 0/4] Add support for Toshiba TC358746
 2022-08-31  8:14 UTC  (2+ messages)

Bild: TOP 3 Handelsroboter, die Menschen zu Millionaren machen McBIZ (JosephSoity)
 2022-08-29  6:37 UTC 

cron job: media_tree daily build: ERRORS
 2022-08-31  3:16 UTC 

[PATCH] media: si4713: Use the right include
 2022-08-30 21:28 UTC 

[PATCH v4] media: s5k4ecgx: Switch to GPIO descriptors
 2022-08-30 21:21 UTC 

[PATCH v2] media: s5c73m3: Switch to GPIO descriptors
 2022-08-30 21:19 UTC 

[PATCH v2] media: ov9650: Drop platform data code path
 2022-08-30 21:17 UTC 

[PATCH v4 0/4] media: Add ST VGXY61 camera sensor driver
 2022-08-30 21:17 UTC  (7+ messages)
` [PATCH v4 1/4] media: v4l: Add 1X16 16-bit greyscale media bus code definition
` [PATCH v4 2/4] media: v4l: ctrls: Add a control for HDR mode
` [PATCH v4 3/4] media: dt-bindings: media: i2c: Add ST VGXY61 camera sensor binding
` [PATCH v4 4/4] media: i2c: Add driver for ST VGXY61 camera sensor

[PATCH v2] media: ov7670: Drop unused include
 2022-08-30 21:15 UTC 

[PATCH v2] media: ov2640: Drop legacy includes
 2022-08-30 21:13 UTC 

[PATCH v2] media: i2c: isl7998x: Use right include
 2022-08-30 21:11 UTC 

[PATCH linux-next] media: venus: hfi: Remove the unneeded result variable
 2022-08-30 19:10 UTC  (2+ messages)

[PATCH 0/4] Add driver for CSI2 and CRU modules found on Renesas RZ/G2L SoC
 2022-08-30 19:03 UTC  (12+ messages)
` [PATCH 1/4] media: dt-bindings: media: Document RZ/G2L CSI-2 block
` [PATCH 2/4] media: dt-bindings: media: Document RZ/G2L CRU
` [PATCH 3/4] media: platform: Add Renesas RZ/G2L MIPI CSI-2 receiver driver

[PATCH v3 0/7] Enable 10bits bitstream for Hantro/G2 HEVC codec
 2022-08-30 18:17 UTC  (9+ messages)
` [PATCH v3 1/7] media: hantro: Store HEVC bit depth in context
` [PATCH v3 2/7] media: hantro: HEVC: Fix auxilary buffer size calculation
` [PATCH v3 3/7] media: hantro: HEVC: Fix chroma offset computation
` [PATCH v3 4/7] media: hantro: postproc: Configure output regs to support 10bit
` [PATCH v3 5/7] media: Hantro: HEVC: Allows 10-bit bitstream
` [PATCH v3 6/7] media: hantro: imx8m: Enable 10bit decoding
` [PATCH v3 7/7] media: hantro: Allows luma and chroma depth to be different

Build failed in Jenkins: linux-media #290
 2022-08-30 17:31 UTC 

[PATCH AUTOSEL 5.10 04/16] drm/gem: Fix GEM handle release errors
 2022-08-30 17:23 UTC 

[PATCH AUTOSEL 5.4 03/12] drm/gem: Fix GEM handle release errors
 2022-08-30 17:24 UTC 

[PATCH AUTOSEL 5.15 04/23] drm/gem: Fix GEM handle release errors
 2022-08-30 17:21 UTC 

[PATCH AUTOSEL 5.19 07/33] drm/gem: Fix GEM handle release errors
 2022-08-30 17:17 UTC 

[PATCH] media: amphion: release m2m ctx when releasing vpu instance
 2022-08-30 17:07 UTC  (2+ messages)

[GIT PULL FOR v6.1] Misc fixes to NXP, TI and Xilinx platform drivers
 2022-08-30 16:15 UTC  (2+ messages)
` [GIT PULL FOR v6.1] Misc fixes to NXP, TI and Xilinx platform drivers (#85686)

[GIT PULL FOR v6.1] Move hantro to mainline
 2022-08-30 15:57 UTC 

[GIT PULL FOR v6.1] Move hantro driver out of staging
 2022-08-30 14:50 UTC 

[PATCH] usb: Improves USB2.0 write performance
 2022-08-30 14:03 UTC  (2+ messages)

No Sound from EM2861 Device
 2022-08-30 13:33 UTC  (2+ messages)

[PATCH 1/7] venus : Add default values for the control V4L2_CID_COLORIMETRY_HDR10_MASTERING_DISPLAY
 2022-08-30 13:30 UTC  (4+ messages)
` [PATCH V2 0/7] Fixes for Encoder Compliance issues
  ` [PATCH V2 6/7] venus : Remove the capture plane settings for venc_g_parm/venc_s_parm

[PATCH] media: cec: add support for Absolute Volume Control
 2022-08-30 10:37 UTC 

[PATCH 1/1] ar0521: Fix return value check in writing initial registers
 2022-08-30 10:34 UTC 

[PATCH linux-next] media: imon: Remove the unneeded result variable
 2022-08-30  8:30 UTC 

[PATCH v2] media: i2c: imx334: support lower bandwidth mode
 2022-08-30  6:06 UTC 

[PATCH] dvb-frontends/drxk: initialize err to 0
 2022-08-30  5:59 UTC 

staging/media/meson/vdec compiler warning: how to fix?
 2022-08-30  5:56 UTC 

cron job: media_tree daily build: ERRORS
 2022-08-30  3:34 UTC 

[PATCH] media: dt-bindings: Add missing (unevaluated|additional)Properties on child nodes
 2022-08-29 19:54 UTC  (2+ messages)

[PATCH] v4l2-ctrls: drop 'elems' argument from control type ops
 2022-08-29 14:05 UTC 

[PATCH] media: qcom: Clean up Kconfig dependencies
 2022-08-29 13:36 UTC  (2+ messages)

[RFT PATCH] media: em28xx: Enable v4l2 file ops at the end of em28xx_v4l2_init()
 2022-08-29 13:25 UTC 

[PATCH 0/4] Allow MMIO regions to be exported through dma-buf
 2022-08-29 12:26 UTC  (4+ messages)
` [PATCH 4/4] vfio/pci: "

[PATCH v2 01/13] media: atomisp_gmin_platform: Switch to use acpi_evaluate_dsm_typed()
 2022-08-29 10:18 UTC  (3+ messages)

[PATCH v3] drm/ast: add dmabuf/prime buffer sharing support
 2022-08-29  5:59 UTC 

[PATCH] Allow S/G_PARM for stateful decoder
 2022-08-29  7:54 UTC 

[Media Summit] Using the selection API to control image sensor subsampling
 2022-08-29  7:15 UTC 

[PATCH 1/1] v4l: subdev: Fail graciously when getting try data for NULL state
 2022-08-29  6:14 UTC  (2+ messages)

[PTACH v3] drm/ast: add dmabuf/prime buffer sharing support
 2022-08-29  5:58 UTC  (3+ messages)

[PATCH v7 0/7] media: Implement UVC v1.5 ROI
 2022-08-29  5:48 UTC  (7+ messages)
` [PATCH v7 3/7] media: uvcvideo: Add support for compound controls
` [PATCH v7 4/7] media: uvcvideo: implement UVC v1.5 ROI

[Media Summit] Finalizing the v4l-utils conversion to meson
 2022-08-29  1:34 UTC 

[PATCH v6 00/13] Add support for meson building
 2022-08-29  1:33 UTC  (14+ messages)
` [PATCH v6 01/13] Move README to markdown syntax
` [PATCH v6 02/13] Add support for meson building
` [PATCH v6 03/13] [FIXUP] meson: Drop unneeded bpf option check
` [PATCH v6 04/13] [FIXUP] meson: Avoid double-quoting strings
` [PATCH v6 05/13] [FIXUP] meson: Use external_program object directly without calling path()
` [PATCH v6 06/13] [FIXUP] meson: Specify check kwarg to run_command()
` [PATCH v6 07/13] [FIXUP] meson: Replace deprecated get_cross_property() with get_external_property()
` [PATCH v6 08/13] [FIXUP] meson: Fix SDL dependency fallback check
` [PATCH v6 09/13] [FIXUP] meson: Set the default build type to debugoptimized
` [PATCH v6 10/13] Copy Doxygen configuration file to doc/
` [PATCH v6 11/13] [FIXUP] doc: Fix Doygen deprecation warnings
` [PATCH v6 12/13] meson: Add support for doxygen documentation
` [PATCH v6 13/13] Makefile.am: Distribute meson related files

[PATCH] libdvbv5: Fix Doygen deprecation warnings
 2022-08-29  1:23 UTC 

[PATCH] libdvbv5: Fix invalid header file name in Doxygen INPUT
 2022-08-29  1:18 UTC  (2+ messages)

[GIT PULL FOR v6.1] uvcvideo changes
 2022-08-28 17:24 UTC 

[GIT PULL FOR v6.1] Renesas VSP1 changes
 2022-08-28 17:11 UTC 

[PATCH] [media] v4l2: Add AV1, AVS and AVS2 format
 2022-08-28 17:08 UTC  (3+ messages)
      `  "

struct vb2_buffer and struct vb2_v4l2_buffer both have a "struct vb2_plane planes[max]" member ?
 2022-08-28 13:47 UTC 

[PATCH v14 5/5] media: renesas: vsp1: Add support for RZ/G2L VSPD
 2022-08-28  8:16 UTC 

[PATCH v14 0/5] Add support for RZ/G2L VSPD
 2022-08-28  8:13 UTC  (5+ messages)
` [PATCH v14 1/5] media: dt-bindings: media: renesas,vsp1: Document RZ/G2L VSPD bindings
` [PATCH v14 2/5] media: renesas: vsp1: Add support to deassert/assert reset line
` [PATCH v14 3/5] media: renesas: vsp1: Add support for VSP software version
` [PATCH v14 4/5] media: renesas: vsp1: Add VSP1_HAS_NON_ZERO_LBA feature bit

cron job: media_tree daily build: ERRORS
 2022-08-28  4:52 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).