Linux Media Controller development
 help / color / mirror / Atom feed
 messages from 2026-05-20 15:17:51 to 2026-05-21 13:33:29 UTC [more...]

[PATCH 00/11] Convert moduleparams to seq_buf
 2026-05-21 13:33 UTC  (12+ messages)
` [PATCH 01/11] params: bound array element output to the caller's page buffer
` [PATCH 02/11] panic: Replace panic_print_get() with generic helper
` [PATCH 03/11] moduleparam: Add DEFINE_KERNEL_PARAM_OPS macro family
` [PATCH 04/11] treewide: Convert struct kernel_param_ops initializers to DEFINE_KERNEL_PARAM_OPS
` [PATCH 05/11] moduleparam: Rename .get field to .get_str
` [PATCH 06/11] moduleparam: Add seq_buf-based .get callback alongside .get_str
` [PATCH 07/11] moduleparam: Route DEFINE_KERNEL_PARAM_OPS get pointer via _Generic
` [PATCH 08/11] params: Convert generic kernel_param_ops .get helpers to seq_buf
` [PATCH 09/11] treewide: Convert custom kernel_param_ops .get callbacks to seq_buf via cocci
` [PATCH 10/11] treewide: Manually convert custom kernel_param_ops .get callbacks
` [PATCH 11/11] moduleparam: Drop legacy kernel_param_ops .get_str field and dispatch logic

[PATCH v2 0/3] media: camss: add support for purwa platform
 2026-05-21 13:22 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: media: Add bindings for qcom,x1p42100-camss
` [PATCH v2 3/3] arm64: dts: qcom: purwa: Add camss node

[PATCH] media: rzg2l-cru: Remove height alignment restriction
 2026-05-21 13:19 UTC 

