messages from 2024-06-04 23:44:51 to 2024-06-07 13:33:59 UTC [more...]
[PATCH v13 00/13] Add V4L2 M2M Driver for E5010 JPEG Encoder
2024-06-07 13:33 UTC (14+ messages)
` [PATCH v13 01/13] media: dt-bindings: Add Imagination "
` [PATCH v13 02/13] media: imagination: Add E5010 JPEG Encoder driver
` [PATCH v13 03/13] media: v4l2-jpeg: Export reference quantization and huffman tables
` [PATCH v13 04/13] media: Documentation: Document v4l2-jpeg helper functions
` [PATCH v13 05/13] media: imagination: Use exported tables from v4l2-jpeg core
` [PATCH v13 06/13] media: verisilicon : Use exported tables from v4l2-jpeg for hantro codec
` [PATCH v13 07/13] math.h: Add macros for rounding to closest value
` [PATCH v13 08/13] math.h: Use kernel-doc syntax for divison macros
` [PATCH v13 09/13] Documentation: core-api: Add math.h macros and functions
` [PATCH v13 10/13] lib: add basic KUnit test for lib/math
` [PATCH v13 11/13] lib: math_kunit: Add tests for new macros related to rounding to nearest value
` [PATCH v13 12/13] media: imagination: Round to closest multiple for cropping region
` [PATCH v13 13/13] gpu: ipu-v3: Use generic macro for rounding closest to specified value
[PATCH v2 0/1] virtio-media: Add device specification
2024-06-07 13:28 UTC (6+ messages)
` [PATCH v2 1/1] virtio-media: Add virtio media "
UVC device not listed in Supported devices list and is not working
2024-06-07 13:29 UTC (4+ messages)
[PATCH v2 0/3] Fix privacy issue for MEI CSI
2024-06-07 13:25 UTC (4+ messages)
` [PATCH v2 1/3] media: ivsc: csi: don't count privacy on as error
` [PATCH v2 2/3] media: ivsc: csi: add separate lock for v4l2 control handler
` [PATCH v2 3/3] media: ivsc: csi: remove privacy status in struct mei_csi
[PATCH 0/3] Fix privacy issue for MEI CSI
2024-06-07 12:55 UTC (10+ messages)
` [PATCH 1/3] media: ivsc: csi: don't count privacy on as error
` [PATCH 2/3] media: ivsc: csi: add separate lock for v4l2 control handler
` [PATCH 3/3] media: ivsc: csi: remove privacy status in struct mei_csi
[PATCH net-next v10 00/14] Device Memory TCP
2024-06-07 12:31 UTC (24+ messages)
` [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
` [PATCH net-next v10 05/14] netdev: netdevice devmem allocator
` [PATCH net-next v10 06/14] page_pool: convert to use netmem
` [PATCH net-next v10 10/14] net: add support for skbs with unreadable frags
[RESEND PATCH v4 0/4] Add features to an existing driver
2024-06-07 12:12 UTC (6+ messages)
[PATCH v3 00/10] Add Chameleon v3 video support
2024-06-07 12:04 UTC (5+ messages)
` [PATCH v3 07/10] media: intel: Add Displayport RX IP driver
[PATCH] media: mediatek: vcodec: Reduce msg queue trans buffer size
2024-06-07 11:20 UTC (3+ messages)
[PATCH 0/4] media: em28xx: Add support for MyGica UTV3 and its tuner
2024-06-07 10:22 UTC (9+ messages)
` [PATCH 1/4] media: tuner-simple: Add support for Tena TNF931D-DFDR1
` [PATCH 2/4] media: em28xx: Add support for MyGica UTV3
` [PATCH 3/4] media: em28xx: Set GPIOs for non-audio boards when switching input
` [PATCH 4/4] media: admin-guide: Update cardlists
[PATCH] media: intel/ipu6: Fix a null pointer dereference in ipu6_isys_query_stream_by_source
2024-06-07 9:27 UTC (2+ messages)
[PATCH v7 0/5] Add support for MAX96714/F and MAX96717/F GMSL2 ser/des
2024-06-07 9:27 UTC (6+ messages)
6.10-rc1 : crash in mei_csi_probe
2024-06-07 9:24 UTC (13+ messages)
` [PATCH 1/1] ACPI: scan: Ignore Dell XPS 9320 camera graph port nodes
[PATCH v4 0/5] Add Mediatek ISP3.0
2024-06-07 8:52 UTC (4+ messages)
` [PATCH v4 1/5] dt-bindings: media: add mediatek ISP3.0 sensor interface
[PATCH v10 0/6] iio: new DMABUF based API v10
2024-06-07 7:44 UTC (9+ messages)
` [PATCH v10 1/6] dmaengine: Add API function dmaengine_prep_peripheral_dma_vec()
` [PATCH v10 2/6] dmaengine: dma-axi-dmac: Implement device_prep_peripheral_dma_vec
` [PATCH v10 3/6] iio: core: Add new DMABUF interface infrastructure
` [PATCH v10 4/6] iio: buffer-dma: Enable support for DMABUFs
` [PATCH v10 5/6] iio: buffer-dmaengine: Support new DMABUF based userspace API
` [PATCH v10 6/6] Documentation: iio: Document high-speed DMABUF based API
cron job: media_tree daily build: OK
2024-06-07 1:51 UTC
[PATCH net-next v11 00/13] Device Memory TCP
2024-06-07 0:51 UTC (14+ messages)
` [PATCH net-next v11 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v11 02/13] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v11 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v11 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v11 05/13] page_pool: convert to use netmem
` [PATCH net-next v11 06/13] page_pool: devmem support
` [PATCH net-next v11 07/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v11 08/13] net: support non paged skb frags
` [PATCH net-next v11 09/13] net: add support for skbs with unreadable frags
` [PATCH net-next v11 10/13] tcp: RX path for devmem TCP
` [PATCH net-next v11 11/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v11 12/13] net: add devmem TCP documentation
` [PATCH net-next v11 13/13] selftests: add ncdevmem, netcat for devmem TCP
[PATCH v3 RESEND 0/2] Document RZ/G2UL CRU and CSI support
2024-06-06 20:55 UTC (5+ messages)
` [PATCH v3 RESEND 1/2] media: dt-bindings: renesas,rzg2l-csi2: Document Renesas RZ/G2UL CSI-2 block
` [PATCH v3 RESEND 2/2] media: dt-bindings: renesas,rzg2l-cru: Document Renesas RZ/G2UL CRU block
[PATCH v5 00/16] Add Arm Mali-C55 Image Signal Processor Driver
2024-06-06 19:10 UTC (7+ messages)
` [PATCH v5 05/16] media: mali-c55: Add Mali-C55 ISP driver
[GIT-PULL FOR 6.11] Various MediaTek VCodec changes
2024-06-06 17:01 UTC (2+ messages)
` [GIT-PULL FOR 6.11] Various MediaTek VCodec changes (#102255)
[GIT PULL FOR 6.11] Add average QP control
2024-06-06 16:37 UTC (2+ messages)
` [GIT PULL FOR 6.11] Add average QP control (#102254)
[PATCH v12 00/13] Add V4L2 M2M Driver for E5010 JPEG Encoder
2024-06-06 15:42 UTC (7+ messages)
` [PATCH v12 02/13] media: imagination: Add E5010 JPEG Encoder driver
` [PATCH v12 12/13] media: imagination: Round to closest multiple for cropping region
[PATCH v4 00/11] media: Fix the last set of coccinelle warnings
2024-06-06 13:16 UTC (12+ messages)
` [PATCH v4 01/11] media: dvb-frontend/mxl5xx: Refactor struct MBIN_FILE_T and MBIN_SEGMENT_T
` [PATCH v4 02/11] media: venus: Remove unused structs
` [PATCH v4 03/11] media: venus: Use flex array for hfi_session_release_buffer_pkt
` [PATCH v4 04/11] media: venus: Refactor struct hfi_uncompressed_plane_info
` [PATCH v4 05/11] media: venus: Refactor struct hfi_session_get_property_pkt
` [PATCH v4 06/11] media: venus: Refactor struct hfi_uncompressed_format_supported
` [PATCH v4 07/11] media: venus: Refactor hfi_session_empty_buffer_uncompressed_plane0_pkt
` [PATCH v4 08/11] media: venus: Refactor hfi_session_empty_buffer_compressed_pkt
` [PATCH v4 09/11] media: venus: Refactor hfi_sys_get_property_pkt
` [PATCH v4 10/11] media: venus: Refactor hfi_session_fill_buffer_pkt
` [PATCH v4 11/11] media: venus: Refactor hfi_buffer_alloc_mode_supported
[PATCH] media: c8sectpfe: Add missing parameter names
2024-06-06 13:01 UTC
[PATCH v2 00/12] Remove cl in struct cmdq_pkt
2024-06-06 12:09 UTC (3+ messages)
` [PATCH v2 10/12] media: platform: mtk-mdp3: Get fine-grain control of cmdq_pkt_finalize()
[PATCH v4 0/4] uvcvideo: Attempt N to land UVC race conditions fixes
2024-06-06 11:57 UTC (6+ messages)
` [PATCH v4 1/4] media: uvcvideo: stop stream during unregister
[PATCH v1 00/17] nvmem: Handle change of return type in reg_read/write() definition
2024-06-06 10:31 UTC (21+ messages)
` [PATCH v1 01/17] hwmon: pmbus: adm1266: Change nvmem reg_read/write return type
` [PATCH v1 02/17] media: i2c: ov2740: "
` [PATCH v1 03/17] media: i2c: video-i2c: "
` [PATCH v1 04/17] iio: pressure: bmp280: "
` [PATCH v1 05/17] misc: ds1682: "
` [PATCH v1 06/17] misc: eeprom: at24: "
` [PATCH v1 07/17] misc: eeprom: at25: "
` [PATCH v1 08/17] misc: eeprom: 93xx46: "
` [PATCH v1 09/17] misc: mchp_pci1xxxx: "
[PATCH 1/3] edid-decode: build: compile with -Wno-variadic-macros
2024-06-06 9:42 UTC (5+ messages)
` [PATCH 2/3] edid-decode: build: Move sources to its own variable and fix formatting
` [PATCH 3/3] edid-decode: build: Use override_find_program to help subproject usage
[PATCH] i2c: imx-lpi2c: add eDMA mode support for LPI2C
2024-06-06 9:48 UTC
[PATCH v5 0/3] Add support for qcom msm8998-venus (HW vdec / venc)
2024-06-06 3:05 UTC (3+ messages)
` [PATCH v5 2/3] media: venus: add msm8998 support
[PATCH] dma-buf/heaps: Correct the types of fd_flags and heap_flags
2024-06-06 2:37 UTC (2+ messages)
[PATCH v1 10/17] mtd: core: Change nvmem reg_read/write return type
2024-06-05 18:02 UTC (8+ messages)
` [PATCH v1 11/17] mtd: ubi: nvmem: "
` [PATCH v1 12/17] soc: atmel: sfr: "
` [PATCH v1 13/17] w1: slaves: w1_ds250x: "
` [PATCH v1 14/17] thunderbolt: switch: "
` [PATCH v1 15/17] thunderbolt: retimer: "
` [PATCH v1 16/17] soc: tegra: fuse: "
` [PATCH v1 17/17] rtc: "
[PATCH v2] media: platform: rzg2l-cru: rzg2l-video: Move request_irq() to probe()
2024-06-05 17:50 UTC
[PATCH] media: platform: rzg2l-cru: rzg2l-video: Move request_irq() to rzg2l_cru_video_register()
2024-06-05 17:34 UTC (4+ messages)
[PATCH 0/8] media: rkisp1: Implement support for extensible parameters
2024-06-05 16:54 UTC (9+ messages)
` [PATCH 1/8] uapi: rkisp1-config: Add extensible parameters format
` [PATCH 2/8] uapi: videodev2: Add V4L2_META_FMT_RK_ISP1_EXT_PARAMS
` [PATCH 3/8] media: rkisp1: Remove cached format info
` [PATCH 4/8] media: rkisp1: Add support for ext format
` [PATCH 5/8] media: rkisp1: Implement extensible params support
` [PATCH 6/8] media: rkisp1: Propagate pre/post-config errors
` [PATCH 7/8] media: rkisp1: Add struct rkisp1_params_buffer
` [PATCH 8/8] media: rkisp1: Copy and validate parameters buffer
[linuxtv-media-stage:master] BUILD SUCCESS 1aea3d1d4a21e3e7895663b848ffae79ee82e065
2024-06-05 15:58 UTC
[PATCH v5 0/3] media: i2c: Add support for GC05A2 sensor
2024-06-05 12:08 UTC (5+ messages)
` [PATCH v5 1/3] media: dt-bindings: i2c: add GalaxyCore GC05A2 image sensor
` [PATCH v5 2/3] media: i2c: Add GC05A2 image sensor driver
` [PATCH v5 3/3] MAINTAINERS: Add entry for GC05A2 image sensor
[sailus-media-tree:media-ref] BUILD SUCCESS f31af465888a80c3334a9b3558b746f0d827cb3f
2024-06-05 11:26 UTC
[PATCH v2] edid-decode: Cannot support NonMixed MS without MS
2024-06-05 10:35 UTC
[PATCH v2] dma-buf: align fd_flags and heap_flags with dma_heap_allocation_data
2024-06-05 9:25 UTC (2+ messages)
[PATCH v2 00/29] Media device lifetime management
2024-06-05 9:23 UTC (4+ messages)
` [PATCH v2 19/29] media: omap3isp: Release the isp device struct by media device callback
[PATCH v9 RESEND 0/1] Virtio video device specification
2024-06-05 7:42 UTC (2+ messages)
` [PATCH v9 RESEND 1/1] virtio-video: Add virtio "
[PATCH v3 0/4] media: videobuf2-core: attach once if multiple planes share the same dbuf
2024-06-05 7:40 UTC (5+ messages)
` [PATCH v3 1/4] media: videobuf2-core: clear memory related fields in __vb2_plane_dmabuf_put()
` [PATCH v3 2/4] media: videobuf2-core: release all planes first in __prepare_dmabuf()
` [PATCH v3 3/4] media: videobuf2-core: reverse the iteration order in __vb2_buf_dmabuf_put
` [PATCH v3 4/4] media: videobuf2-core: attach once if multiple planes share the same dbuf
[RFC 0/3] media: videobuf2: Allow driver to override vb2_queue.buf_ops
2024-06-05 7:37 UTC (3+ messages)
[PATCH] media: uvcvideo: Override default flags
2024-06-05 7:12 UTC (3+ messages)
[PATCH] edid-decode: Cannot support NonMixed MS without MS
2024-06-05 6:00 UTC (4+ messages)
cron job: media_tree daily build: OK
2024-06-05 1:51 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox