public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-10 13:52:52 to 2023-10-12 11:47:35 UTC [more...]

[PATCH v11 00/56] Add DELETE_BUF ioctl
 2023-10-12 11:46 UTC  (24+ messages)
` [PATCH v11 01/56] media: videobuf2: Rename offset parameter
` [PATCH v11 02/56] media: videobuf2: Rework offset 'cookie' encoding pattern
` [PATCH v11 03/56] media: videobuf2: Stop spamming kernel log with all queue counter
` [PATCH v11 04/56] media: videobuf2: Use vb2_buffer instead of index
` [PATCH v11 05/56] media: videobuf2: Access vb2_queue bufs array through helper functions
` [PATCH v11 06/56] media: videobuf2: Remove duplicated index vs q->num_buffers check
` [PATCH v11 07/56] media: videobuf2: Add helper to get queue number of buffers
` [PATCH v11 08/56] media: videobuf2: Use vb2_get_num_buffers() helper
` [PATCH v11 09/56] media: amphion: Use vb2_get_buffer() instead of directly access to buffers array
` [PATCH v11 10/56] media: amphion: Stop direct calls to queue num_buffers field
` [PATCH v11 11/56] media: mediatek: jpeg: Use vb2_get_buffer() instead of directly access to buffers array
` [PATCH v11 12/56] media: mediatek: vdec: Remove useless loop
` [PATCH v11 13/56] media: mediatek: vcodec: Stop direct calls to queue num_buffers field
` [PATCH v11 18/56] media: dvb-core: Use vb2_get_buffer() instead of directly access to buffers array
` [PATCH v11 19/56] media: dvb-core: Do not initialize twice queue num_buffer field
` [PATCH v11 20/56] media: dvb-frontends: rtl2832_srd: Use queue min_buffers_needed field
` [PATCH v11 21/56] media: video-i2c: Set min_buffers_needed to 2
` [PATCH v11 22/56] media: pci: cx18: Set correct value to min_buffers_needed field
` [PATCH v11 23/56] media: pci: dt3155: Remove useless check
` [PATCH v11 24/56] media: pci: netup_unidvb: Remove useless number of buffers check
` [PATCH v11 25/56] media: pci: tw68: Stop direct calls to queue num_buffers field
` [PATCH v11 26/56] media: pci: tw686x: Set min_buffers_needed to 3
` [PATCH v11 27/56] media: coda: Stop direct calls to queue num_buffers field

[PATCH 0/9] dma-buf: heaps: Add MediaTek secure heap
 2023-10-12 11:15 UTC  (11+ messages)
` [PATCH 8/9] dt-bindings: reserved-memory: MediaTek: Add reserved memory for SVP

[PATCH v13 0/8] Wave5 codec driver
 2023-10-12 11:01 UTC  (9+ messages)
` [PATCH v13 1/8] media: v4l2: Add ignore_cap_streaming flag
` [PATCH v13 2/8] media: v4l2: Allow M2M job queuing w/o streaming CAP queue
` [PATCH v13 3/8] media: platform: chips-media: Move Coda to separate folder
` [PATCH v13 4/8] media: chips-media: wave5: Add vpuapi layer
` [PATCH v13 5/8] media: chips-media: wave5: Add the v4l2 layer
` [PATCH v13 6/8] media: dt-bindings: wave5: add Chips&Media 521c codec IP support
` [PATCH v13 7/8] media: chips-media: wave5: Add wave5 driver to maintainers file
` [PATCH v13 8/8] arm64: dts: ti: k3-j721s2-main: add wave5 video encoder/decoder node

[PATCH] media: cec: meson: always include meson sub-directory in Makefile
 2023-10-12 10:51 UTC  (3+ messages)

[PATCH v7 00/16] introduce more MDP3 components in MT8195
 2023-10-12 10:37 UTC  (30+ messages)
