linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-24 09:50:56 to 2024-04-26 09:08:52 UTC [more...]

[GIT PULL FOR 6.10] Unicam and IPU6 ISYS drivers
 2024-04-26  9:08 UTC 

[GIT PULL FOR 6.10] MediaTek Vcodec mem free improvements
 2024-04-26  8:59 UTC 

[GIT PULL v2 FOR 6.10] Ov4689 sensor patches, IVSC fixes and V4L2 async improvements
 2024-04-26  8:59 UTC 

[PATCH v3 00/14] Generic line based metadata, without sensor API changes
 2024-04-26  8:50 UTC  (15+ messages)
` [PATCH v3 01/14] media: v4l2-subdev: Clearly document that the crop API won't be extended
` [PATCH v3 02/14] media: Documentation: Add "stream" into glossary
` [PATCH v3 03/14] media: uapi: Add generic serial metadata mbus formats
` [PATCH v3 04/14] media: uapi: Document which mbus format fields are valid for metadata
` [PATCH v3 05/14] media: uapi: v4l: Add generic 8-bit metadata format definitions
` [PATCH v3 06/14] media: v4l: Support line-based metadata capture
` [PATCH v3 07/14] media: v4l: Set line based metadata flag in V4L2 core
` [PATCH v3 08/14] media: Documentation: Additional streams generally don't harm capture
` [PATCH v3 09/14] media: Documentation: Document S_ROUTING behaviour
` [PATCH v3 10/14] media: v4l: subdev: Add a function to lock two sub-device states, use it
` [PATCH v3 11/14] media: v4l: subdev: Copy argument back to user also for S_ROUTING
` [PATCH v3 12/14] media: v4l: subdev: Add len_routes field to struct v4l2_subdev_routing
` [PATCH v3 13/14] media: v4l: subdev: Return routes set using S_ROUTING
` [PATCH v3 14/14] media: v4l: subdev: Add trivial set_routing support

[PATCH 0/3] Use INTEGER64 type for MEI CSI LINK_FREQ control
 2024-04-26  8:43 UTC  (10+ messages)
` [PATCH 2/3] media: Documentation: v4l: LINK_FREQ can be an INTEGER64 control

[PATCH 0/5] Alvium improvements
 2024-04-26  8:41 UTC  (8+ messages)
` [PATCH 1/5] media: i2c: alvium: fix alvium_get_fw_version()
` [PATCH 5/5] media: i2c: alvium: Move V4L2_CID_GAIN to V4L2_CID_ANALOG_GAIN

[linuxtv-media-stage:master] BUILD SUCCESS faa4364bef2ec0060de381ff028d1d836600a381
 2024-04-26  8:19 UTC 

[PATCH v2 00/14] Generic line based metadata, without sensor API changes
 2024-04-26  8:05 UTC  (16+ messages)
` [PATCH v2 01/14] media: v4l2-subdev: Clearly document that the crop API won't be extended
` [PATCH v2 02/14] media: Documentation: Add "stream" into glossary
` [PATCH v2 03/14] media: uapi: Add generic serial metadata mbus formats
` [PATCH v2 04/14] media: uapi: Document which mbus format fields are valid for metadata
` [PATCH v2 05/14] media: uapi: v4l: Add generic 8-bit metadata format definitions
  ` [PATCH v2.1 "
` [PATCH v2 06/14] media: v4l: Support line-based metadata capture
` [PATCH v2 07/14] media: v4l: Set line based metadata flag in V4L2 core
` [PATCH v2 08/14] media: Documentation: Additional streams generally don't harm capture
` [PATCH v2 09/14] media: Documentation: Document S_ROUTING behaviour
` [PATCH v2 10/14] media: v4l: subdev: Add a function to lock two sub-device states, use it
` [PATCH v2 11/14] media: v4l: subdev: Copy argument back to user also for S_ROUTING
` [PATCH v2 12/14] media: v4l: subdev: Add len_routes field to struct v4l2_subdev_routing
` [PATCH v2 13/14] media: v4l: subdev: Return routes set using S_ROUTING
` [PATCH v2 14/14] media: v4l: subdev: Add trivial set_routing support

[GIT PULL FOR 6.10] Ov4689 sensor patches, IVSC fixes and V4L2 async improvements
 2024-04-26  7:56 UTC  (2+ messages)
