Linux Media Controller development
 help / color / mirror / Atom feed
 messages from 2025-05-27 11:32:20 to 2025-05-30 10:48:47 UTC [more...]

[PATCH v3 0/4] Optimizing disk file & dmabuf copies via copy_file_range
 2025-05-30 10:39 UTC  (5+ messages)
` [PATCH v3 1/4] fs: allow cross-FS copy_file_range for memory-backed files
` [PATCH v3 2/4] dmabuf: Implement copy_file_range for dmabuf
` [PATCH v3 3/4] udmabuf: Implement udmabuf rw_file callback
` [PATCH v3 4/4] dmabuf:system_heap Implement system_heap exporter's "

[PATCH] Enable MIPI filtering by DT on i.MX8M*
 2025-05-30 10:48 UTC  (12+ messages)

[PATCH] Enumerate only the available timings
 2025-05-30 10:17 UTC 

[PATCH v3 0/4] CAMSS support for MSM8939
 2025-05-30  9:00 UTC  (5+ messages)
` [PATCH v3 1/4] media: qcom: camss: vfe: Add VBIF setting support
` [PATCH v3 2/4] media: qcom: camss: Add support for MSM8939
` [PATCH v3 3/4] media: dt-bindings: Add qcom,msm8939-camss
` [PATCH v3 4/4] arm64: dts: qcom: msm8939: Add camss and cci

[PATCH] dma-buf: Add forward declaration of struct seq_file in dma-fence.h
 2025-05-30  8:40 UTC 

[PATCH v5 00/12] Enable jpeg enc & dec multi-hardwares for MT8196
 2025-05-30  7:45 UTC  (13+ messages)
` [PATCH v5 01/12] media: dt-bindings: mediatek,jpeg: Add mediatek, mt8196-jpgdec compatible
` [PATCH v5 02/12] media: dt-bindings: mediatek,jpeg: Add mediatek, mt8196-jpgenc compatible
` [PATCH v5 03/12] media: mediatek: jpeg: add jpeg compatible
` [PATCH v5 04/12] media: mediatek: jpeg: add jpeg smmu sid setting
` [PATCH v5 05/12] media: mediatek: jpeg: fix jpeg hw count setting
` [PATCH v5 06/12] media: mediatek: jpeg: refactor jpeg buffer payload setting
` [PATCH v5 07/12] media: mediatek: jpeg: refactor jpeg dst buffer layout
` [PATCH v5 08/12] media: mediatek: jpeg: fix stop streaming flow for multi-core
` [PATCH v5 09/12] media: mediatek: jpeg: refactor multi-core clk suspend and resume setting
` [PATCH v5 10/12] media: mediatek: jpeg: fix decoding buffer number setting timing issue
` [PATCH v5 11/12] media: mediatek: jpeg: refactor decoding resolution change operation
` [PATCH v5 12/12] media: mediatek: jpeg: fix remove buffer operation for multi-core

[PATCH v10] media: vsp1: Add VSPX support
 2025-05-30  7:28 UTC  (2+ messages)
  ` [v10] "

[PATCH v8 0/3] media: venus: enable venus on qcs615
 2025-05-30  4:02 UTC  (4+ messages)
` [PATCH v8 1/3] media: venus: pm_helpers: use opp-table for the frequency
` [PATCH v8 2/3] arm64: dts: qcom: qcs615: add venus node to devicetree
` [PATCH v8 3/3] arm64: dts: qcom: qcs615-ride: enable venus node to initialize video codec

[RFC PATCH 00/12] Private MMIO support for private assigned dev
 2025-05-30  2:29 UTC  (13+ messages)

[PATCH v9 0/9] TEE subsystem for protected dma-buf allocations
 2025-05-30  2:13 UTC  (17+ messages)
` [PATCH v9 3/9] tee: implement protected DMA-heap
` [PATCH v9 6/9] tee: add tee_shm_alloc_dma_mem()
` [PATCH v9 7/9] optee: support protected memory allocation
` [PATCH v9 8/9] optee: FF-A: dynamic "
` [PATCH v9 9/9] optee: smc abi: "

[PATCH v3 0/4] Describe the cameras in the PinePhone Pro dts
 2025-05-29 16:17 UTC  (5+ messages)
` [PATCH v3 3/4] arm64: dts: rockchip: describe I2c Bus 1 and IMX258 world camera on PinePhone Pro

[PATCH 0/2] media: vsp1: Detect display list wrong usage patterns
 2025-05-29 16:36 UTC  (3+ messages)
