public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-19 09:57:06 to 2025-09-22 14:20:01 UTC [more...]

[PATCH v2 00/12] media: rkvdec: Add support for VDPU381 and VDPU383
 2025-09-22 14:19 UTC  (9+ messages)
` [PATCH v2 09/12] media: rkvdec: Add H264 support for the VDPU381 variant
` [PATCH v2 11/12] media: rkvdec: Add HEVC "

[PATCH] dma-buf/sw-sync: Hide the feature by default
 2025-09-22 13:47 UTC  (2+ messages)

[PATCH v7 00/16] media: cadence,ti: CSI2RX Multistream Support
 2025-09-22 13:30 UTC  (17+ messages)
` [PATCH v7 01/16] media: ti: j721e-csi2rx: Remove word size alignment on frame width
` [PATCH v7 03/16] media: ti: j721e-csi2rx: separate out device and context
` [PATCH v7 04/16] media: ti: j721e-csi2rx: prepare SHIM code for multiple contexts
` [PATCH v7 05/16] media: ti: j721e-csi2rx: allocate DMA channel based on context index
` [PATCH v7 06/16] media: ti: j721e-csi2rx: add a subdev for the core device
` [PATCH v7 07/16] media: ti: j721e-csi2rx: get number of contexts from device tree
` [PATCH v7 08/16] media: cadence: csi2rx: add get_frame_desc wrapper
` [PATCH v7 09/16] media: ti: j721e-csi2rx: add support for processing virtual channels