` [GIT PULL FOR 6.10] Ov4689 sensor patches, IVSC fixes and V4L2 async (#101222)

cron job: media_tree daily build: WARNINGS
 2024-04-26  1:51 UTC 

[RFC PATCH v1] media: venus: add msm8998 support
 2024-04-25 22:36 UTC  (2+ messages)

[PATCH v5 00/18] [PATCH v4 00/19] Intel IPU6 and IPU6 input system drivers
 2024-04-25 21:48 UTC  (19+ messages)
` [PATCH v5 01/18] media: ipu6: Add PCI device table header
` [PATCH v5 02/18] media: ivsc: csi: Use IPU bridge
` [PATCH v5 03/18] media: intel/ipu6: add Intel IPU6 PCI device driver
` [PATCH v5 04/18] media: intel/ipu6: add IPU auxiliary devices
` [PATCH v5 05/18] media: intel/ipu6: add IPU6 buttress interface driver
` [PATCH v5 06/18] media: intel/ipu6: CPD parsing for get firmware components
` [PATCH v5 07/18] media: intel/ipu6: add IPU6 DMA mapping API and MMU table
` [PATCH v5 08/18] media: intel/ipu6: add syscom interfaces between firmware and driver
` [PATCH v5 09/18] media: intel/ipu6: input system ABI "
` [PATCH v5 10/18] media: intel/ipu6: add IPU6 CSI2 receiver v4l2 sub-device
` [PATCH v5 11/18] media: intel/ipu6: add the CSI2 DPHY implementation
` [PATCH v5 12/18] media: intel/ipu6: input system video nodes and buffer queues
` [PATCH v5 13/18] media: intel/ipu6: add the main input system driver
` [PATCH v5 14/18] media: intel/ipu6: add Kconfig and Makefile
` [PATCH v5 15/18] media: MAINTAINERS: add maintainers for Intel IPU6 input system driver
` [PATCH v5 16/18] media: intel/ipu6: support line-based metadata capture support
` [PATCH v5 17/18] media: Documentation: add Intel IPU6 ISYS driver admin-guide doc
` [PATCH v5 18/18] media: Documentation: add documentation of Intel IPU6 driver and hardware overview

[yavta PATCH 1/1] Print V4L2 fourcc code in format enumeration
 2024-04-25 21:08 UTC 

[sailus-media-tree:metadata-pre] BUILD SUCCESS e6fd0a5e0bb6d025c18b48ee489d986019e39c21
 2024-04-25 21:06 UTC 

[PATCH v3] media/*: Convert from tasklet to BH workqueue
 2024-04-25 18:31 UTC 

[RFC WIP PATCH] venus: add qcom,no-low-power property
 2024-04-25 16:43 UTC  (20+ messages)

[sailus-media-tree:metadata] BUILD SUCCESS 7913a93d80e5489dc7e13e72dbd2644018adfbdf
 2024-04-25 16:24 UTC 

[PATCH] Add "Quanta ACER HD User Facing" devices
 2024-04-25 13:23 UTC 

[PATCH v3 00/19] Venus cleanups
 2024-04-25 12:47 UTC  (11+ messages)
` [PATCH v3 14/19] media: venus: core: Define a pointer to core->res
` [PATCH v3 15/19] media: venus: pm_helpers: Simplify vcodec clock handling
` [PATCH v3 16/19] media: venus: pm_helpers: Commonize getting clocks and GenPDs
` [PATCH v3 17/19] media: venus: pm_helpers: Commonize vdec_get()
` [PATCH v3 18/19] media: venus: pm_helpers: Commonize venc_get()

[sailus-media-tree:ipu6] BUILD SUCCESS fa7e12cd22ea562deeb7bb60a4e31893b0507353
 2024-04-25 11:30 UTC 

[PATCH v6 00/11] media: subdev: Improve stream enable/disable machinery
 2024-04-25 11:15 UTC  (15+ messages)
