public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-16 16:33:17 to 2025-09-20 16:16:07 UTC [more...]

[PATCH v2 00/12] media: rkvdec: Add support for VDPU381 and VDPU383
 2025-09-20 16:15 UTC  (8+ messages)
` [PATCH v2 09/12] media: rkvdec: Add H264 support for the VDPU381 variant
` [PATCH v2 11/12] media: rkvdec: Add HEVC "

[PATCH] media: pci: intel: ivsc: fix error handling in scan_one_device()
 2025-09-20 13:42 UTC 

[PATCH v2 0/8] media: i2c: dw9719: add DT compatible and DW9718S support
 2025-09-20 12:03 UTC  (9+ messages)
` [PATCH v2 1/8] dt-bindings: media: i2c: Add DW9718S, DW9719 and DW9761 VCM
` [PATCH v2 2/8] media: i2c: dw9719: Deprecate dongwoon,vcm-freq
` [PATCH v2 3/8] media: i2c: dw9719: Remove unused i2c device id table
` [PATCH v2 4/8] media: i2c: dw9719: Add an of_match_table
` [PATCH v2 5/8] media: i2c: dw9719: Add driver_data matching
` [PATCH v2 6/8] media: i2c: dw9719: Add DW9718S support
` [PATCH v2 7/8] media: i2c: dw9719: Update PM last busy time upon close
` [PATCH v2 8/8] media: i2c: dw9719: Fix power on/off sequence

uvcvideo driver not properly closing stream, using Webcam Elgato Facecam 4K, USB 3.0, UVC 1.5
 2025-09-20 11:16 UTC  (2+ messages)

[PATCH v2 00/10] media: Introduce video device state management
 2025-09-20 10:48 UTC  (12+ messages)
` [PATCH v2 01/10] media: v4l2-core: Introduce state management for video devices
` [PATCH v2 02/10] media: v4l2-dev: Add support for try state
` [PATCH v2 03/10] media: v4l2-dev: Add callback for initializing video device state
` [PATCH v2 04/10] media: v4l2-dev: Add helpers to get current format from the state
` [PATCH v2 05/10] media: v4l2-ioctl: Add video_device_state argument to v4l2 ioctl wrappers
` [PATCH v2 06/10] media: Replace void * with video_device_state * in all driver ioctl implementations
` [PATCH v2 07/10] media: v4l2-ioctl: Pass device state for G/S/TRY_FMT ioctls
` [PATCH v2 08/10] media: ti: j721e-csi2rx: Use video_device_state
` [PATCH v2 09/10] media: rkisp1: "
` [PATCH v2 10/10] media: rkisp1: Calculate format information on demand

[PATCH 00/27 5.10.y] Backport minmax.h updates from v6.17-rc6
 2025-09-20 10:21 UTC  (30+ messages)
` [PATCH 01/27 5.10.y] overflow, tracing: Define the is_signed_type() macro once
` [PATCH 02/27 5.10.y] minmax: sanity check constant bounds when clamping
` [PATCH 03/27 5.10.y] minmax: clamp more efficiently by avoiding extra comparison
` [PATCH 04/27 5.10.y] minmax: add in_range() macro
` [PATCH 05/27 5.10.y] minmax: Introduce {min,max}_array()
` [PATCH 06/27 5.10.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH 07/27 5.10.y] minmax: fix header inclusions
` [PATCH 08/27 5.10.y] minmax: allow min()/max()/clamp() if the arguments have the same signedness
` [PATCH 09/27 5.10.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH 10/27 5.10.y] minmax: allow comparisons of 'int' against 'unsigned char/short'
` [PATCH 11/27 5.10.y] minmax: relax check to allow comparison between unsigned arguments and signed constants
` [PATCH 12/27 5.10.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH 13/27 5.10.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH 14/27 5.10.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH 15/27 5.10.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH 16/27 5.10.y] lib: zstd: drop local MIN/MAX macros in favor of generic ones
` [PATCH 17/27 5.10.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH 18/27 5.10.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH 19/27 5.10.y] minmax: improve macro expansion and type checking
` [PATCH 20/27 5.10.y] minmax: fix up min3() and max3() too
` [PATCH 21/27 5.10.y] minmax.h: add whitespace around operators and after commas
` [PATCH 22/27 5.10.y] minmax.h: update some comments
` [PATCH 23/27 5.10.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 24/27 5.10.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 25/27 5.10.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 26/27 5.10.y] minmax.h: simplify the variants of clamp()
` [PATCH 27/27 5.10.y] minmax.h: remove some #defines that are only expanded once

