public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-20 07:23:27 to 2026-04-22 11:37:05 UTC [more...]

[PATCH 1/2] dma-buf/dma_fence_array: remove unused functionality v3
 2026-04-22 11:37 UTC  (4+ messages)
` [PATCH 2/2] dma-buf/dma_fence_array: optimize handling

[PATCH v2] staging: media: atomisp: csi2: Fix DPCM decompression for source pad format
 2026-04-22 11:18 UTC  (6+ messages)
` [PATCH v3] "

[PATCH 0/7] media: qcom: iris: miscellaneous code-quality fixes
 2026-04-22 11:16 UTC  (8+ messages)
` [PATCH 1/7] media: qcom: iris: Centralize internal buffer table selection
` [PATCH 2/7] media: qcom: iris: fix state-change debug log printing stale value
` [PATCH 3/7] media: qcom: iris: Fix bitmask test in iris_allow_cmd()
` [PATCH 4/7] media: qcom: iris: Remove dead assignment in iris_hfi_gen2_set_tier()
` [PATCH 5/7] media: qcom: iris: Remove duplicate HFI_PROP_OPB_ENABLE entry
` [PATCH 6/7] media: qcom: iris: Add missing break in iris_hfi_gen2_session_set_codec()
` [PATCH 7/7] media: qcom: iris: Make iris_destroy_internal_buffer() return void

[PATCH v4 00/29] Metadata series preparation
 2026-04-22 10:54 UTC  (52+ messages)
` [PATCH v4 04/29] media: imx219: Scale the vblank limits according to rate_factor
` [PATCH v4 05/29] media: imx219: Fix vertical blanking and exposure for analogue binning
` [PATCH v4 14/29] media: Documentation: Improve LINK_FREQ documentation
` [PATCH v4 16/29] media: v4l2-subdev: Refactor returning routes
` [PATCH v4 18/29] media: mc: Simplify link processing in __media_pipeline_start()
` [PATCH v4 20/29] media: uapi: Bump the STREAMS bit a little
` [PATCH v4 21/29] media: mc: Don't care about unsettable flags in MEDIA_IOC_LINK_SETUP
` [PATCH v4 23/29] media: Improve enable_streams and disable_streams documentation
` [PATCH v4 24/29] media: v4l2-subdev: Introduce v4l2_subdev_get_frame_desc()
` [PATCH v4 27/29] media: v4l2-subdev: Add v4l2_subdev_call_ci_active_state

[PATCH v2 0/6] media: qcom: iris: add support for decoding 10bit formats
 2026-04-22  9:19 UTC  (5+ messages)
` [PATCH v2 1/6] media: qcom: iris: add helpers for 8bit and "
` [PATCH v2 3/6] media: qcom: iris: gen2: add support for 10bit decoding

[PATCH v5 0/2] dma-buf: heaps: system: add an option to allocate explicitly shared/decrypted memory
 2026-04-22  9:18 UTC  (9+ messages)
` [PATCH v5 1/2] dma-mapping: introduce DMA_ATTR_CC_SHARED for shared memory

[PATCH RFC 21/26] dma-buf: Add the Physical Address List DMA mapping type
 2026-04-22  8:17 UTC  (4+ messages)

[PATCH v2 0/5] media: lm3560: convert to use OF bindings
 2026-04-22  8:16 UTC  (15+ messages)
` [PATCH v2 1/5] dt-bindings: leds: Document TI LM3560 Synchronous Boost Flash Driver
` [PATCH v2 5/5] media: i2c: lm3560: Add support for PM features

[PATCH] media: iris: optimize COMV buffer allocation for VPU3x and VPU4x
 2026-04-22  7:42 UTC  (3+ messages)

[PATCH 00/11] media: iris: Add support for glymur platform
 2026-04-22  7:37 UTC  (19+ messages)
` [PATCH 02/11] media: iris: Add iris vpu bus support and register it with iommu_buses
` [PATCH 04/11] media: iris: Add helper to create a context bank device on iris vpu bus
` [PATCH 06/11] media: iris: Fix VM count passed to firmware
` [PATCH 09/11] media: iris: Add support to select core for dual core platforms

[PATCH v3 3/5] platform/x86: int3472: tps68470: add board data for Dell Latitude 5285
 2026-04-22  7:15 UTC  (12+ messages)
` [PATCH v4 0/5] Enable cameras on Dell Latitude 5285 2-in-1
  ` [PATCH v4 1/5] platform/x86: intel_lpss: add resource conflict quirk for Dell Latitude 5285
  ` [PATCH v4 2/5] platform/x86: int3472: tps68470: fix clock consumer registration "
  ` [PATCH v4 3/5] platform/x86: int3472: tps68470: add board data "
  ` [PATCH v4 4/5] media: ipu-bridge: add sensor configuration for OV8858 (INT3477)
  ` [PATCH v4 5/5] media: ov8858: add ACPI device ID INT3477

[PATCH] dma-buf: system_heap: Optimize sg_table-to-pages conversion in vmap
 2026-04-22  7:10 UTC  (4+ messages)

[PATCH] media: iris: use IRQF_NO_AUTOEN when requesting the IRQ
 2026-04-22  6:47 UTC  (2+ messages)

[PATCH] media: rzg2l-cru: serialize state transitions with qlock
 2026-04-22  6:46 UTC  (3+ messages)

[PATCH] staging: media: ipu3: fix out-of-bounds access in imgu_map_node()
 2026-04-22  6:38 UTC  (3+ messages)

[PATCH v3] media: sun6i-mipi-csi2: Use V4L2 subdev active state
 2026-04-22  4:53 UTC  (2+ messages)

Pinned, non-revocable mappings of VRAM: will bad things happen?
 2026-04-22  2:03 UTC  (15+ messages)

[PATCH] media: venus: declare firmware files via MODULE_FIRMWARE
 2026-04-22  0:26 UTC  (6+ messages)

[PATCH v12 0/5] Rust bindings for gem shmem
 2026-04-21 23:52 UTC  (6+ messages)
` [PATCH v12 1/5] rust: drm: gem: s/device::Device/Device/ for shmem.rs
` [PATCH v12 2/5] drm/gem/shmem: Introduce __drm_gem_shmem_free_sgt_locked()
` [PATCH v12 3/5] drm/gem/shmem: Export drm_gem_shmem_get_pages_sgt_locked()
` [PATCH v12 4/5] rust: drm: gem: Introduce shmem::SGTable
` [PATCH v12 5/5] rust: drm: gem: Add vmap functions to shmem bindings

[PATCH v11 0/5] Rust bindings for gem shmem
 2026-04-21 23:48 UTC  (7+ messages)
` [PATCH v11 1/5] rust: drm: gem: s/device::Device/Device/ for shmem.rs
` [PATCH v11 2/5] drm/gem/shmem: Introduce __drm_gem_shmem_free_sgt_locked()
` [PATCH v11 3/5] drm/gem/shmem: Export drm_gem_shmem_get_pages_sgt_locked()
` [PATCH v11 4/5] rust: drm: gem: Introduce shmem::SGTable
` [PATCH v11 5/5] rust: drm: gem: Add vmap functions to shmem bindings

[PATCH v10 0/5] Rust bindings for gem shmem
 2026-04-21 23:04 UTC  (7+ messages)
` [PATCH v10 4/5] rust: drm: gem: Introduce shmem::SGTable
` [PATCH v10 5/5] rust: drm: gem: Add vmap functions to shmem bindings

[PATCH v5 0/3] media: i2c: lc898217xc: initial driver
 2026-04-21 20:20 UTC  (5+ messages)
` [PATCH v5 2/3] media: i2c: Add driver for LC898217XC VCM
` [PATCH v5 3/3] MAINTAINERS: Add entry for Onsemi LC898217XC lens voice coil driver

[PATCH 0/2] Add Sony IMX471 camera sensor driver
 2026-04-21 20:05 UTC  (13+ messages)
` [PATCH 1/2] media: ipu-bridge: Add DMI information of Lenovo X9 to the image upside-down list
` [PATCH 2/2] media: i2c: imx471: Add Sony IMX471 image sensor driver

[PATCH v2 0/3] Documentation: adopt new coding style of type-aware kmalloc-family
 2026-04-21 19:50 UTC  (4+ messages)
` [PATCH v2 1/3] "

[PATCH] media: atomisp: use kmalloc_objs for array allocations
 2026-04-21 18:09 UTC  (5+ messages)

[PATCH v2] media: em28xx: fix use-after-free in em28xx_unregister_media_device()
 2026-04-21 17:41 UTC 

[PATCH] Documentation: adopt new coding style of type-aware kmalloc-family
 2026-04-21 17:25 UTC  (3+ messages)

[PATCH] media: v4l2-core: v4l2-subdev: Removed duplicate lockdep assertion
 2026-04-21 16:37 UTC  (3+ messages)

[PATCH v3 00/15] firmware: qcom: Add OP-TEE PAS service support
 2026-04-21 12:43 UTC  (15+ messages)
` [PATCH v3 10/15] drm/msm: Switch to generic PAS TZ APIs
` [PATCH v3 11/15] media: qcom: "
` [PATCH v3 12/15] net: ipa: "

[PATCH] media: usb: siano: don't set URB_FREE_BUFFER flag
 2026-04-21 11:25 UTC  (2+ messages)
  `  "

[PATCH v4 00/13] media: renesas: vsp1: Fix v4l2-compliance failures
 2026-04-21  9:55 UTC  (6+ messages)
` [PATCH v4 07/13] media: renesas: vsp1: brx: Fix format propagation

[sailus-media-tree:metadata-pre] BUILD REGRESSION 9b19cb5bd1a194d20cdb0d5a0d468d12f6d9296e
 2026-04-21  9:53 UTC 

[sailus-media-tree:metadata] BUILD REGRESSION c9c439f6ec1d35c09db816dba46332bbc76831f3
 2026-04-21  9:44 UTC 

[PATCH RFC 0/7] media: qcom: iris: add support for decoding 10bit formats
 2026-04-21  7:42 UTC  (6+ messages)
` [PATCH RFC 2/7] media: qcom: iris: gen2: add support for 10bit decoding

[PATCH 0/4] Fix checking of iommu_map_sgtable return value
 2026-04-21  4:02 UTC  (5+ messages)
` [PATCH 1/4] gpu: host1x: Fix iommu_map_sgtable() return value check
` [PATCH 2/4] drm/tegra: "
` [PATCH 3/4] drm/msm: Fix iommu_map_sgtable() return value check and avoid WARN
` [PATCH 4/4] media: nvidia: tegra-vde: Fix iommu_map_sgtable() return value check

[RFC PATCH v5 0/9] Add support for Wave6 video codec driver
 2026-04-21  1:45 UTC  (4+ messages)
` [RFC PATCH v5 1/9] media: v4l2-common: Add YUV24 format info

[PATCH] drivers: media: remove V4L2_FL_USES_V4L2_FH
 2026-04-20 21:52 UTC  (2+ messages)

[PATCH 1/1] media: Documentation: Improve PIXEL_RATE control documentation
 2026-04-20 21:52 UTC  (5+ messages)

[syzbot] [media?] WARNING in trace_suspend_resume/usb_submit_urb
 2026-04-20 21:36 UTC 

[PATCH] media: i2c: ov5640: Fix potential integer overflow in sysclk calculation
 2026-04-20 18:46 UTC  (2+ messages)

[PATCH AUTOSEL 7.0-5.10] media: i2c: mt9p031: Check return value of devm_gpiod_get_optional() in mt9p031_probe()
 2026-04-20 16:12 UTC  (19+ messages)
