Linux-Media Archive mirror
 help / color / mirror / Atom feed
[PATCH v5 00/25] imx258 improvement series
 2024-05-20 13:20 UTC  (7+ messages)
` [PATCH v5 21/25] dt-bindings: media: imx258: Add binding for powerdown-gpio

[PATCH v8 00/10] Add V4L2 M2M Driver for E5010 JPEG Encoder
 2024-05-20 12:22 UTC  (16+ messages)
` [PATCH v8 01/10] media: dt-bindings: Add Imagination "
` [PATCH v8 02/10] media: imagination: Add E5010 JPEG Encoder driver
` [PATCH v8 03/10] media: v4l2-jpeg: Export reference quantization and huffman tables
` [PATCH v8 04/10] media: imagination: Use exported tables from v4l2-jpeg core
` [PATCH v8 05/10] media: verisilcon : Use exported tables from v4l2-jpeg for hantro codec
` [PATCH v8 06/10] math.h: Add macros for rounding to closest value
` [PATCH v8 07/10] lib: add basic KUnit test for lib/math
` [PATCH v8 08/10] lib: math_kunit: Add tests for new rounding related macros
` [PATCH v8 09/10] media: imagination: Round to closest multiple for cropping region
` [PATCH v8 10/10] gpu: ipu-v3: Use generic macro for rounding closest to specified value

[PATCH] media: intel/ipu6: Fix some redundant resources freeing in ipu6_pci_remove()
 2024-05-20 11:54 UTC  (2+ messages)

[PATCH] media: intel/ipu6: Fix an error handling path in isys_probe()
 2024-05-20 10:53 UTC  (3+ messages)

[PATCH v4 00/16] Add audio support for the MediaTek Genio 350-evk board
 2024-05-20 10:39 UTC  (17+ messages)
` [PATCH v4 05/16] SoC: mediatek: mt8365: support audio clock control
` [PATCH v4 06/16] ASoC: mediatek: mt8365: Add I2S DAI support
` [PATCH v4 07/16] ASoC: mediatek: mt8365: Add ADDA "
` [PATCH v4 08/16] ASoC: mediatek: mt8365: Add DMIC "
` [PATCH v4 09/16] ASoC: mediatek: mt8365: Add PCM "
` [PATCH v4 10/16] ASoc: mediatek: mt8365: Add a specific soundcard for EVK
` [PATCH v4 11/16] ASoC: mediatek: mt8365: Add platform driver
` [PATCH v4 14/16] arm64: defconfig: enable mt8365 sound

[PATCH v5 0/9] dma-buf: heaps: Add restricted heap
 2024-05-20  9:53 UTC  (14+ messages)
` [PATCH v5 1/9] dt-bindings: reserved-memory: Add mediatek,dynamic-restricted-region
` [PATCH v5 2/9] scatterlist: Add a flag for the restricted memory
` [PATCH v5 3/9] lib/scatterlist: Add sg_dup_table
` [PATCH v5 4/9] dma-buf: heaps: Initialize a restricted heap
` [PATCH v5 5/9] dma-buf: heaps: restricted_heap: Add private heap ops
` [PATCH v5 6/9] dma-buf: heaps: restricted_heap: Add dma_ops
` [PATCH v5 7/9] dma-buf: heaps: restricted_heap: Add MediaTek restricted heap and heap_init
` [PATCH v5 8/9] dma-buf: heaps: restricted_heap_mtk: Add TEE memory service call
` [PATCH v5 9/9] dma_buf: heaps: restricted_heap_mtk: Add a new CMA heap

[PATCH v6 00/10] media: i2c: mlx7502x ToF camera support
 2024-05-20  9:45 UTC  (14+ messages)
` [PATCH v6 01/10] media: uapi: ctrls: Add camera trigger controls
` [PATCH v6 02/10] media: v4l: "
` [PATCH v6 03/10] media: uapi: ctrls: Add Time of Flight class controls
` [PATCH v6 04/10] media: v4l: ctrls: Fill V4L2_CID_TOF_CLASS controls
` [PATCH v6 05/10] media: Documentation: v4l: Add TOF class controls
` [PATCH v6 06/10] media: v4l: ctrls-api: Allow array update in __v4l2_ctrl_modify_range
` [PATCH v6 07/10] media: v4l: ctrls: Add user control base for mlx7502x
` [PATCH v6 08/10] media: uapi: Add mlx7502x header file
` [PATCH v6 09/10] media: dt-bindings: Add mlx7502x camera sensor
` [PATCH v6 10/10] media: i2c: Add driver for mlx7502x ToF sensor