` [PATCH v7 01/16] dt-bindings: media: mediatek: mdp3: correct RDMA and WROT node with generic names
` [PATCH v7 02/16] dt-bindings: media: mediatek: mdp3: merge the indentical RDMA under display
` [PATCH v7 03/16] dt-bindings: media: mediatek: mdp3: add config for MT8195 RDMA
` [PATCH v7 04/16] dt-bindings: media: mediatek: mdp3: add compatible for MT8195 RSZ
` [PATCH v7 05/16] dt-bindings: media: mediatek: mdp3: add compatible for MT8195 WROT
` [PATCH v7 06/16] dt-bindings: media: mediatek: mdp3: add component FG for MT8195
` [PATCH v7 07/16] dt-bindings: media: mediatek: mdp3: add component HDR "
` [PATCH v7 08/16] dt-bindings: media: mediatek: mdp3: add component STITCH "
` [PATCH v7 09/16] dt-bindings: media: mediatek: mdp3: add component TCC "
` [PATCH v7 10/16] dt-bindings: media: mediatek: mdp3: add component TDSHP "
` [PATCH v7 11/16] dt-bindings: display: mediatek: aal: add compatible "
` [PATCH v7 12/16] dt-bindings: display: mediatek: color: "
` [PATCH v7 13/16] dt-bindings: display: mediatek: merge: "
` [PATCH v7 14/16] dt-bindings: display: mediatek: ovl: "
` [PATCH v7 15/16] dt-bindings: display: mediatek: split: "
` [PATCH v7 16/16] dt-bindings: display: mediatek: padding: "

[PATCH v1] media: platform: mtk-mdp3: fix uninitialized variable in mdp_path_config()
 2023-10-12 10:03 UTC  (2+ messages)

[PATCH v2] media: mediatek: vcodec: using encoder device to alloc/free encoder memory
 2023-10-12 10:02 UTC  (3+ messages)

[PATCH] media: qcom: camss: clean up a check
 2023-10-12  9:47 UTC  (3+ messages)

[PATCH v7 00/12] add support MDP3 on MT8195 platform
 2023-10-12  9:12 UTC  (13+ messages)
` [PATCH v7 01/12] media: platform: mtk-mdp3: add support second sets of MMSYS
` [PATCH v7 02/12] media: platform: mtk-mdp3: add support second sets of MUTEX
` [PATCH v7 03/12] media: platform: mtk-mdp3: introduce more pipelines from MT8195
` [PATCH v7 04/12] media: platform: mtk-mdp3: introduce more MDP3 components
` [PATCH v7 05/12] media: platform: mtk-mdp3: add checks for dummy components
` [PATCH v7 06/12] media: platform: mtk-mdp3: avoid multiple driver registrations
` [PATCH v7 07/12] media: platform: mtk-mdp3: extend GCE event waiting in RDMA and WROT
` [PATCH v7 08/12] media: platform: mtk-mdp3: add support for blending multiple components
` [PATCH v7 09/12] media: platform: mtk-mdp3: add mt8195 platform configuration
` [PATCH v7 10/12] media: platform: mtk-mdp3: add mt8195 shared memory configurations
` [PATCH v7 11/12] media: platform: mtk-mdp3: add mt8195 MDP3 component settings
` [PATCH v7 12/12] media: platform: mtk-mdp3: add support for parallel pipe to improve FPS

[PATCH 0/9] media: fix smatch warnings
 2023-10-12  9:09 UTC  (13+ messages)
` [PATCH 8/9] media: i2c: mt9m114: goto proper error path
` [PATCH 9/9] media: pci: mgb4: fix potential spectre vulnerability

[PATCH] yavta: add support for 12-bit packed and 14-bit unpacked/packed bayer formats
 2023-10-12  8:52 UTC 

[PATCH v2] media: videobuf2: Fix IS_ERR checking in vb2_dc_put_userptr()
 2023-10-12  8:19 UTC  (2+ messages)

[PATCH v2 0/5] Add support for video hardware codec of STMicroelectronics STM32 SoC series
 2023-10-12  7:54 UTC  (4+ messages)
