public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-28 20:57:51 to 2025-04-30 11:07:36 UTC [more...]

[PATCH v2 0/9] media: renesas: vsp1: Add colorspace support
 2025-04-30 11:07 UTC  (15+ messages)
` [PATCH v2 1/9] media: renesas: vsp1: Implement pixel format enumeration
` [PATCH v2 2/9] media: renesas: vsp1: Make HSI and HST modules optional
` [PATCH v2 3/9] media: renesas: vsp1: Fix HSV format enumeration
` [PATCH v2 4/9] media: renesas: vsp1: Fix media bus code setup on RWPF source pad
` [PATCH v2 5/9] media: renesas: vsp1: Report colour space information to userspace
` [PATCH v2 6/9] media: renesas: vsp1: Allow setting encoding and quantization
` [PATCH v2 7/9] media: renesas: vsp1: Name nested structure in vsp1_drm
` [PATCH v2 8/9] media: renesas: vsp1: Expose color space through the DRM API
` [PATCH v2 9/9] drm: rcar-du: Create plane color properties

[PATCH 1/3] dma-buf: add flags to skip map_dma_buf() for some drivers
 2025-04-30 11:03 UTC  (5+ messages)
` [PATCH 2/3] drm/prime: Support importing DMA-BUF without sg_table
` [PATCH 3/3] drm/udl: Use the default gem_prime_import function

[PATCH v3 00/13] media: cadence,ti: CSI2RX Multistream Support
 2025-04-30 11:01 UTC  (4+ messages)
` [PATCH v3 02/13] media: ti: j721e-csi2rx: separate out device and context

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

[PATCH v2 00/23] Add support for HEVC and VP9 codecs in decoder
 2025-04-30 10:40 UTC  (54+ messages)
` [PATCH v2 01/23] media: iris: Skip destroying internal buffer if not dequeued
` [PATCH v2 02/23] media: iris: Update CAPTURE format info based on OUTPUT format
` [PATCH v2 03/23] media: iris: Add handling for corrupt and drop frames
` [PATCH v2 04/23] media: iris: Avoid updating frame size to firmware during reconfig
` [PATCH v2 05/23] media: iris: Send V4L2_BUF_FLAG_ERROR for buffers with 0 filled length
` [PATCH v2 06/23] media: iris: Drop port check for session property response
` [PATCH v2 07/23] media: iris: Add handling for no show frames
` [PATCH v2 08/23] media: iris: Improve last flag handling
` [PATCH v2 09/23] media: iris: Skip flush on first sequence change
` [PATCH v2 10/23] media: iris: Prevent HFI queue writes when core is in deinit state
` [PATCH v2 11/23] media: iris: Remove redundant buffer count check in stream off
` [PATCH v2 12/23] media: iris: Remove deprecated property setting to firmware
` [PATCH v2 13/23] media: iris: Fix missing function pointer initialization
` [PATCH v2 14/23] media: iris: Fix NULL pointer dereference
` [PATCH v2 15/23] media: iris: Fix typo in depth variable
` [PATCH v2 16/23] media: iris: Add a comment to explain usage of MBPS
` [PATCH v2 17/23] media: iris: Track flush responses to prevent premature completion
` [PATCH v2 18/23] media: iris: Fix buffer preparation failure during resolution change
` [PATCH v2 19/23] media: iris: Add HEVC and VP9 formats for decoder
` [PATCH v2 20/23] media: iris: Add platform capabilities for HEVC and VP9 decoders
` [PATCH v2 21/23] media: iris: Set mandatory properties "
` [PATCH v2 22/23] media: iris: Add internal buffer calculation "
` [PATCH v2 23/23] media: iris: Add codec specific check for VP9 decoder drain handling

[PATCH 0/3] media: i2c: Fix some uninitialized return values
 2025-04-30 10:30 UTC  (10+ messages)
` [PATCH 1/3] media: i2c: imx334: uninitialized variable in imx334_update_exp_gain()
` [PATCH 2/3] media: i2c: ds90ub960: Fix uninitialized variable in ub960_serializer_temp_ramp()
` [PATCH 3/3] media: i2c: ds90ub960: Fix uninitialized variable in ub960_rxport_bc_ser_config()

[PATCH v2 RFC/WIP 0/9] Add sa8775p camss support
 2025-04-30 10:30 UTC  (3+ messages)
` [PATCH RFC/WIP v2 4/9] arm64: dts: qcom: sa8775p: Add support for camss

[PATCH v3 0/9] Add strobe/flash duration v4l2 ctrl & use it for ov9282
 2025-04-30  9:15 UTC  (17+ messages)
` [PATCH v3 1/9] media: v4l: ctrls: add a control for flash/strobe duration
` [PATCH v3 2/9] leds: flash: add support for flash/stobe duration
` [PATCH v3 3/9] media: v4l2-flash: add support for flash/strobe duration
` [PATCH v3 4/9] media: v4l2-flash: fix flash_timeout comment
` [PATCH v3 5/9] Documentation: uAPI: media: add V4L2_CID_FLASH_DURATION
` [PATCH v3 6/9] media: i2c: ov9282: add output enable register definitions
` [PATCH v3 7/9] media: i2c: ov9282: add led_mode v4l2 control
` [PATCH v3 8/9] media: i2c: ov9282: add strobe_duration "
` [PATCH v3 9/9] media: i2c: ov9282: add strobe_source "