[PATCH v11 00/66] Generic line based metadata support, internal pads
 2025-09-19 21:35 UTC  (50+ messages)
` [PATCH v11 17/66] media: uapi: Add new media bus codes for generic raw formats
` [PATCH v11 19/66] media: uapi: Add V4L2_CID_COLOR_PATTERN for describing color patterns
` [PATCH v11 20/66] media: Documentation: Reference COLOR_PATTERN control in raw format docs
` [PATCH v11 24/66] media: uapi: Add V4L2_CID_METADATA_LAYOUT control
` [PATCH v11 25/66] media: Documentation: v4l: Document internal sink pads
` [PATCH v11 26/66] media: Documentation: Document embedded data guidelines for camera sensors
` [PATCH v11 39/66] media: Documentation: Add subdev configuration models, raw sensor model
` [PATCH v11 40/66] media: Document enable_streams and disable_streams behaviour
` [PATCH v11 41/66] media: Documentation: Add scaling and post-scaler crop for common raw
` [PATCH v11 43/66] media: uapi: Add V4L2_CID_BINNING control for binning configuration
` [PATCH v11 44/66] media: uapi: Add controls for sub-sampling configuration
` [PATCH v11 52/66] media: v4l: Add V4L2_SUBDEV_ROUTE_FL_STATIC sub-device routing flag
` [PATCH v11 53/66] media: Documentation: Document IMMUTABLE and STATIC route flags

[PATCH 0/2] Add support for QC08C format in iris driver
 2025-09-19 16:54 UTC  (4+ messages)
` [PATCH 1/2] media: iris: Add support for QC08C format for decoder
` [PATCH 2/2] media: iris: Add support for QC08C format for encoder

[PATCH v2 0/5] media: imx91: Add ISI support
 2025-09-19 16:11 UTC  (3+ messages)

qcom: vpu: fix the firmware binary name for qcm6490
 2025-09-19 14:00 UTC 

[PATCH v4 0/7] Add AMD ISP4 driver
 2025-09-19 12:23 UTC  (3+ messages)

[PATCH] dma-buf/sw-sync: Fix interrupts disabled excessively long
 2025-09-19 11:50 UTC  (2+ messages)

Build failed in Jenkins: libcamera #1486
 2025-09-19 10:20 UTC  (3+ messages)
` Build failed in Jenkins: libcamera #1487

[PATCH v2 00/23] tegra-video: add CSI support for Tegra20 and Tegra30
 2025-09-19  8:56 UTC  (18+ messages)
` [PATCH v2 01/23] clk: tegra: set CSUS as vi_sensors gate for Tegra20, Tegra30 and Tegra114
` [PATCH v2 03/23] clk: tegra30: add CSI pad clock gates
` [PATCH v2 05/23] staging: media: tegra-video: expand VI and VIP support to Tegra30
` [PATCH v2 09/23] gpu: host1x: convert MIPI to use operations
` [PATCH v2 11/23] staging: media: tegra-video: csi: add a check to tegra_channel_get_remote_csi_subdev
` [PATCH v2 13/23] staging: media: tegra-video: csi: move avdd-dsi-csi-supply from VI to CSI

[PATCH v11 00/17] media: rockchip: add a driver for the rockchip camera interface
 2025-09-19  7:52 UTC  (24+ messages)
` [PATCH v11 01/17] Documentation: admin-guide: media: add "
` [PATCH v11 02/17] media: dt-bindings: video-interfaces: add defines for sampling modes
` [PATCH v11 03/17] media: dt-bindings: add rockchip px30 vip
` [PATCH v11 04/17] media: dt-bindings: add rockchip rk3568 vicap
` [PATCH v11 05/17] media: dt-bindings: add rockchip rk3568 mipi csi-2 receiver
` [PATCH v11 06/17] media: rockchip: add driver for the rockchip "
` [PATCH v11 07/17] media: rockchip: add driver for the rockchip camera interface
` [PATCH v11 08/17] media: rockchip: rkcif: add abstraction for interface and crop blocks
` [PATCH v11 09/17] media: rockchip: rkcif: add abstraction for dma blocks
` [PATCH v11 10/17] media: rockchip: rkcif: add support for px30 vip dvp capture
` [PATCH v11 11/17] media: rockchip: rkcif: add support for rk3568 vicap "
` [PATCH v11 12/17] media: rockchip: rkcif: add support for rk3568 vicap mipi capture
` [PATCH v11 13/17] arm64: defconfig: enable rockchip camera interface and mipi csi-2 receiver
` [PATCH v11 14/17] arm64: dts: rockchip: add the vip node to px30
` [PATCH v11 15/17] arm64: dts: rockchip: add vicap node to rk356x
` [PATCH v11 16/17] arm64: dts: rockchip: add mipi csi-2 receiver "
` [PATCH v11 17/17] arm64: dts: rockchip: enable vicap dvp on wolfvision pf5 io expander

[PATCH 0/7] media: i2c: dw9719: add DT compatible and DW9718S support
 2025-09-19  6:18 UTC  (8+ messages)
` [PATCH 7/7] media: i2c: dw9719: Fix power on/off sequence