` [PATCH v2 1/5] dt-bindings: media: Document STM32MP25 VDEC & VENC video codecs

[PATCH v2 0/3] media: i2c: Add driver for THine THP7312 ISP
 2023-10-12  7:47 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: media: Add bindings "
` [PATCH v2 2/3] media: uapi: Add controls for the "
` [PATCH v2 3/3] media: i2c: Add driver for THine THP7312

[PATCH v9 0/5] Add Toshiba Visconti Video Input Interface driver
 2023-10-12  7:13 UTC  (6+ messages)
` [PATCH v9 1/5] dt-bindings: media: platform: visconti: Add Toshiba Visconti Video Input Interface
` [PATCH v9 2/5] media: platform: visconti: Add Toshiba Visconti Video Input Interface driver
` [PATCH v9 3/5] media: platform: visconti: add V4L2 vendor specific control handlers
` [PATCH v9 4/5] documentation: media: add documentation for Toshiba Visconti Video Input Interface driver
` [PATCH v9 5/5] MAINTAINERS: Add entries for Toshiba Visconti Video Input Interface

[PATCH][next] dma-buf: Fix NULL pointer dereference in dma_fence_enable_sw_signaling()
 2023-10-12  6:48 UTC  (4+ messages)

[PATCH] media: videobuf2: Fix IS_ERR checking in vb2_dc_put_userptr()
 2023-10-12  6:19 UTC  (2+ messages)

[PATCH v2] media: videobuf2: Fix IS_ERR checking in vb2_vmalloc_put_userptr()
 2023-10-12  6:17 UTC  (2+ messages)

cron job: media_tree daily build: WARNINGS
 2023-10-12  1:45 UTC 

[PATCH v3 0/4] Add Mediatek ISP3.0
 2023-10-11 23:51 UTC  (4+ messages)
` [PATCH v3 4/4] media: platform: mediatek: isp_30: add mediatek ISP3.0 camsv

[PATCH] media: imx: imx-mipi-csis: Fix null pointer dereference when link is not set
 2023-10-11 20:21 UTC  (7+ messages)

[PATCH v6 00/28] Generic line based metadata support, internal pads
 2023-10-11 19:41 UTC  (10+ messages)
` [PATCH v6 01/28] media: mc: Add INTERNAL pad flag
` [PATCH v6 03/28] media: uapi: Document which mbus format fields are valid for metadata

[PATCH v2 0/3] media: i2c: gc2145: GC2145 sensor support
 2023-10-11 17:57 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: vendor-prefixes: Add prefix for GalaxyCore Inc
` [PATCH v2 2/3] dt-bindings: media: i2c: add galaxycore,gc2145 dt-bindings
` [PATCH v2 3/3] media: i2c: gc2145: Galaxy Core GC2145 sensor support

[PATCH 0/2] media: i2c: gc2145: GC2145 sensor support
 2023-10-11 17:26 UTC  (4+ messages)
` [PATCH 2/2] media: i2c: gc2145: Galaxy Core "

[PATCH v2] v4l2-compliance: check errors returned by CREATE_BUFS
 2023-10-11 16:41 UTC  (2+ messages)

[PATCH v1 0/2] [PATCH] hwmon: (pmbus/max31785) Add minimum delay between bus accesses
 2023-10-11 16:27 UTC  (8+ messages)

[PATCH 0/2] media: i2c: Add driver for OmniVision OV64A40
 2023-10-11 16:24 UTC  (7+ messages)
` [PATCH 1/2] media: dt-bindings: Add "
` [PATCH 2/2] media: i2c: Add driver for "

[PATCH 0/7] Add support for video hardware codec of STMicroelectronics STM32 SoC series
 2023-10-11 15:21 UTC  (3+ messages)