` [PATCH 1/2] media: vsp1: vsp1_dl: Add usage counter
` [PATCH 2/2] media: vsp1: vsp1_dl: Count display lists

[syzbot] [media?] WARNING in az6007_i2c_xfer
 2025-05-29 13:39 UTC 

[PATCH] media: rkisp1: correct histogram window size
 2025-05-29  9:29 UTC 

[PATCH 0/3] Add Input Video Control Block driver for RZ/V2H
 2025-05-29  7:40 UTC  (5+ messages)
` [PATCH 2/3] media: platform: Add Renesas Input Video Control block driver

[PATCH v4 0/2] Use APIs in gdsc genpd to switch gdsc mode for venus v4 core
 2025-05-29  5:48 UTC  (10+ messages)
` [PATCH v4 1/2] venus: pm_helpers: add compatibility for dev_pm_genpd_set_hwmode on V4
` [PATCH v4 2/2] clk: qcom: videocc: Use HW_CTRL_TRIGGER flag for video GDSC's

[RFC PATCH 00/30] Host side (KVM/VFIO/IOMMUFD) support for TDISP using TSM
 2025-05-29  5:35 UTC  (31+ messages)
` [RFC PATCH 01/30] HACK: dma-buf: Introduce dma_buf_get_pfn_unlocked() kAPI
` [RFC PATCH 02/30] vfio: Export vfio device get and put registration helpers
` [RFC PATCH 03/30] vfio/pci: Share the core device pointer while invoking feature functions
` [RFC PATCH 04/30] vfio/pci: Allow MMIO regions to be exported through dma-buf
` [RFC PATCH 05/30] fixup! vfio/pci: fix dma-buf revoke typo on reset
` [RFC PATCH 06/30] HACK: vfio/pci: Support get_pfn() callback for dma-buf
` [RFC PATCH 07/30] KVM: Support vfio_dmabuf backed MMIO region
` [RFC PATCH 08/30] KVM: x86/mmu: Handle page fault for vfio_dmabuf backed MMIO
` [RFC PATCH 09/30] KVM: x86/mmu: Handle page fault for private MMIO
` [RFC PATCH 10/30] vfio/pci: Export vfio dma-buf specific info for importers
` [RFC PATCH 11/30] KVM: vfio_dmabuf: Fetch VFIO specific dma-buf data for sanity check
` [RFC PATCH 12/30] iommufd/device: Associate a kvm pointer to iommufd_device
` [RFC PATCH 13/30] fixup! iommufd/selftest: Sync iommufd_device_bind() change to selftest
` [RFC PATCH 14/30] iommu/arm-smmu-v3-iommufd: Pass in kvm pointer to viommu_alloc
` [RFC PATCH 15/30] fixup: iommu/selftest: Sync .viommu_alloc() change to selftest
` [RFC PATCH 16/30] iommufd/viommu: track the kvm pointer & its refcount in viommu core
` [RFC PATCH 17/30] iommufd/device: Add TSM Bind/Unbind for TIO support
` [RFC PATCH 18/30] iommufd/viommu: Add trusted IOMMU configuration handlers for vdev
` [RFC PATCH 19/30] vfio/pci: Add TSM TDI bind/unbind IOCTLs for TEE-IO support
` [RFC PATCH 20/30] vfio/pci: Do TSM Unbind before zapping bars
` [RFC PATCH 21/30] iommufd/vdevice: Add TSM Guest request uAPI
` [RFC PATCH 22/30] fixup! PCI/TSM: Change the guest request type definition
` [RFC PATCH 23/30] coco/tdx_tsm: Introduce a "tdx" subsystem and "tsm" device
` [RFC PATCH 24/30] coco/tdx_tsm: TEE Security Manager driver for TDX
` [RFC PATCH 25/30] coco/tdx_tsm: Add connect()/disconnect() handlers prototype
` [RFC PATCH 26/30] coco/tdx_tsm: Add bind()/unbind()/guest_req() "
` [RFC PATCH 27/30] PCI/TSM: Add PCI driver callbacks to handle TSM requirements
` [RFC PATCH 28/30] vfio/pci: Implement TSM handlers for MMIO
` [RFC PATCH 29/30] iommufd/vdevice: Implement TSM handlers for trusted DMA
` [RFC PATCH 30/30] coco/tdx_tsm: Manage TDX Module enforced operation sequences for Unbind

[PATCH v3 0/7] Intel IPU7 PCI and input system device drivers
 2025-05-29  4:13 UTC  (8+ messages)
` [PATCH v3 1/7] media: staging/ipu7: add Intel IPU7 PCI device driver
` [PATCH v3 2/7] media: staging/ipu7: add IPU7 DMA APIs and MMU mapping
` [PATCH v3 3/7] media: staging/ipu7: add firmware parse, syscom interface and boot
` [PATCH v3 4/7] media: staging/ipu7: add IPU7 firmware ABI headers
` [PATCH v3 5/7] media: staging/ipu7: add IPU7 input system device driver
` [PATCH v3 6/7] MAINTAINERS: add maintainers for Intel IPU7 input system driver
` [PATCH v3 7/7] media: staging/ipu7: add Makefile, Kconfig and to-do file for IPU7

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

[PATCH v7 0/3] media: venus: enable venus on qcs615
 2025-05-29  2:29 UTC  (6+ messages)
` [PATCH v7 2/3] arm64: dts: qcom: qcs615: add venus node to devicetree

[PATCH 0/3] ihex: add some bounds checking to firmware parsing
 2025-05-28 20:22 UTC  (2+ messages)
` [PATCH 1/3] media: gspca: Add bounds checking to firmware parser

[PATCH] contrib/test/test-media: Wait for udev to settle after modprobe
 2025-05-28 20:08 UTC 

Device not support on new Lenovo Legion laptop
 2025-05-28 18:30 UTC  (4+ messages)

Missing support for webcam HP HD 2300 (0bda / 5822)
 2025-05-28 18:18 UTC  (7+ messages)

[PATCH v6 0/5] media: uvcvideo: Implement Granular Power Saving
 2025-05-28 18:05 UTC  (5+ messages)
` [PATCH v6 5/5] media: uvcvideo: Do not turn on the camera for some ioctls

[PATCH 0/9] media: uvcvideo: Invert granular PM logic + PM fix
 2025-05-28 17:58 UTC  (10+ messages)
` [PATCH 1/9] media: uvcvideo: Refactor uvc_queue_streamon
` [PATCH 2/9] media: uvcvideo: Refactor uvc_v4l2_compat_ioctl32
` [PATCH 3/9] media: uvcvideo: Use vb2 ioctl and fop helpers
` [PATCH 4/9] media: uvcvideo: Remove stream->is_streaming field
` [PATCH 5/9] media: uvcvideo: Turn on the camera if V4L2_EVENT_SUB_FL_SEND_INITIAL
` [PATCH 6/9] media: uvcvideo: Do not enable camera during UVCIOC_CTRL_MAP32
` [PATCH 7/9] media: uvcvideo: uvc_v4l2_unlocked_ioctl: Invert PM logic
` [PATCH 8/9] media: uvcvideo: Do not turn on the camera unless is needed
` [PATCH 9/9] media: uvcvideo: Support granular power saving for compat syscalls

[GIT PULL for v6.16] media updates
 2025-05-28 17:11 UTC  (2+ messages)

[PATCH v3] media: add virtio-media driver
 2025-05-28 16:23 UTC  (13+ messages)

[PATCH v5 00/10] New DRM accel driver for Rockchip's RKNN NPU
 2025-05-28 15:34 UTC  (4+ messages)
` [PATCH v5 01/10] dt-bindings: npu: rockchip,rknn: Add bindings

[PATCH] media: rkvdec: Switch to using structs instead of writel
 2025-05-28 15:10 UTC  (4+ messages)

[PATCH 0/7] media: renesas: vsp1: Fix v4l2-compliance failures
 2025-05-28 15:06 UTC  (15+ 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

[RFC PATCH 00/11] VC8000E H.264 V4L2 Stateless Encoder
 2025-05-28 14:47 UTC  (10+ messages)
` [RFC PATCH 05/11] arm64: dts: imx8mp: drop gpcv2 vpu power-domains and clocks
` [RFC PATCH 07/11] arm64: dts: imx8mp: fix VPU_BUS clock setting

[PATCH v11 00/10] Improve gpu_scheduler trace events + UAPI
 2025-05-28 14:18 UTC  (2+ messages)

[PATCH 0/8] Reup: SM8350 and SC8280XP venus support
 2025-05-28 14:15 UTC  (7+ messages)

[PATCH v2 0/7] Performance improvement of decoder
 2025-05-28 13:49 UTC  (13+ messages)
` [PATCH v2 1/7] media: chips-media: wave5: Fix Null reference while testing fluster
` [PATCH v2 2/7] media: chips-media: wave5: Improve performance of decoder
` [PATCH v2 4/7] media: chips-media: wave5: Use spinlock whenever statue is changed

[ANNOUNCEMENT] Minutes from the libcamera workshop 2025 - Nice, May 16th
 2025-05-28 13:15 UTC 

[PATCH v4 00/10] Add strobe/flash duration v4l2 ctrl & use it for ov9282
 2025-05-28 12:15 UTC  (10+ messages)
` [PATCH v4 07/10] media: i2c: ov9282: add led_mode v4l2 control
` [PATCH v4 09/10] media: i2c: ov9282: add strobe_source "
` [PATCH v4 10/10] media: i2c: ov9282: implement try_ctrl for strobe_duration

[PATCH v1 1/1] media: cx18: Replace custom implementation of list_entry_is_head()
 2025-05-28 11:32 UTC 

[PATCH v4 0/6] media: rcar-vin: Unify notifiers and enable MC on Gen2
 2025-05-28 10:27 UTC  (10+ messages)
` [PATCH v4 4/6] media: rcar-vin: Prepare for unifying all v4l-async notifiers
` [PATCH v4 5/6] media: rcar-vin: Merge all notifiers
` [PATCH v4 6/6] media: rcar-vin: Enable media-graph on Gen2

OV5695 Camera Bring-Up Issue on i.MX8ULP – Half Image Black
 2025-05-28  9:18 UTC  (3+ messages)

[PATCH v2 0/6] Add support for MT8196 video encoder
 2025-05-28  6:36 UTC  (7+ messages)
` [PATCH v2 1/6] media: mediatek: encoder: Add a new encoder driver interface
` [PATCH v2 2/6] media: mediatek: encoder: Add support for common firmware interface
` [PATCH v2 3/6] media: mediatek: encoder: Add support for VCP encode process
` [PATCH v2 4/6] media: mediatek: encoder: Add a new platform data member
` [PATCH v2 5/6] dt-bindings: media: mediatek: encoder: Add encoder dt-bindings for MT8196
` [PATCH v2 6/6] media: mediatek: encoder: Add MT8196 encoder compatible data

[PATCH 0/2] Add support for DS90UB954-Q1
 2025-05-28  6:25 UTC  (7+ messages)
` [PATCH 1/2] media: dt-bindings: ti,ds90ub960: Add bindings "
` [PATCH 2/2] media: i2c: ds90ub960: Add support "

[PATCH 1/1] media: dt-bindings: sony,imx219: Allow props from video-interface-devices
 2025-05-27 19:24 UTC  (2+ messages)

[PATCH 6.14 635/783] drm/gem: Internally test import_attach for imported objects
 2025-05-27 16:27 UTC 

[PATCH 6.12 626/626] drm/gem: Internally test import_attach for imported objects
 2025-05-27 16:28 UTC 

[PATCH bpf-next v7 0/5] Replace CONFIG_DMABUF_SYSFS_STATS with BPF
 2025-05-27 17:00 UTC  (2+ messages)

[PATCH 2/2] dmabuf/heaps: implement DMA_BUF_IOCTL_RW_FILE for system_heap
 2025-05-27 15:10 UTC  (22+ messages)

[PATCH] media: qcom: camss: Power pipeline only when streaming
 2025-05-27 14:37 UTC  (3+ messages)

[PATCH 0/5] media: Add Gen 3 IP stateful decoder driver
 2025-05-27 14:33 UTC  (15+ messages)
` [PATCH 2/5] dt-bindings: media: allegro-dvt: add decoder dt-bindings for Gen3 IP

[PATCH v3 0/3] dma-buf: heaps: Use constant name for CMA heap
 2025-05-27 13:05 UTC  (3+ messages)
` [PATCH v3 3/3] dma-buf: heaps: Give default CMA heap a fixed name

[PATCH v3 2/3] dma-buf: heaps: Parameterize heap name in __add_cma_heap()
 2025-05-27 13:00 UTC  (2+ messages)

[PATCH v3 1/3] Documentation: dma-buf: heaps: Fix code markup
 2025-05-27 12:59 UTC  (2+ messages)

[PATCH v3 0/5] Raspberry Pi HEVC decoder driver
 2025-05-27 12:51 UTC  (4+ messages)
` [PATCH v3 4/5] media: platform: Add "

[PATCH 0/3] dt-bindings: media: qcom,x1e80100-camss: Some minor fixes
 2025-05-27 12:26 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: media: qcom,x1e80100-camss: Tighten the property regex pattern

[PATCH v2 0/4] CAMSS support for MSM8939
 2025-05-27 12:01 UTC  (6+ messages)
` [PATCH v2 1/4] media: qcom: camss: vfe: Add VBIF setting support


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