[PATCH v2] drm/sched: Extend and update documentation
 2025-09-18 23:23 UTC  (3+ messages)

[PATCH v2] media: rkisp1: Improve frame sequence correctness on stats and params buffers
 2025-09-18 22:36 UTC  (3+ messages)

[PATCH v2] media: Use of_reserved_mem_region_to_resource() for "memory-region"
 2025-09-18 21:25 UTC  (3+ messages)

[PATCH v5 0/5] drm/msm: rework the ties between KMS and GPU parts of the driver
 2025-09-18 19:05 UTC  (8+ messages)
` [PATCH v5 1/5] drm/msm: correct separate_gpu_kms description
` [PATCH v5 2/5] drm/msm: split VM_BIND from the rest of GEM VMA code
` [PATCH v5 3/5] drm/msm: split away IOCTLs implementation
` [PATCH v5 4/5] drm/msm: split debugfs implementation
` [PATCH v5 5/5] drm/msm: make it possible to disable GPU support

[PATCH] docs: driver-api: fix spelling of "buses"
 2025-09-18 16:43 UTC  (2+ messages)

[PATCH 0/3] drivers: media: imx283 improvements
 2025-09-18 13:27 UTC  (4+ messages)
` [PATCH 1/3] media: i2c: imx283: Report correct V4L2_SEL_TGT_CROP
` [PATCH 2/3] media: i2c: imx283: Recalculate SHR on blanking changes
` [PATCH 3/3] media: i2c: imx283: Fix handling of unsupported mbus codes

[PATCH v2 0/2] media: i2c: vd55g1: Support vd65g4 RGB variant
 2025-09-18 12:46 UTC  (2+ messages)

[PATCH v3] media: venus: pm_helpers: add fallback for the opp-table
 2025-09-18 12:40 UTC  (2+ messages)

[linuxtv-media-pending:next] BUILD SUCCESS 40b7a19f321e65789612ebaca966472055dab48c
 2025-09-18 12:32 UTC 

[PATCH] media: rzg2l-cru: rework rzg2l_cru_fill_hw_slot()
 2025-09-18 12:08 UTC 

[PATCH v2] media: venus: pm_helpers: add fallback for the opp-table
 2025-09-18 10:36 UTC  (6+ messages)

[PATCH] v4l-utils: Add is_compressed_format helper to centralize compressed format checks
 2025-09-18 10:32 UTC 

[PATCH v7 00/10] Add strobe duration and hw strobe signal v4l2 ctrl & use it for ov9282
 2025-09-18  8:07 UTC  (9+ messages)
` [PATCH v7 04/10] Documentation: uAPI: media: add V4L2_CID_FLASH_{DURATION,HW_STROBE_SIGNAL}

[PATCH v3 0/7] Add FSD CSIS support
 2025-09-18  0:01 UTC  (9+ messages)
  ` [PATCH v3 1/7] dt-bindings: media: nxp: Add support for FSD SoC
  ` [PATCH v3 2/7] dt-bindings: media: fsd: Add CSIS video capture interface

[PATCH v6 0/5] Add MIPI CSI-2 support for i.MX8ULP
 2025-09-17 19:22 UTC  (9+ messages)
` [PATCH v6 1/5] media: dt-bindings: nxp,imx8mq-mipi-csi2: Add i.MX8ULP compatible string
` [PATCH v6 2/5] media: imx8mq-mipi-csi2: Add support for i.MX8ULP
` [PATCH v6 3/5] media: imx8mq-mipi-csi2: Use devm_clk_bulk_get_all() to fetch clocks
` [PATCH v6 4/5] media: imx8mq-mipi-csi2: Explicitly release reset
` [PATCH v6 5/5] arm64: dts: imx8ulp: Add CSI and ISI Nodes