` [PATCH 2/7] media: hantro: add support for STM32MP25 VDEC

[GIT PULL FOR v6.7] Minor rc fixes
 2023-10-11 15:06 UTC  (7+ messages)

[GIT PULL FOR 6.7] CSI2RX, mostly camera sensor sensor patches
 2023-10-11 13:41 UTC  (2+ messages)
` [GIT PULL FOR 6.7] CSI2RX, mostly camera sensor sensor patches (#95737)

[GIT FIXES v2 FOR 6.6] Ipu-bridge and xilinx-vipp fixes
 2023-10-11 13:06 UTC  (2+ messages)
` [GIT FIXES v2 FOR 6.6] Ipu-bridge and xilinx-vipp fixes (#95736)

[GIT FIXES FOR 6.6] Ipu-bridge and xilinx-vipp fixes
 2023-10-11 12:40 UTC  (2+ messages)
` [GIT FIXES FOR 6.6] Ipu-bridge and xilinx-vipp fixes (#95735)

Sony IMX290/462 image sensors I2C xfer peculiarity
 2023-10-11 12:18 UTC  (10+ messages)

[bug report] media: i2c: Add driver for onsemi MT9M114 camera sensor
 2023-10-11 11:52 UTC  (2+ messages)

[PATCH v2 0/2] MediaTek MDP3: use devicetree to retrieve SCP
 2023-10-11 11:50 UTC  (5+ messages)
` [PATCH v2 1/2] media: dt-bindings: mediatek: Add phandle to mediatek,scp on MDP3 RDMA

[PATCH 0/5] media: Sony IMX335 improvements
 2023-10-11 11:12 UTC  (11+ messages)
` [PATCH 1/5] media: dt-bindings: media: imx335: Add supply bindings
` [PATCH 2/5] media: i2c: imx335: Enable regulator supplies
` [PATCH 3/5] media: i2c: imx335: Implement get selection API

[PATCH v10 00/54] Add DELETE_BUF ioctl
 2023-10-11  9:36 UTC  (14+ messages)
` [PATCH v10 01/54] media: videobuf2: Rework offset 'cookie' encoding pattern
` [PATCH v10 11/54] media: videobuf2: Access vb2_queue bufs array through helper functions
` [PATCH v10 13/54] media: Report the maximum possible number of buffers for the queue
` [PATCH v10 20/54] media: Remove duplicated index vs q->num_buffers check
` [PATCH v10 21/54] media: core: Add helper to get queue number of buffers

[sailus-media-tree:master] BUILD SUCCESS 83f03e9ad6745ee4d6ca2cf431cc15a158bfd6e6
 2023-10-11  9:11 UTC 

[PATCH v6 00/11] Introduce STM32 Firewall framework
 2023-10-11  8:49 UTC  (3+ messages)
` [PATCH v6 10/11] ARM: dts: stm32: add ETZPC as a system bus for STM32MP15x boards

[PATCHv3] media: cec: core: count low-drive, error and arb-lost conditions
 2023-10-11  8:17 UTC 

[PATCHv2] media: cec: core: count low-drive, error and arb-lost conditions
 2023-10-11  8:12 UTC 

[sailus-media-tree:metadata] BUILD REGRESSION 278fe7fc8a0bdc0cc01b934edf4e2193b0dc195e
 2023-10-11  8:07 UTC 

[sailus-media-tree:metadata 1/36] drivers/staging/media/tegra-video/vi.c:452:20: error: too few arguments to function '__v4l2_subdev_state_alloc'
 2023-10-11  7:59 UTC 

[PATCH v2] media: nuvoton: npcm-video: Fix sleeping in atomic context
 2023-10-11  7:30 UTC 

[PATCH 0/5] Add sc8280xp CCI and CAMSS core dtsi
 2023-10-11  6:28 UTC  (5+ messages)
` [PATCH 1/5] dt-bindings: i2c: qcom-cci: Document sc8280xp compatible

cron job: media_tree daily build: WARNINGS
 2023-10-11  1:46 UTC 

KASAN: use-after-free Read in __media_entity_remove_links
 2023-10-10 21:11 UTC  (2+ messages)
` [syzbot] "

[PATCH v7 2/3] media: rockchip: Add a driver for Rockhip's camera interface
 2023-10-10 19:45 UTC  (2+ messages)

[PATCH v7 0/3] media: rockchip: Add a driver for Rockchip's camera interface
 2023-10-10 19:36 UTC  (4+ messages)
` [PATCH v7 1/3] media: dt-bindings: media: add bindings for Rockchip VIP

[PATCH v6 0/3] media: i2c: Introduce driver for the TW9900 video decoder
 2023-10-10 19:02 UTC  (6+ messages)
` [PATCH v6 2/3] media: dt-bindings: media: i2c: Add bindings for TW9900

[PATCH -next] media: tegra_cec: fix the return value handle for platform_get_irq()
 2023-10-10 16:08 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