[PATCH v2 0/2] media: renesas: rzg2l-cru: Fix FIFO empty check and typo
 2025-04-30  9:12 UTC  (7+ messages)
` [PATCH v2 1/2] media: renesas: rzg2l-cru: Simplify FIFO empty check
` [PATCH v2 2/2] media: renesas: rzg2l-cru: Fix typo in rzg3e_fifo_empty name

[PATCH v3] drm/gem: Internally test import_attach for imported objects
 2025-04-30  9:07 UTC  (3+ messages)

[PATCH] drivers: media: i2c: imx335: Fix frame size enumeration
 2025-04-30  8:54 UTC  (3+ messages)

[v4l-utils] [PATCH] v4l2-compliance: Don't perform blocking DQBUF test on MC_IO devices
 2025-04-30  8:42 UTC  (3+ messages)

[PATCH v6 0/2] media: Add support for ST VD55G1 camera sensor
 2025-04-30  8:35 UTC  (7+ messages)
` [PATCH v6 2/2] media: i2c: Add driver "

[PATCH 1/3] media: qcom: camss: vfe: Stop spamming logs with version
 2025-04-30  8:33 UTC  (11+ messages)
` [PATCH 2/3] media: qcom: camss: csid: "
` [PATCH 3/3] media: qcom: camss: csiphy: "

[PATCH v7 0/2] media: Add support for ST VD55G1 camera sensor
 2025-04-30  8:24 UTC  (3+ messages)
` [PATCH v7 1/2] media: dt-bindings: Add "
` [PATCH v7 2/2] media: i2c: Add driver for "

general protection fault in dvb_usbv2_generic_write trigger by ioctl I2C_RDWR
 2025-04-30  8:17 UTC 

[PATCH] media: imx-jpeg: Account for data_offset when getting image address
 2025-04-30  5:39 UTC 

[PATCH 0/7] media: renesas: vsp1: Fix v4l2-compliance failures
 2025-04-29 23:53 UTC  (8+ messages)
` [PATCH 1/7] media: renesas: vsp1: Store supported media bus codes in vsp1_entity
` [PATCH 2/7] media: renesas: vsp1: Store size limits "
` [PATCH 3/7] media: renesas: vsp1: Fix code checks in frame size enumeration
` [PATCH 4/7] media: renesas: vsp1: Fix RPF sink alignment for YUV formats
` [PATCH 5/7] media: renesas: vsp1: Fix RWPF media bus code and frame size enumeration
` [PATCH 6/7] media: renesas: vsp1: Fix format propagation on the BRX
` [PATCH 7/7] media: renesas: vsp1: Implement control events

[PATCH v2 0/8] Add support for Wave6 video codec driver
 2025-04-29 20:47 UTC  (3+ messages)
` [PATCH v2 4/8] media: chips-media: wave6: Add Wave6 control driver

[GIT PULL FOR 6.16 Iris updates] Please pull platform-qcom-media-for-6.16-v2
 2025-04-29 20:10 UTC 

[PATCH] dma-buf: system_heap: No separate allocation for attachment sg_tables
 2025-04-29 19:49 UTC  (4+ messages)

[PATCH 0/2] media: uvcvideo: Enable keep-sorted
 2025-04-29 18:21 UTC  (4+ messages)
` [PATCH 1/2] media: uvcvideo: Rewrite uvc_ids for keep-sorted
` [PATCH 2/2] media: uvcvideo: Add keep-sorted statement and sort uvc_ids

[PATCH v2 0/2] dma-buf: heaps: Use constant name for CMA heap
 2025-04-29 16:25 UTC  (8+ messages)
` [PATCH v2 2/2] dma-buf: heaps: Give default CMA heap a fixed name

[PATCH v5 00/11] media: rockchip: add a driver for the rockchip camera interface
 2025-04-29 16:08 UTC  (4+ messages)
` [PATCH v5 05/11] "

[PATCH 0/6] media: renesas: vsp1: Add colorspace support
 2025-04-29 15:12 UTC  (12+ messages)
` [PATCH 1/6] media: renesas: vsp1: Implement pixel format enumeration
` [PATCH 2/6] media: renesas: vsp1: Make HSI and HST modules optional
` [PATCH 3/6] media: renesas: vsp1: Fix HSV format enumeration
` [PATCH 4/6] media: renesas: vsp1: Fix media bus code setup on RWPF source pad
` [PATCH 5/6] media: renesas: vsp1: Report colour space information to userspace