[PATCH 00/27 5.10.y] Backport minmax.h updates from v6.17-rc6
 2025-09-22 13:10 UTC  (36+ 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

[syzbot] [media?] KASAN: slab-use-after-free Write in dvb_device_put
 2025-09-22 12:49 UTC 

[PATCH v5 0/5] multicommiters model documentation
 2025-09-22 12:27 UTC  (5+ messages)
` [PATCH v5 3/5] docs: media: update maintainer-entry-profile for multi-committers
` [PATCH v5 5/5] docs: media: profile: make it clearer about maintainership duties

[PATCH v5 0/5] multicommiters model documentation
 2025-09-22 12:24 UTC  (4+ messages)
` [PATCH v5 4/5] docs: media: document media multi-committers rules and process

[PATCH 1/1] media: MAINTAINERS: Assign ov08x40 driver to Jimmy
 2025-09-22 11:44 UTC 

[PATCH v2] media: pci: intel: ivsc: fix error handling in mei_ace driver
 2025-09-22 10:44 UTC  (2+ messages)

[PATCH 00/15 v6.6.y] Backport minmax.h updates from v6.17-rc7
 2025-09-22 10:32 UTC  (16+ messages)
` [PATCH 01/15 6.6.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH 02/15 6.6.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH 03/15 6.6.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH 04/15 6.6.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH 05/15 6.6.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH 06/15 6.6.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH 07/15 6.6.y] minmax: improve macro expansion and type checking
` [PATCH 08/15 6.6.y] minmax: fix up min3() and max3() too
` [PATCH 09/15 6.6.y] minmax.h: add whitespace around operators and after commas
` [PATCH 10/15 6.6.y] minmax.h: update some comments
` [PATCH 11/15 6.6.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 12/15 6.6.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 13/15 6.6.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 14/15 6.6.y] minmax.h: simplify the variants of clamp()
` [PATCH 15/15 6.6.y] minmax.h: remove some #defines that are only expanded once

[PATCH v2 0/8] Add AMD ISP4 driver
 2025-09-22  9:19 UTC  (8+ messages)
` [PATCH v2 8/8] Documentation: add documentation of AMD isp 4 driver

[PATCH v2 00/10] media: Introduce video device state management
 2025-09-22  8:16 UTC  (21+ 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 v3 0/3] media: imx-mipi-csis: Get the number of active lanes from mbus_config
 2025-09-22  8:09 UTC  (9+ messages)
` [PATCH v3 1/3] media: v4l: Add helper to get number of active lanes via a pad
` [PATCH v3 2/3] media: imx-mipi-csis: Store the number of data_lanes configured in dt
` [PATCH v3 3/3] media: imx-mipi-csis: Get number of active lanes via mbus_config

[PATCH v11 00/66] Generic line based metadata support, internal pads
 2025-09-22  7:48 UTC  (53+ 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 32/66] media: ccs: Rely on sub-device state locking
` [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 v9 00/46] Generic line based metadata support, internal pads
 2025-09-22  7:47 UTC  (7+ messages)
` [PATCH v9 32/46] media: ccs: Rely on sub-device state locking
` [PATCH v9 36/46] media: uapi: Add media bus code for ov2740 embedded data

[PATCH v2 00/23] tegra-video: add CSI support for Tegra20 and Tegra30
 2025-09-22  7:36 UTC  (24+ messages)
` [PATCH v2 13/23] staging: media: tegra-video: csi: move avdd-dsi-csi-supply from VI to CSI
` [PATCH v2 15/23] staging: media: tegra-video: tegra20: add support for second output of VI
` [PATCH v2 16/23] staging: media: tegra-video: tegra20: simplify format align calculations
` [PATCH v2 18/23] staging: media: tegra-video: tegra20: increase maximum VI clock frequency
` [PATCH v2 19/23] staging: media: tegra-video: tegra20: expand format support with RAW8/10 and YUV422 1X16
` [PATCH v2 23/23] staging: media: tegra-video: add CSI support for Tegra20 and Tegra30

[PATCH v4] media: i2c: wm8775: parameterize wm8775_platform_data based on config
 2025-09-22  6:46 UTC  (2+ messages)

[PATCH] media: pci: intel: ivsc: fix error handling in scan_one_device()
 2025-09-22  6:21 UTC  (2+ messages)

[PATCH v5 0/4] Performance improvement of decoder
 2025-09-22  5:52 UTC  (5+ messages)
` [PATCH v5 1/4] media: chips-media: wave5: Fix SError of kernel panic when closed
` [PATCH v5 2/4] media: chips-media: wave5: Fix Null reference while testing fluster
` [PATCH v5 3/4] media: chips-media: wave5: Add WARN_ON to check if dec_output_info is NULL
` [PATCH v5 4/4] media: chips-media: wave5: Improve performance of decoder

[PATCH] staging: media: atomisp: binary: fixed a brace coding style issue v2
 2025-09-22  4:53 UTC 

[PATCH v4 0/4] Performance improvement of decoder
 2025-09-22  4:36 UTC  (5+ messages)
` [PATCH v4 1/4] media: chips-media: wave5: Fix SError of kernel panic when closed
` [PATCH v4 2/4] media: chips-media: wave5: Fix Null reference while testing fluster
` [PATCH v4 3/4] media: chips-media: wave5: Add WARN_ON to check if dec_output_info is NULL
` [PATCH v4 4/4] media: chips-media: wave5: Improve performance of decoder

[PATCH] Staging: media: binary: fixed a brace coding style issue
 2025-09-22  3:49 UTC 

[PATCH v4 0/7] Add AMD ISP4 driver
 2025-09-22  2:50 UTC  (10+ messages)
` [PATCH v4 1/7] media: platform: amd: Introduce amd isp4 capture driver
` [PATCH v4 2/7] media: platform: amd: low level support for isp4 firmware
` [PATCH v4 3/7] media: platform: amd: Add isp4 fw and hw interface

[PATCH v2 0/5] media: imx91: Add ISI support
 2025-09-22  2:16 UTC  (19+ messages)
` [PATCH v2 1/5] media: dt-bindings: nxp,imx8-isi: Add i.MX91 ISI compatible string
` [PATCH v2 2/5] media: nxp: imx8-isi: Simplify code by using helper macro
    ` [EXT] "
` [PATCH v2 3/5] media: nxp: imx8-isi: Add parallel camera input support
    ` [EXT] "
` [PATCH v2 4/5] media: nxp: imx8-isi: Reorder the platform data
` [PATCH v2 5/5] media: nxp: imx8-isi: Add ISI support for i.MX91
    ` [EXT] "
        ` [EXT] Re: [PATCH v2 0/5] media: imx91: Add ISI support

[PATCH v2 00/20] BYEWORD_UPDATE: unifying (most) HIWORD_UPDATE macros
 2025-09-21 20:04 UTC  (3+ messages)
` [PATCH v2 19/20] clk: sp7021: switch to FIELD_PREP_WM16 macro

[PATCH v4 0/2] Pinefeat cef168 lens control board driver
 2025-09-21 18:52 UTC  (2+ messages)

[PATCH v2 0/5] STi drivers cleanup
 2025-09-21 16:27 UTC  (5+ messages)
` [PATCH v2 4/5] clk: st: flexgen: remove unused compatible
` [PATCH v2 5/5] dt-bindings: clock: st: flexgen: remove deprecated compatibles

[PATCH v3] media: i2c: wm8775: parameterize wm8775_platform_data based on config
 2025-09-21 12:02 UTC  (2+ messages)

Build failed in Jenkins: libcamera #1486
 2025-09-21  7:04 UTC  (3+ messages)
` Build failed in Jenkins: libcamera #1487
  ` Build failed in Jenkins: libcamera #1488

[PATCH v2] media: i2c: wm8775: parameterize wm8775_platform_data based on config
 2025-09-21  0:30 UTC 

[PATCH v1] media: i2c: wm8775: parameterize wm8775_platform_data based on config
 2025-09-20 22:52 UTC 

[PATCH v4 0/2] Mira220 global shutter image sensor driver
 2025-09-20 19:47 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: media: i2c: ams,mira220: Add mira220 image sensor
` [PATCH v4 2/2] media: i2c: ams,mira220 Add a driver for the Mira220 "

[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 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

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

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


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