[PATCH 0/2] dma-buf: add DMA_BUF_IOCTL_DERIVE for reduced-permission aliases
 2026-05-21 13:14 UTC  (7+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests: dma-buf: add DERIVE ioctl tests

[PATCH v7 00/28] media: platform: rga: Add RGA3 support
 2026-05-21 13:03 UTC  (36+ messages)
` [PATCH v7 01/28] media: dt-bindings: media: rockchip-rga: add rockchip,rk3588-rga3
` [PATCH v7 02/28] media: v4l2-common: sort RGB formats in v4l2_format_info
` [PATCH v7 03/28] media: v4l2-common: add missing 1 and 2 byte RGB formats to v4l2_format_info
` [PATCH v7 04/28] media: v4l2-common: add has_alpha "
` [PATCH v7 05/28] media: v4l2-common: add v4l2_fill_pixfmt_mp_aligned helper
` [PATCH v7 06/28] media: rockchip: rga: fix too small buffer size
` [PATCH v7 07/28] media: rockchip: rga: use clk_bulk api
` [PATCH v7 08/28] media: rockchip: rga: use stride for offset calculation
` [PATCH v7 09/28] media: rockchip: rga: remove redundant rga_frame variables
` [PATCH v7 10/28] media: rockchip: rga: announce and sync colorimetry
` [PATCH v7 11/28] media: rockchip: rga: move hw specific parts to a dedicated struct
` [PATCH v7 12/28] media: rockchip: rga: avoid odd frame sizes for YUV formats
` [PATCH v7 13/28] media: rockchip: rga: calculate x_div/y_div using v4l2_format_info
` [PATCH v7 14/28] media: rockchip: rga: move cmdbuf to rga_ctx
` [PATCH v7 15/28] media: rockchip: rga: align stride to 4 bytes
` [PATCH v7 16/28] media: rockchip: rga: reuse cmdbuf contents
` [PATCH v7 17/28] media: rockchip: rga: check scaling factor
` [PATCH v7 18/28] media: rockchip: rga: use card type to specify rga type
` [PATCH v7 19/28] media: rockchip: rga: change offset to dma_addresses
` [PATCH v7 20/28] media: rockchip: rga: support external iommus
` [PATCH v7 21/28] media: rockchip: rga: share the interrupt when an external iommu is used
` [PATCH v7 22/28] media: rockchip: rga: remove size from rga_frame
` [PATCH v7 23/28] media: rockchip: rga: remove stride "
` [PATCH v7 24/28] media: rockchip: rga: move rga_fmt to rga-hw.h
` [PATCH v7 25/28] media: rockchip: rga: add feature flags
` [PATCH v7 26/28] media: rockchip: rga: disable multi-core support
` [PATCH v7 27/28] media: rockchip: rga: add rga3 support
` [PATCH v7 28/28] arm64: dts: rockchip: add rga3 dt nodes

[PATCH v3 0/6] media: qcom: iris: add support for decoding 10bit formats
 2026-05-21 12:57 UTC  (33+ messages)
  ` [PATCH v3 2/6] media: qcom: iris: add QC10C & P010 buffer size calculations
  ` [PATCH v3 3/6] media: qcom: iris: gen2: add support for 10bit decoding
  ` [PATCH v3 4/6] media: qcom: iris: vdec: update size and stride calculations for 10bit formats
  ` [PATCH v3 5/6] media: qcom: iris: vdec: update find_format to handle 8bit and "
  ` [PATCH v3 6/6] media: qcom: iris: vdec: allow GEN2 decoding into 10bit format

[PATCH v12 00/22] media: i2c: add Maxim GMSL2/3 serializer and deserializer drivers
 2026-05-21 12:44 UTC  (23+ messages)
` [PATCH v12 01/22] media: mc: Add INTERNAL pad flag
` [PATCH v12 02/22] dt-bindings: media: i2c: max96717: add support for I2C ATR
` [PATCH v12 03/22] dt-bindings: media: i2c: max96717: add support for pinctrl/pinconf
` [PATCH v12 04/22] dt-bindings: media: i2c: max96717: add support for MAX9295A
` [PATCH v12 05/22] dt-bindings: media: i2c: max96717: add support for MAX96793
` [PATCH v12 06/22] dt-bindings: media: i2c: max96712: use pattern properties for ports
` [PATCH v12 07/22] dt-bindings: media: i2c: max96712: add support for I2C ATR
` [PATCH v12 08/22] dt-bindings: media: i2c: max96712: add support for POC supplies
` [PATCH v12 09/22] dt-bindings: media: i2c: max96712: add support for MAX96724F/R
` [PATCH v12 10/22] dt-bindings: media: i2c: max96712: add control-channel-port property
` [PATCH v12 11/22] dt-bindings: media: i2c: max96714: add support for MAX96714R
` [PATCH v12 12/22] dt-bindings: media: i2c: add MAX9296A, MAX96716A, MAX96792A
` [PATCH v12 13/22] media: i2c: add Maxim GMSL2/3 serializer and deserializer framework
` [PATCH v12 14/22] media: i2c: add Maxim GMSL2/3 serializer framework
` [PATCH v12 15/22] media: i2c: add Maxim GMSL2/3 deserializer framework
` [PATCH v12 16/22] media: i2c: maxim-serdes: add MAX96717 driver
` [PATCH v12 17/22] media: i2c: maxim-serdes: add MAX96724 driver
` [PATCH v12 18/22] media: i2c: maxim-serdes: add MAX9296A driver
` [PATCH v12 19/22] arm64: defconfig: disable deprecated MAX96712 driver
` [PATCH v12 20/22] staging: media: remove "
` [PATCH v12 21/22] media: i2c: remove MAX96717 driver
` [PATCH v12 22/22] media: i2c: remove MAX96714 driver

[PATCH] drm/amdgpu: fix recursive ww_mutex acquire in amdgpu_devcoredump_format
 2026-05-21 12:39 UTC  (10+ messages)
` [PATCH v3 0/2] drm/amdgpu: fix recursive ww_mutex in devcoredump IB dump
  ` [PATCH v3 1/2] drm/amdgpu: convert amdgpu_vm_lock_by_pasid() to drm_exec
  ` [PATCH v3 2/2] drm/amdgpu: fix recursive ww_mutex acquire in amdgpu_devcoredump_format
  ` [PATCH v4 0/2] drm/amdgpu: fix recursive ww_mutex in devcoredump IB dump
    ` [PATCH v4 1/2] drm/amdgpu: convert amdgpu_vm_lock_by_pasid() to drm_exec
    ` [PATCH v4 2/2] drm/amdgpu: fix recursive ww_mutex acquire in amdgpu_devcoredump_format

[PATCH v3] staging: media: max96712: drop unneeded dependency on OF_GPIO
 2026-05-21 12:37 UTC  (2+ messages)

[PATCH] media: v4l2-fwnode: Fix subdev owner overwritten in v4l2_async_register_subdev_sensor()
 2026-05-21 12:26 UTC 

[PATCH v6 0/2] phy: qcom-mipi-csi2: Add a CSI2 MIPI DPHY driver
 2026-05-21 12:20 UTC  (3+ messages)
` [PATCH v6 1/2] dt-bindings: phy: qcom: Add CSI2 C-PHY/DPHY schema
` [PATCH v6 2/2] phy: qcom-mipi-csi2: Add a CSI2 MIPI DPHY driver

[PATCH 0/6] drm/panthor: Use guards
 2026-05-21 12:19 UTC  (18+ messages)
` [PATCH 1/6] drm/panthor: Driver-wide xxx_[un]lock -> [scoped_]guard replacement
` [PATCH 2/6] dma-resv: Define guards for context-less dma_resv locks

[PATCH] dma-buf: set SB_I_NOEXEC on the pseudo filesystem
 2026-05-21 11:54 UTC  (2+ messages)

[PATCH] media: i2c: imx334: add new link frequency configuration
 2026-05-21 11:52 UTC  (6+ messages)

[PATCH v4 0/6] media: synopsys: enhancements and i.MX95 support
 2026-05-21 11:52 UTC  (5+ messages)
` [PATCH v4 4/6] media: synopsys: Add PHY stopstate wait for i.MX93

[PATCH v3 0/2] media: Add bindings and driver for Sony IMX678
 2026-05-21 11:12 UTC  (9+ messages)
` [PATCH v3 1/2] dt-bindings: media: i2c: Add "
` [PATCH v3 2/2] media: i2c: imx678: Add driver for "

[PATCH 0/3] media: i2c: Add imx576 camera sensor driver
 2026-05-21 10:22 UTC  (12+ messages)
` [PATCH 1/3] dt-bindings: media: i2c: Add imx576 sensor
` [PATCH 2/3] media: i2c: add imx576 image sensor driver
` [PATCH 3/3] arm64: dts: qcom: sm7225-fairphone-fp4: Add Sony IMX576 front camera support

[RFC PATCH v3 0/2] media: i2c: Add onsemi AR0234 camera sensor driver
 2026-05-21  9:48 UTC  (6+ messages)
` [RFC PATCH v3 1/2] dt-bindings: media: i2c: Add onsemi AR0234 image sensor binding

[PATCH v8 phy-next 00/31] Split Generic PHY consumer and provider API
 2026-05-21  9:38 UTC  (5+ messages)
` [PATCH v8 phy-next 15/31] drm/rockchip: dw_hdmi: avoid direct dereference of phy->dev.of_node
` (subset) [PATCH v8 phy-next 00/31] Split Generic PHY consumer and provider API

[PATCH v8 0/9] media: qcom: venus: add MSM8939 support
 2026-05-21  9:29 UTC  (4+ messages)
  ` [PATCH v8 2/9] clk: qcom: gcc-msm8939: mark Venus core GDSCs as hardware controlled

[PATCH v4 0/6] media: qcom: iris: add support for decoding 10bit formats
 2026-05-21  9:24 UTC  (7+ messages)
` [PATCH v4 1/6] media: qcom: iris: add helpers for 8bit and "
` [PATCH v4 2/6] media: qcom: iris: add QC10C & P010 buffer size calculations
` [PATCH v4 3/6] media: qcom: iris: gen2: add support for 10bit decoding
` [PATCH v4 4/6] media: qcom: iris: vdec: update size and stride calculations for 10bit formats
` [PATCH v4 5/6] media: qcom: iris: vdec: update find_format to handle 8bit and "
` [PATCH v4 6/6] media: qcom: iris: vdec: allow GEN2 decoding into 10bit format

[PATCH 00/16] media: sun6i-csi/isp MC-centric support and cleanups
 2026-05-21  9:23 UTC  (3+ messages)
` [PATCH 14/16] media: sun6i-isp: Use V4L2 subdev active state

[PATCH] media: s5p-g2d: avoid double free on video register failure
 2026-05-21  9:17 UTC  (2+ messages)

[PATCH v5 0/2] media: nxp: imx8-isi: Add virtual channel and frame descriptor support
 2026-05-21  9:10 UTC  (3+ messages)
` [PATCH v5 1/2] media: imx8-isi: crossbar: Add get_frame_desc operation
` [PATCH v5 2/2] media: nxp: imx8-isi: Add virtual channel support

[linuxtv-media-pending:next] BUILD SUCCESS c2d1a2130c93f6d758af58590b86b2254c7a1dec
 2026-05-21  8:53 UTC 

[PATCH 0/9] soc/tegra: pmc: Clean up legacy code
 2026-05-21  8:00 UTC  (7+ messages)
` [PATCH 2/9] drm/nouveau: tegra: Explicitly specify PMC instance to use
` [PATCH 4/9] media: vde: "
` [PATCH 6/9] usb: xhci: tegra: "

[PATCH] spi: fix controller registration API inconsistency
 2026-05-21  7:39 UTC  (3+ messages)

[PATCH v2] spi: fix controller registration API inconsistency
 2026-05-21  7:38 UTC 

[PATCH v4 0/3] media: meson: Fix memory leak in error path in
 2026-05-21  7:34 UTC  (4+ messages)
` [PATCH v4 1/3] media: meson: vdec: Fix memory leak in error path of vdec_open
` [PATCH v4 2/3] media: meson: vdec: Add error handling for recycle thread creation
` [PATCH v4 3/3] media: meson: vdec: Cancel esparser work in error and stop paths

[BUG] rkvdec-vdpu383-h264: wrong pixels at horizontal de-blocking edges y=4 and y=12
 2026-05-21  6:59 UTC  (5+ messages)

[PATCH v6 00/16] firmware: qcom: Add OP-TEE PAS service support
 2026-05-21  6:40 UTC  (6+ messages)
` [PATCH v6 11/16] media: qcom: Switch to generic PAS TZ APIs
` [PATCH v6 12/16] media: qcom: Pass proper PAS ID to set_remote_state API

[PATCH v3 0/3] media: i2c: Add os02g10 camera sensor driver
 2026-05-21  5:15 UTC  (2+ messages)

[GIT PULL FOR 7.2] Media codec for 7.2 2026-05-20
 2026-05-21  2:17 UTC 

[PATCH] media: rkvdec: fix PM runtime teardown ordering in remove
 2026-05-21  1:10 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] media: rkvdec: hevc: cap EXT SPS RPS control counts before descriptor assembly
 2026-05-21  0:57 UTC  (3+ messages)