[PATCH v4 0/6] media: qcom: camss: Add qcm2290 support
 2025-04-29 13:39 UTC  (8+ messages)
` [PATCH v4 5/6] media: dt-bindings: Add qcom,qcm2290-camss

[PATCH] media: verisilicon: Free post processor buffers on error
 2025-04-29 12:51 UTC  (3+ messages)

[PATCH v5 0/2] media: rockchip: rkisp1: Add support for WDR and AWB64
 2025-04-29 11:41 UTC  (3+ messages)
` [PATCH v5 1/2] media: rockchip: rkisp1: Add support for Wide Dynamic Range
` [PATCH v5 2/2] media: rockchip: rkisp1: Add support for AWB64

[PATCH v5 0/2] media: Add support for ST VD55G1 camera sensor
 2025-04-29 11:06 UTC  (4+ messages)
` [PATCH v5 2/2] media: i2c: Add driver "

[PATCH v6 0/2] media: Add driver for ST VD56G3 camera sensor
 2025-04-29 10:23 UTC  (3+ messages)
` [PATCH v6 2/2] media: i2c: "

[PATCH v2 0/7] New DRM accel driver for Rockchip's RKNN NPU
 2025-04-29 10:05 UTC  (5+ messages)
` [PATCH v2 4/7] accel/rocket: Add a new driver for Rockchip's NPU
` [PATCH v2 6/7] accel/rocket: Add job submission IOCTL

[GIT PULL FOR v6.16] Minor rc core keymap fix
 2025-04-29  9:39 UTC 

[PATCH 0/8] Intel IPU7 PCI and input system device drivers
 2025-04-29  9:46 UTC  (14+ messages)
` [PATCH 1/8] media: Rename the IPU PCI device table header and add IPU7 PCI IDs
` [PATCH 2/8] media: staging/ipu7: add Intel IPU7 PCI device driver
` [PATCH 3/8] media: staging/ipu7: add IPU7 DMA APIs and MMU mapping
` [PATCH 4/8] media: staging/ipu7: add firmware parse, syscom interface and boot
` [PATCH 5/8] media: staging/ipu7: add IPU7 firmware ABI headers
` [PATCH 6/8] media: staging/ipu7: add IPU7 input system device driver
` [PATCH 7/8] media: staging/ipu7: add Makefile and Kconfig for IPU7
` [PATCH 8/8] MAINTAINERS: add maintainers for Intel IPU7 input system driver

[PATCH v2] media: dt-bindings: Add OminiVision 0V02C10
 2025-04-29  9:34 UTC 

[PATCH] media: dt-bindings: Add OminiVision 0V02C10
 2025-04-29  9:11 UTC  (4+ messages)

[PATCH v3 00/12] Enable jpeg enc & dec multi-hardwares for MT8196
 2025-04-29  8:34 UTC  (10+ messages)
` [PATCH v3 01/12] dt-bindings: media: mediatek,jpeg: Add mediatek, mt8196-jpgdec compatible

[PATCH 0/3] uio/dma-buf: Give UIO users access to DMA addresses
 2025-04-29  8:12 UTC  (5+ messages)
` [PATCH 2/3] dma-buf: Add DMA_BUF_IOCTL_GET_DMA_ADDR

[RFC PATCH 00/12] Private MMIO support for private assigned dev
 2025-04-29  7:50 UTC  (3+ messages)

Time for a new v4l-utils release?
 2025-04-29  6:13 UTC 

[PATCH 0/3] media: vim2m: add multiplanar API support
 2025-04-29  6:04 UTC  (4+ messages)

[RESEND PATCH v1 0/7] Performance improvement of decoder
 2025-04-29  5:59 UTC  (5+ messages)

[PATCH 0/2] Add support for MT8196 video encoder
 2025-04-29  3:10 UTC  (4+ messages)
` [PATCH 1/2] media: mediatek: encoder: Add a new encoder driver interface

[PATCH v4 0/2] media: rockchip: rkisp1: Add support for WDR and AWB64
 2025-04-28 23:47 UTC  (3+ messages)
` [PATCH v4 1/2] media: rockchip: rkisp1: Add support for Wide Dynamic Range

[PATCH v2 0/4] media: rcar: Fix RAW formats
 2025-04-28 23:03 UTC  (5+ messages)
` [PATCH v2 2/4] media: rcar-vin: Remove unnecessary checks
` [PATCH v2 4/4] media: rcar-vin: Fix RAW10

[PATCH v3 00/33] drm/msm: sparse / "VM_BIND" support
 2025-04-28 20:54 UTC  (3+ messages)
` [PATCH v3 28/33] drm/msm: Add VM_BIND submitqueue
` [PATCH v3 32/33] drm/msm: Add VM_BIND ioctl


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