` [PATCH AUTOSEL 7.0-6.12] media: ipu-bridge: Add OV5675 sensor config
` [PATCH AUTOSEL 7.0-5.15] media: em28xx: Add a variety of DualHD usb id
` [PATCH AUTOSEL 7.0-6.1] media: em28xx: remove tuner type from Hauppauge DVB DualHD
` [PATCH AUTOSEL 7.0-5.10] media: pulse8-cec: Handle partial deinit
` [PATCH AUTOSEL 7.0-6.12] media: i2c: imx258: add missing mutex protection for format code access
` [PATCH AUTOSEL 7.0-5.10] media: si2168: Fix i2c command timeout on embedded platforms
` [PATCH AUTOSEL 7.0-6.1] media: dw100: Fix kernel oops with PREEMPT_RT enabled
` [PATCH AUTOSEL 7.0-5.15] media: renesas: vsp1: histo: Fix code enumeration
` [PATCH AUTOSEL 7.0-6.18] media: synopsys: hdmirx: support use with sleeping GPIOs
` [PATCH AUTOSEL 7.0-5.15] media: ccs-pll: Fix pre-PLL divider calculation for EXT_IP_PLL_DIVIDER flag
` [PATCH AUTOSEL 7.0-5.10] media: saa7164: Fix REV2 firmware filename
` [PATCH AUTOSEL 6.18] media: rkvdec: reduce stack usage in rkvdec_init_v4l2_vp9_count_tbl()
` [PATCH AUTOSEL 7.0-5.10] media: si2168: fw 4.0-11 loses warm state during sleep
` [PATCH AUTOSEL 7.0-6.12] media: renesas: vsp1: Initialize format on all pads
` [PATCH AUTOSEL 7.0-6.12] media: renesas: vsp1: brx: Fix format propagation
` [PATCH AUTOSEL 7.0-5.10] media: cx25840: Fix NTSC-J, PAL-N, and SECAM standards
` [PATCH AUTOSEL 7.0-6.1] media: i2c: ar0521: Check return value of devm_gpiod_get_optional() in ar0521_probe()

[PATCH v2] media: gspca: Handle SENSOR_HV7131R
 2026-04-20 13:54 UTC  (4+ messages)
` [PATCH v3] "
  ` [PATCH v3] media: gspca: Fix comment in sd_init()

[PATCH 5.10.y 0/3] media: uvcvideo: Allow extra entities / Mark invalid entities / heuristic
 2026-04-20 13:21 UTC 

[PATCH AUTOSEL 7.0-6.18] media: rc: fix race between unregister and urb/irq callbacks
 2026-04-20 13:09 UTC  (5+ messages)
` [PATCH AUTOSEL 7.0-5.10] media: renesas: vsp1: rpf: Fix crop left and top clamping
` [PATCH AUTOSEL 7.0-5.10] media: au0828: Fix green screen in analog
` [PATCH AUTOSEL 7.0-5.10] media: stm32: dcmi: stop the dma transfer on overrun
` [PATCH AUTOSEL 7.0-5.10] media: i2c: mt9p031: Check return value of devm_gpiod_get_optional() in mt9p031_probe()

[PATCH v3 0/2] media: staging: Drop StarFive JH7110 Camera Subsystem
 2026-04-20 12:53 UTC  (4+ messages)
` [PATCH v3 2/2] media: dt-bindings: Drop starfive,jh7110-camss from staging

[PATCH RFC 00/10] media: qcom: venus: add MSM8939 support
 2026-04-20 12:31 UTC  (7+ messages)
` [PATCH RFC 06/10] arm64: dts: qcom: msm8939-asus-z00t: add Venus

[PATCH 10/15] media: intel/ipu6: add input system driver
 2026-04-20  7:48 UTC  (11+ messages)
            ` RFC: Intel IPU4 driver proof of concept

[PATCH 0/4] media: uvcvideo: Fixes for hw timestamping
 2026-04-20  7:38 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