` [PATCH v6 01/11] media: subdev: Add privacy led helpers
` [PATCH v6 02/11] media: subdev: Use v4l2_subdev_has_op() in v4l2_subdev_enable/disable_streams()
` [PATCH v6 03/11] media: subdev: Add checks for subdev features
` [PATCH v6 04/11] media: subdev: Fix use of sd->enabled_streams in call_s_stream()
` [PATCH v6 05/11] media: subdev: Improve v4l2_subdev_enable/disable_streams_fallback
` [PATCH v6 06/11] media: subdev: Add v4l2_subdev_is_streaming()
` [PATCH v6 07/11] media: subdev: Support privacy led in v4l2_subdev_enable/disable_streams()
` [PATCH v6 08/11] media: subdev: Refactor v4l2_subdev_enable/disable_streams()
` [PATCH v6 09/11] media: subdev: Support single-stream case in v4l2_subdev_enable/disable_streams()
` [PATCH v6 10/11] media: subdev: Support non-routing subdevs in v4l2_subdev_s_stream_helper()
` [PATCH v6 11/11] media: subdev: Improve s_stream documentation

[GIT PULL FOR v6.10] media: various fixes
 2024-04-25  9:31 UTC  (5+ messages)
` [GIT PULL FOR v6.10] media: various fixes (#101130)

[PATCH v2 1/3] media: v4l2-ctrls: Add average qp control
 2024-04-25  6:50 UTC  (3+ messages)
` [PATCH v2 2/3] media: amphion: Report the average QP of current encoded frame
` [PATCH v2 3/3] media: amphion: Remove lock in s_ctrl callback

[PATCH v3 00/18] Add audio support for the MediaTek Genio 350-evk board
 2024-04-25  6:38 UTC  (5+ messages)
` [PATCH v3 03/18] ASoC: dt-bindings: mt6357: Add audio codec document

[PATCH v1 0/9] media: vimc improvements
 2024-04-24 23:57 UTC  (10+ messages)
` [PATCH v1 1/9] media: vimc: Don't iterate over single pad
` [PATCH v1 2/9] media: vimc: Constify vimc_ent_type structures
` [PATCH v1 3/9] media: vimc: Constify the ent_config array
` [PATCH v1 4/9] media: vimc: scaler: Rename vic_sca_pad enum to vimc_scaler_pad
` [PATCH v1 5/9] media: vimc: Centralize subdev internal_ops initialization
` [PATCH v1 6/9] media: vimc: Initialize subdev active state
` [PATCH v1 7/9] media: vimc: sensor: Use "
` [PATCH v1 8/9] media: vimc: debayer: "
` [PATCH v1 9/9] media: vimc: scaler: "

[RFC PATCH net-next v8 00/14] Device Memory TCP
 2024-04-24 22:11 UTC  (4+ messages)
` [RFC PATCH net-next v8 04/14] netdev: support binding dma-buf to netdevice

[PATCH 0/2] media: Add driver for ST VD56G3 camera sensor
 2024-04-24 21:12 UTC  (5+ messages)
` [PATCH 1/2] media: dt-bindings: Add ST VD56G3 camera sensor binding
` [PATCH 2/2] media: i2c: Add driver for ST VD56G3 camera sensor

[PATCH v1 1/1] media: atomisp: Remove unused GPIO related defines and APIs
 2024-04-24 21:08 UTC 

[PATCH 1/3] media: tuners: tda18271: fix error code handling in tda18271_attach()
 2024-04-24 20:20 UTC  (3+ messages)
` [lvc-project] "

[PATCH v4 67/71] media: atomisp: Switch to new Intel CPU model defines
 2024-04-24 19:31 UTC  (2+ messages)

[PATCH v2 00/26] media: Fix coccinelle warning/errors
 2024-04-24 18:46 UTC  (10+ messages)
` [PATCH v2 09/26] media: v4l: async: refactor v4l2_async_create_ancillary_links
` [PATCH v2 16/26] media: au0828: Use min macro
` [PATCH v2 21/26] media: i2c: st-mipid02: Use the correct div function

[PATCH v1 0/2] media: atomisp: A couple of cleanups
 2024-04-24 18:43 UTC  (3+ messages)
` [PATCH v1 1/2] media: atomisp: Clean up unused macros from math_support.h
` [PATCH v1 2/2] media: atomisp: Replace COMPILATION_ERROR_IF() by static_assert()

[PATCH v11 0/5] media: Add driver for the Raspberry Pi <5 CSI-2 receiver
 2024-04-24 18:38 UTC  (10+ messages)
` [PATCH v11 1/5] media: v4l: Add V4L2-PIX-FMT-Y12P format
` [PATCH v11 2/5] media: v4l: Add V4L2-PIX-FMT-Y14P format
` [PATCH v11 3/5] dt-bindings: media: Add bindings for bcm2835-unicam
` [PATCH v11 4/5] media: bcm2835-unicam: Add support for CCP2/CSI2 camera interface
` [PATCH v11 5/5] ARM: dts: bcm2835: Add Unicam CSI nodes

[PATCH 00/14] Generic line based metadata, without sensor API changes
 2024-04-24 18:23 UTC  (21+ messages)
` [PATCH 01/14] media: v4l2-subdev: Clearly document that the crop API won't be extended
` [PATCH 02/14] media: Documentation: Add "stream" into glossary
` [PATCH 03/14] media: uapi: Add generic serial metadata mbus formats
` [PATCH 04/14] media: uapi: Document which mbus format fields are valid for metadata
` [PATCH 05/14] media: uapi: v4l: Add generic 8-bit metadata format definitions
` [PATCH 06/14] media: v4l: Support line-based metadata capture
` [PATCH 07/14] media: v4l: Set line based metadata flag in V4L2 core
` [PATCH 08/14] media: Documentation: Additional streams generally don't harm capture
` [PATCH 09/14] media: Documentation: Document S_ROUTING behaviour
` [PATCH 10/14] media: v4l: subdev: Add a function to lock two sub-device states, use it
` [PATCH 11/14] media: v4l: subdev: Copy argument back to user also for S_ROUTING
` [PATCH 12/14] media: v4l: subdev: Add len_routes field to struct v4l2_subdev_routing
` [PATCH 13/14] media: v4l: subdev: Return routes set using S_ROUTING
` [PATCH 14/14] media: v4l: subdev: Add trivial set_routing support

[PATCH 0/9] Convert Tasklets to BH Workqueues
 2024-04-24 16:48 UTC  (4+ messages)
` [PATCH 8/9] drivers/media/*: Convert from tasklet to BH workqueue

[v4l-utils] [PATCH v2 0/7] Support for the generic line-based metadata support
 2024-04-24 16:07 UTC  (10+ messages)
` [v4l-utils] [PATCH v2 1/7] v4l-utils: sync-with-kernel
` [v4l-utils] [PATCH v2 2/7] utils: media-ctl: Support changed routing API
` [v4l-utils] [PATCH v2 3/7] v4l2-compliance: Support the "
` [v4l-utils] [PATCH v2 4/7] v4l2-compliance: Add tests for V4L2_FMT_FLAG_META_LINE_BASED flag
` [v4l-utils] [PATCH v2 5/7] v4l-utils: sync-with-kernel
` [v4l-utils] [PATCH v2 6/7] utils: media-ctl: Print the INTERNAL pad flag
` [v4l-utils] [PATCH v2 7/7] v4l2-compliance: Test IMMUTABLE route flag

[PATCH] media: vivid: make the timestamps/seq numbers reliable
 2024-04-24 16:03 UTC 

[PATCH v4 0/7] Managing live video input format for ZynqMP DPSUB
 2024-04-24 14:54 UTC  (2+ messages)

[PATCH] media: staging: media: starfive: camss: Drop obsolete return value documentation
 2024-04-24 14:02 UTC 

[PATCH v5 00/10] media: subdev: Improve stream enable/disable machinery
 2024-04-24 13:50 UTC  (11+ messages)
` [PATCH v5 08/10] media: subdev: Refactor v4l2_subdev_enable/disable_streams()
` [PATCH v5 09/10] media: subdev: Support single-stream case in v4l2_subdev_enable/disable_streams()

[PATCH v9 00/13] Introduce STM32 Firewall framework
 2024-04-24 12:19 UTC  (4+ messages)
` [PATCH v9 06/13] of: property: fw_devlink: Add support for "access-controller"

[PATCH v2] media: dt-bindings: add access-controllers to STM32MP25 video codecs
 2024-04-24 13:10 UTC  (2+ messages)

[PATCH V5 RESEND 0/5] PM: domains: Add control for switching back and forth to HW control
 2024-04-24 12:25 UTC  (14+ messages)
` [PATCH V5 RESEND 3/5] clk: qcom: gdsc: Add set and get hwmode callbacks to switch GDSC mode
` [PATCH V5 RESEND 5/5] venus: pm_helpers: Use dev_pm_genpd_set_hwmode to switch GDSC mode on V6

[PATCH] [RFC] dma-buf: fix race condition between poll and close
 2024-04-24 11:28 UTC  (4+ messages)

[PATCH v2 0/3] media: videobuf2-core: attach once if multiple planes share the same dbuf
 2024-04-24 10:25 UTC  (4+ messages)
` [PATCH v2 2/3] media: videobuf2-core: reverse the iteration order in __vb2_buf_dmabuf_put

[PATCH 1/2] media: v4l2-ctrls: Add average qp control
 2024-04-24 10:07 UTC  (4+ messages)
` [PATCH 2/2] media: amphion: Report the average qp of current encoded frame


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).