[PATCH v10 00/13] media: rockchip: add a driver for the rockchip camera interface
 2025-09-17 14:25 UTC  (9+ messages)
` [PATCH v10 06/13] "
` [PATCH v10 07/13] media: rockchip: add driver for mipi csi-2 receiver

[PATCH] media: qcom: camss: vfe: Fix BPL alignment for QCM2290
 2025-09-17 14:20 UTC  (2+ messages)

[PATCH v3 0/3] Add CCI and imx577 sensor support for monaco evk
 2025-09-17 13:06 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: i2c: qcom-cci: Document qcs8300 compatible
` [PATCH v3 2/3] arm64: dts: qcom: qcs8300: Add CCI definitions
` [PATCH v3 3/3] arm64: dts: qcom: monaco-evk-camera: Add DT overlay

[PATCH v3 0/2] media: add Himax HM1246 image sensor
 2025-09-17 11:59 UTC  (5+ messages)
` [PATCH v3 2/2] media: i2c: add Himax HM1246 image sensor driver

[PATCH] media: mediatek: vcodec: Fix a reference leak in mtk_vcodec_fw_vpu_init()
 2025-09-17 11:55 UTC  (2+ messages)

[PATCH v3 0/4] media: Fix CSI2 RGB vs BGR pixel order
 2025-09-17 11:16 UTC  (5+ messages)
` [PATCH v3 1/4] media: uapi: Clarify MBUS color component order for serial buses
` [PATCH v3 2/4] media: uapi: Introduce MEDIA_BUS_FMT_BGR565_1X16
` [PATCH v3 3/4] media: tc358743: Fix the RGB MBUS format
` [PATCH v3 4/4] media: gc2145: "

[PATCH v3 0/3] media: qcom: camss: Add sa8775p camss TPG support
 2025-09-17 10:16 UTC  (2+ messages)

[GIT PULL FOR v6.18] Renesas drivers changes
 2025-09-17 10:05 UTC 

[PATCH RESEND] media: b2c2: Fix use-after-free causing by irq_check_work in flexcop_pci_remove
 2025-09-17  9:59 UTC 

[PATCH RESEND] media: i2c: tc358743: Fix use-after-free bugs caused by orphan timer in probe
 2025-09-17  9:57 UTC 

[PATCH RESEND] media: tunner: xc5000: Fix use-after-free in xc5000_release
 2025-09-17  9:56 UTC 

[PATCH v2] media: mtk-mdp: Fix some issues in mtk_mdp_core.c
 2025-09-17  9:40 UTC 

[PATCH v4l-utils] libv4l2: zero v4l2_buffer
 2025-09-17  9:00 UTC 

[PATCH v2 0/3] Add CCI and imx577 sensor support for monaco evk
 2025-09-17  6:22 UTC  (6+ messages)
` [PATCH v2 1/3] dt-bindings: i2c: qcom-cci: Document qcs8300 compatible

[PATCH v2 1/1] media: atomisp: Avoid memory leaks in ia_css_pipe_create_cas_scaler_desc_single_output()
 2025-09-17  0:42 UTC 

[PATCH 1/1] media: atomisp: Avoid memory leaks in ia_css_pipe_create_cas_scaler_desc_single_output()
 2025-09-17  0:29 UTC 

[PATCH v5 0/4] Add MIPI CSI-2 support for i.MX8ULP
 2025-09-16 21:57 UTC  (11+ messages)
` [PATCH v5 1/4] media: dt-bindings: nxp,imx8mq-mipi-csi2: Add i.MX8ULP compatible string

[PATCH] media: uvcvideo: Replace dev_dbg() with uvc_dbg()
 2025-09-16 18:39 UTC  (3+ messages)

[PATCH] media: mtk-mdp: Fix a reference leak in mtk_mdp_probe()
 2025-09-16 16:56 UTC  (2+ messages)

[PATCH v6 0/3] Add CCI and imx577 sensor support for LeMans EVK
 2025-09-16 16:58 UTC  (2+ messages)
` (subset) "

[PATCH v5 0/9] Add lemans(sa8775p) camss support
 2025-09-16 16:58 UTC  (2+ messages)
` (subset) "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox