linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-03 09:28:54 to 2024-06-06 12:47:20 UTC [more...]

[PATCH v5 00/16] Add Arm Mali-C55 Image Signal Processor Driver
 2024-06-06 12:47 UTC  (5+ messages)
` [PATCH v5 05/16] media: mali-c55: Add Mali-C55 ISP driver

[RESEND PATCH v4 0/4] Add features to an existing driver
 2024-06-06 12:43 UTC  (3+ messages)

[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 v12 00/13] Add V4L2 M2M Driver for E5010 JPEG Encoder
 2024-06-06 11:44 UTC  (15+ messages)
` [PATCH v12 01/13] media: dt-bindings: Add Imagination "
` [PATCH v12 02/13] media: imagination: Add E5010 JPEG Encoder driver
` [PATCH v12 03/13] media: v4l2-jpeg: Export reference quantization and huffman tables
` [PATCH v12 04/13] media: Documentation: Document v4l2-jpeg helper functions
` [PATCH v12 05/13] media: imagination: Use exported tables from v4l2-jpeg core
` [PATCH v12 06/13] media: verisilicon : Use exported tables from v4l2-jpeg for hantro codec
` [PATCH v12 07/13] math.h: Add macros for rounding to closest value
` [PATCH v12 08/13] math.h: Use kernel-doc syntax for divison macros
` [PATCH v12 09/13] Documentation: core-api: Add math.h macros and functions
` [PATCH v12 10/13] lib: add basic KUnit test for lib/math
` [PATCH v12 11/13] lib: math_kunit: Add tests for new macros related to rounding to nearest value
` [PATCH v12 12/13] media: imagination: Round to closest multiple for cropping region
` [PATCH v12 13/13] gpu: ipu-v3: Use generic macro for rounding closest to specified value

[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  (5+ messages)
` [PATCH v5 1/3] dt-bindings: media: add qcom,msm8998-venus
` [PATCH v5 2/3] media: venus: add msm8998 support
` [PATCH v5 3/3] arm64: dts: qcom: msm8998: add venus node

[PATCH] dma-buf/heaps: Correct the types of fd_flags and heap_flags
 2024-06-06  2:37 UTC  (2+ messages)

[PATCH net-next v10 00/14] Device Memory TCP
 2024-06-06  1:48 UTC  (26+ messages)
` [PATCH net-next v10 01/14] netdev: add netdev_rx_queue_restart()
` [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
` [PATCH net-next v10 11/14] tcp: RX path for devmem TCP

[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 v3 RESEND 0/2] Document RZ/G2UL CRU and CSI support
 2024-06-05 15:41 UTC  (3+ 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 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 v10 0/6] iio: new DMABUF based API v10
 2024-06-05 11:08 UTC  (7+ 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

[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  (8+ messages)
` [PATCH v2 18/29] media: mc: Postpone graph object removal until free
` [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  (6+ messages)
` [RFC 1/3] media: videobuf2: WARN if !vb2_queue.buf_ops
` [RFC 2/3] media: Allow drivers to overwrite vb2_queue.buf_ops
` [RFC 3/3] media: rkisp1-params: Override vb2_queue.buf_ops

[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 

[ANN] Request for Topics and registration for a Media Summit September 16th
 2024-06-04 21:48 UTC  (3+ messages)

[RFC PATCH v1] dma-buf: heaps: move the verification of heap_flags to the corresponding heap
 2024-06-04 18:16 UTC  (7+ messages)

[PATCH] media: rcar-vin: Add support for RAW10
 2024-06-04 18:07 UTC  (2+ messages)

[PATCH v2 0/2] media: rockchip: rga: Add rk3588 support
 2024-06-04 16:34 UTC  (2+ messages)
` [PATCH v2 1/2] dt-bindings: media: rockchip-rga: add rockchip,rk3588-rga

[PATCH] Documentation: Fix v4l2_ctrl_vp8_frame struct
 2024-06-04 16:20 UTC  (2+ messages)

[GIT PULL FOR 6.9] Imagination E5010 JPEG encoder
 2024-06-04 15:09 UTC  (4+ messages)

[Jenkins] stage-drivers-build #202: build failed for clang15 allmodconfig
 2024-06-04 14:46 UTC  (2+ messages)
` [Jenkins] stage-drivers-build #203: "

[PATCH] media: verisilicon: Use fourcc format string
 2024-06-04 14:25 UTC  (2+ messages)

[sailus-media-tree:master] BUILD SUCCESS c599a9865616fa1c63618002be05d3f90f4a51c3
 2024-06-04 14:04 UTC 

[PATCH v3 00/10] Add Chameleon v3 video support
 2024-06-04 12:46 UTC  (10+ messages)
` [PATCH v3 01/10] media: Add Chameleon v3 video interface driver
` [PATCH v3 07/10] media: intel: Add Displayport RX IP driver

[PATCH] dt-bindings: media: renesas,isp: Add binding for V4M
 2024-06-04  9:18 UTC  (3+ messages)

[PATCH v4 0/2] media: i2c: Add support for GC05A2 sensor
 2024-06-04  8:12 UTC  (2+ messages)

[PATCH] dt-bindings: media: renesas,vin: Add binding for V4M
 2024-06-04  7:43 UTC  (2+ messages)

[PATCH] dt-bindings: media: renesas,csi2: Add binding for V4M
 2024-06-04  7:29 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: media: amlogic,gx-vdec: add the GXLX SoC family and update GXL
 2024-06-04  6:28 UTC  (3+ messages)
` [PATCH 2/2] media: meson: vdec: add GXLX SoC platform

[PATCH v3 1/3] media: uapi: v4l: Change V4L2_TYPE_IS_CAPTURE condition
 2024-06-04  5:11 UTC  (3+ messages)
` [PATCH v3 2/3] media: qcom: venus: Fix uninitialized variable warning
` [PATCH v3 3/3] media: uapi: v4l: Fix V4L2_TYPE_IS_OUTPUT condition

[PATCH v2 0/3] media: videobuf2-core: attach once if multiple planes share the same dbuf
 2024-06-04  3:56 UTC  (5+ messages)
` [PATCH v2 1/3] media: videobuf2-core: release all planes first in __prepare_dmabuf()

[sailus-media-tree:test] BUILD SUCCESS b343f7f791d61ed0942a8a25cb716b525d932cff
 2024-06-04  3:21 UTC 

[PATCH v2] media: venus: Constify struct dec_bufsize_ops and enc_bufsize_ops
 2024-06-03 23:02 UTC  (2+ messages)

[PATCH] Constify struct dec_bufsize_ops and enc_bufsize_ops
 2024-06-03 23:01 UTC  (2+ messages)

[PATCH 1/5] media: atomisp: Remove unused mipicsi_flag module parameter
 2024-06-03 19:38 UTC  (7+ messages)
` [PATCH 2/5] media: atomisp: Remove firmware_name "
` [PATCH 3/5] media: atomisp: Prefix firmware paths with "intel/ipu/"
` [PATCH 4/5] media: atomisp: Update TODO
` [PATCH 5/5] media: atomisp: csi2-bridge: Add DMI quirk for OV5693 on Xiaomi Mipad2

[PATCH 0/9] Convert Tasklets to BH Workqueues
 2024-06-03 17:25 UTC  (4+ messages)
` [PATCH 9/9] mmc: Convert from tasklet to BH workqueue

[PATCH v3] media/*: Convert from tasklet to BH workqueue
 2024-06-03 17:33 UTC  (3+ messages)

[PATCH 0/8] media: use 'time_left' instead of 'timeout' with wait_*() functions
 2024-06-03 16:28 UTC  (7+ messages)
` [PATCH 5/8] media: platform: exynos-gsc: use 'time_left' variable with wait_event_timeout()
` [PATCH 6/8] media: solo6x10: use 'time_left' variable with wait_for_completion_timeout()
` [PATCH 7/8] media: tegra-vde: use 'time_left' variable with wait_for_completion_interruptible_timeout()
` [PATCH 8/8] media: ti: cal: use 'time_left' variable with wait_event_timeout()

[PATCH v2] Documentation: Fix AV1 struct documentation
 2024-06-03 16:01 UTC  (2+ messages)

[PATCH v1 2/2] arm64: dts: rockchip: Add RGA2 support to rk3588
 2024-06-03 15:50 UTC  (3+ messages)

[PATCH] media: mediatek: jpeg: support 34bits
 2024-06-03 14:57 UTC  (2+ messages)

[GIT PULL v2 FOR 6.11] V4L2 patches
 2024-06-03 14:42 UTC  (2+ messages)
` [GIT PULL v2 FOR 6.11] V4L2 patches (#102162)

[PATCH] Add "Quanta ACER HD User Facing" devices
 2024-06-03 13:34 UTC  (3+ messages)

[PATCH v3 0/2] Document RZ/G2UL CRU and CSI support
 2024-06-03 13:14 UTC  (7+ messages)
` [PATCH v3 1/2] media: dt-bindings: renesas,rzg2l-csi2: Document Renesas RZ/G2UL CSI-2 block
` [PATCH v3 2/2] media: dt-bindings: renesas,rzg2l-cru: Document Renesas RZ/G2UL CRU block

[GIT PULL FOR 6.11] V4L2 patches
 2024-06-03 11:44 UTC  (2+ messages)
` [GIT PULL FOR 6.11] V4L2 patches (#102160)

[PATCH] MAINTAINERS: delete email for Anton Sviridenko
 2024-06-03 10:01 UTC 

[PATCH v2 0/2] media: Add driver for ST VD56G3 camera sensor
 2024-06-03  9:59 UTC  (4+ messages)
` [PATCH v2 2/2] media: i2c: "

[PATCH v2 1/1] media: ipu6: Rework CSI-2 sub-device streaming control
 2024-06-03  9:43 UTC 

[PATCH v15 00/29] drm/connector: Create HDMI Connector infrastructure
 2024-06-03  9:28 UTC  (4+ messages)


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 NNTP newsgroup(s).