[PATCH 1/1] media: async: Warn on attept to create an ancillary link to a non-subdev
 2024-05-20  7:32 UTC 

[PATCH] media: v4l: async: Fix NULL pointer when v4l2 flash subdev binding
 2024-05-20  7:26 UTC  (9+ messages)

[PATCH v2 0/3] media: videobuf2-core: attach once if multiple planes share the same dbuf
 2024-05-20  2:19 UTC  (9+ messages)
` [PATCH v2 1/3] media: videobuf2-core: release all planes first in __prepare_dmabuf()
` [PATCH v2 2/3] media: videobuf2-core: reverse the iteration order in __vb2_buf_dmabuf_put
` [PATCH v2 3/3] media: videobuf2-core: attach once if multiple planes share the same dbuf

[RESEND PATCH v4 0/4] Add features to an existing driver
 2024-05-20  1:45 UTC  (2+ messages)

[PATCH net-next v9 00/14] Device Memory TCP
 2024-05-18 18:57 UTC  (10+ messages)
` [PATCH net-next v9 04/14] netdev: support binding dma-buf to netdevice
` [PATCH net-next v9 05/14] netdev: netdevice devmem allocator
` [PATCH net-next v9 12/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags

[PATCH] dma-buf/fence-array: Add flex array to struct dma_fence_array
 2024-05-18 18:06 UTC  (2+ messages)

[PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-05-18  1:25 UTC  (10+ messages)

linux-media checkout failing for KernelCI
 2024-05-17 19:46 UTC  (3+ messages)

[PATCH v3 0/2] drm: Fix dma_resv deadlock at drm object pin time
 2024-05-17 18:16 UTC  (6+ messages)

[PATCH] media: dvb-frontends: dib3000mb: fix uninit-value in dib3000_write_reg
 2024-05-17 15:58 UTC 

[PATCH v7 3/5] media: i2c: add MAX96717 driver
 2024-05-17 15:12 UTC  (2+ messages)

[PATCH v7 0/5] Add support for MAX96714/F and MAX96717/F GMSL2 ser/des
 2024-05-17 14:16 UTC  (2+ messages)

[PATCH] media: uapi: v4l: Change V4L2_TYPE_IS_CAPTURE condition
 2024-05-17 12:33 UTC  (3+ messages)

[PATCH v6 0/4] Use V4L2 mbus config for conveying MEI CSI link frequency
 2024-05-17 10:31 UTC  (7+ messages)
` [PATCH v6 1/4] media: v4l: Support passing media pad argument to v4l2_get_link_freq()
` [PATCH v6 2/4] media: v4l: Support obtaining link frequency via get_mbus_config
` [PATCH v6 3/4] media: Documentation: Update link frequency driver documentation
` [PATCH v6 4/4] media: ivsc: csi: Obtain link frequency from the media pad

[PATCH v6,00/24] media: mediatek: add driver to support secure video decoder
 2024-05-17  9:53 UTC  (26+ messages)
` [PATCH v6,01/24] v4l2: add restricted memory flags
` [PATCH v6,02/24] v4l2: handle restricted memory flags in queue setup
` [PATCH v6,03/24] v4l2: verify restricted dmabufs are used in restricted queue
` [PATCH v6,04/24] v4l: add documentation for restricted memory flag
` [PATCH v6,05/24] dma-buf: heaps: Deduplicate docs and adopt common format
` [PATCH v6,06/24] dma-heap: Add proper kref handling on dma-buf heaps
` [PATCH v6,07/24] dma-heap: Provide accessors so that in-kernel drivers can allocate dmabufs from specific heaps
` [PATCH v6,08/24] media: mediatek: vcodec: add tee client interface to communiate with optee-os
` [PATCH v6,09/24] media: mediatek: vcodec: allocate tee share memory
` [PATCH v6,10/24] media: mediatek: vcodec: send share memory data to optee
` [PATCH v6,11/24] media: mediatek: vcodec: initialize msg and vsi information
` [PATCH v6,12/24] media: mediatek: vcodec: add interface to allocate/free secure memory
` [PATCH v6,13/24] media: mediatek: vcodec: using shared memory as vsi address
` [PATCH v6,14/24] media: mediatek: vcodec: Add capture format to support one plane memory
` [PATCH v6,15/24] media: mediatek: vcodec: Add one plane format
` [PATCH v6,16/24] media: mediatek: vcodec: support one plane capture buffer
` [PATCH v6,17/24] media: mediatek: vcodec: re-construct h264 driver to support svp mode
` [PATCH v6,18/24] media: mediatek: vcodec: remove parse nal_info in kernel
` [PATCH v6,19/24] media: mediatek: vcodec: disable wait interrupt for svp mode
  ` [PATCH v6, 19/24] "
` [PATCH v6,20/24] media: mediatek: vcodec: support tee decoder
` [PATCH v6,21/24] media: mediatek: vcodec: move vdec init interface to setup callback
` [PATCH v6,22/24] media: mediatek: vcodec: support hevc svp for mt8188
` [PATCH v6,23/24] media: mediatek: vcodec: support av1 svp decoder "
` [PATCH v6,24/24] media: mediatek: vcodec: support vp9 "

[PATCH] media: v4l: async: Fix NULL pointer dereference in adding ancillary links
 2024-05-17  9:03 UTC  (2+ messages)

[PATCH 1/1] media: Documentation: v4l: Fix ACTIVE route flag
 2024-05-17  6:44 UTC 

Safety of opening up /dev/dma_heap/* to physically present users (udev uaccess tag) ?
 2024-05-16 17:11 UTC  (16+ messages)

[PATCH 0/8] dma-buf: heaps: Support carved-out heaps and ECC related-flags
 2024-05-16 17:09 UTC  (18+ messages)
` [PATCH 1/8] dma-buf: heaps: Introduce a new heap for reserved memory
` [PATCH 2/8] of: Add helper to retrieve ECC memory bits
` [PATCH 3/8] dma-buf: heaps: Import uAPI header
` [PATCH 4/8] dma-buf: heaps: Add ECC protection flags
` [PATCH 5/8] dma-buf: heaps: system: Remove global variable
` [PATCH 6/8] dma-buf: heaps: system: Handle ECC flags
` [PATCH 7/8] dma-buf: heaps: cma: "
` [PATCH 8/8] dma-buf: heaps: carveout: "

[GIT PULL for v6.10-rc1] media updates
 2024-05-16 15:53 UTC  (3+ messages)
` [GIT PULL for v6.10-rc1] media updates (#101746)

[PATCH v6] lib: add basic KUnit test for lib/math
 2024-05-16 15:16 UTC  (3+ messages)

[PATCH v15 00/16] Add audio support in v4l2 framework
 2024-05-16 14:58 UTC  (29+ messages)

[PATCH v5 0/4] Use V4L2 mbus config for conveying MEI CSI link frequency
 2024-05-16 11:15 UTC  (6+ messages)
` [PATCH v5 1/4] media: v4l: Support passing media pad argument to v4l2_get_link_freq()
` [PATCH v5 2/4] media: v4l: Support obtaining link frequency via get_mbus_config
` [PATCH v5 3/4] media: Documentation: Update link frequency driver documentation
` [PATCH v5 4/4] media: ivsc: csi: Obtain link frequency from the media pad

Safety of opening up /dev/dma_heap/* to physically present users (udev uaccess tag) ?
 2024-05-16 10:18 UTC  (13+ messages)

[PATCH v13 00/28] drm/connector: Create HDMI Connector infrastructure
 2024-05-16  9:45 UTC  (7+ messages)
` [PATCH v13 15/28] drm/connector: hdmi: Compute bpc and format automatically
  `  "
` [PATCH v13 27/28] drm/rockchip: inno_hdmi: Switch to HDMI connector
  `  "

[PATCH v2] media: verisilicon: Add reference buffers compression
 2024-05-16  8:41 UTC 

[PATCH v2 00/34] Qualcomm video encoder and decoder driver
 2024-05-16  8:06 UTC  (3+ messages)

[PATCH] media: verisilicon: Add reference buffers compression
 2024-05-16  7:49 UTC  (4+ messages)

[PATCH v4 00/13] Add ISP 3A for StarFive
 2024-05-16  3:22 UTC  (2+ messages)
` 回复: "

[PATCH v2 linux-next] media: i2c: st-mipid02: replace of_node_put() with __free
 2024-05-15 13:47 UTC  (4+ messages)

[ANN] Request for Topics and registration for a Media Summit September 16th
 2024-05-15  9:32 UTC  (2+ messages)

[PATCH v2] media: i2c: Add ar0234 camera sensor driver
 2024-05-15  6:34 UTC  (2+ messages)

[PATCH v4 0/7] dma-buf: heaps: Add restricted heap
 2024-05-15  5:43 UTC  (8+ messages)
` [PATCH v4 3/7] dma-buf: heaps: restricted_heap: Add private heap ops
` [PATCH v4 4/7] dma-buf: heaps: restricted_heap: Add dma_ops


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).