[GIT PULL FOR v7.2] Renesas VSP1 driver improvements
 2026-05-20 23:46 UTC 

[GIT PULL FOR v7.2] Changes to NXP camera drivers
 2026-05-20 23:38 UTC 

[PATCH 00/11] media: renesas: vsp1: Modernize the driver
 2026-05-20 23:37 UTC  (2+ messages)

[PATCH v7 0/2] media: nxp: Add CSI Pixel Formatter support
 2026-05-20 22:29 UTC  (5+ messages)
` [PATCH v7 1/2] media: dt-bindings: Add CSI Pixel Formatter DT bindings
` [PATCH v7 2/2] media: nxp: Add i.MX95 CSI pixel formatter v4l2 driver

[PATCH v2 0/2] media: i2c: cvs: Add Intel CVS driver
 2026-05-20 22:22 UTC  (4+ messages)
` [PATCH v2 1/2] media: i2c: cvs: Add driver of Intel Computer Vision Sensing Controller(CVS)

[PATCH v4 0/2] media: nxp: imx8-isi: Add virtual channel and frame descriptor support
 2026-05-20 21:22 UTC  (5+ messages)
` [PATCH v4 1/2] media: nxp: imx8-isi: Add virtual channel support
` [PATCH v4 2/2] media: nxp: imx8-isi: Implement get_frame_desc for crossbar subdev

[PATCH] media: rc: igorplugusb: fix control request setup packet
 2026-05-20 20:42 UTC  (2+ messages)
  `  "

[PATCH] media: nxp: imx8-isi: Drop unneeded downscaling factor clamping
 2026-05-20 20:27 UTC 

[PATCH v3 0/2] media: nxp: imx8-isi: Fix scaler rounding and downscaling limits
 2026-05-20 19:37 UTC  (5+ messages)
` [PATCH v3 1/2] media: nxp: imx8-isi: Fix potential out-of-bounds issues
` [PATCH v3 2/2] media: nxp: imx8-isi: Fix scale factor calculation for hardware rounding

[PATCH v3 0/2] media: nxp: imx8-isi: Fix single frame capture and optimize buffer usage
 2026-05-20 17:18 UTC  (4+ messages)
` [PATCH v3 2/2] media: nxp: imx8-isi: Prioritize pending buffers over discard buffers

[PATCH v12 00/86] Generic line based metadata support, internal pads
 2026-05-20 16:39 UTC  (7+ messages)
` [PATCH v12 24/86] media: Documentation: Add scaling and post-scaler crop for common raw
` [PATCH v12 30/86] media: Documentation: Add binning and sub-sampling controls
` [PATCH v12 64/86] media: imx219: Support LINE_LENGTH_PIXELS and FRAME_LENGTH_LINES controls

[PATCH] media: atomisp: replace kmalloc() with kmalloc_array() in sh_css.c
 2026-05-20 16:07 UTC 

[PATCH] media: s5p-mfc: avoid double free on video register failure
 2026-05-20 15:59 UTC  (3+ messages)

[PATCH 00/15] accel/qda: Qualcomm DSP Accelerator driver
 2026-05-20 15:47 UTC  (4+ messages)
` [PATCH 02/15] accel/qda: Add QDA driver documentation

[PATCH v3 00/15] media: qcom: camss: CAMSS Offline Processing Engine support
 2026-05-20 15:39 UTC  (5+ messages)
` [PATCH v3 13/15] media: qcom: camss: Add CAMSS Offline Processing Engine driver

[PATCH] media: bcm2835-unicam: Fix pipeline wrong validation for unpacked formats
 2026-05-20 15:37 UTC 

[PATCH 00/12] misc/syncobj: add /dev/syncobj device
 2026-05-20 15:27 UTC  (15+ messages)

[ANNOUNCE] libva-v4l2-request: RK3588 VDPU381 VP9 decode (fork)
 2026-05-20 15:26 UTC  (2+ messages)

[PATCH v4] drm/virtio: use uninterruptible resv lock for plane updates
 2026-05-20 15:18 UTC  (3+ messages)


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