Linux Media Controller development
 help / color / mirror / Atom feed
 messages from 2025-05-14 17:55:55 to 2025-05-19 01:32:43 UTC [more...]

[PATCH 1/4] docs: Improve grammar in Userspace API/DVB API
 2025-05-19  1:32 UTC  (8+ messages)
` [PATCH 2/4] docs: Improve grammar, formatting in Video4Linux
` [PATCH 3/4] docs: Improve grammar in Userspace API/fwctl
` [PATCH 4/4] docs: Fix typos, improve grammar in Userspace API

[PATCH 0/3] media: qcom: camss: Add qcs615 support
 2025-05-19  0:31 UTC  (13+ messages)
` [PATCH 1/3] dt-bindings: media: Add qcom,qcs615-camss binding
` [PATCH 2/3] media: qcom: camss: csiphy: Add 14nm CSIPHY 2ph DPHY v2.0.0 init sequence
` [PATCH 3/3] media: qcom: camss: Add qcs615 camss support

[PATCH v3 00/10] New DRM accel driver for Rockchip's RKNN NPU
 2025-05-19  0:31 UTC  (24+ messages)
` [PATCH v3 01/10] dt-bindings: npu: rockchip,rknn: Add bindings
` [PATCH v3 02/10] arm64: dts: rockchip: Add nodes for NPU and its MMU to rk3588s
` [PATCH v3 03/10] arm64: dts: rockchip: Enable the NPU on quartzpro64
` [PATCH v3 04/10] accel/rocket: Add registers header
` [PATCH v3 05/10] accel/rocket: Add a new driver for Rockchip's NPU
` [PATCH v3 06/10] accel/rocket: Add IOCTL for BO creation
` [PATCH v3 07/10] accel/rocket: Add job submission IOCTL
` [PATCH v3 08/10] accel/rocket: Add IOCTLs for synchronizing memory accesses
` [PATCH v3 09/10] arm64: dts: rockchip: add pd_npu label for RK3588 power domains
` [PATCH v3 10/10] arm64: dts: rockchip: enable NPU on ROCK 5B

[PATCH 00/23] media: atomisp: gc0310: Modernize and move to drivers/media
 2025-05-18  9:44 UTC  (32+ messages)
` [PATCH 01/23] media: atomisp: gc0310: Rename "dev" function variable to "sensor"
` [PATCH 02/23] media: atomisp: gc0310: Drop unused GC0310_FOCAL_LENGTH_NUM define
` [PATCH 03/23] media: atomisp: gc0310: Modify vblank value to run at 30 fps
` [PATCH 04/23] media: atomisp: gc0310: Switch to CCI register access helpers
` [PATCH 05/23] media: atomisp: gc0310: Use V4L2_CID_ANALOGUE_GAIN for gain control
` [PATCH 06/23] media: atomisp: gc0310: Add selection API support
` [PATCH 07/23] media: atomisp: gc0310: Add link-frequency and pixelrate controls
` [PATCH 08/23] media: atomisp: gc0310: Add vblank and hblank controls
` [PATCH 09/23] media: atomisp: gc0310: Add camera orientation and sensor rotation controls
` [PATCH 10/23] media: atomisp: gc0310: Limit max exposure value to mode-height + vblank
` [PATCH 11/23] media: atomisp: gc0310: Add check_hwcfg() function
` [PATCH 12/23] media: atomisp: gc0310: Fix power on/off sleep times
` [PATCH 13/23] media: atomisp: gc0310: Remove unused is_streaming variable
` [PATCH 14/23] media: atomisp: gc0310: Switch to {enable,disable}_streams
` [PATCH 15/23] media: atomisp: gc0310: Switch to using the sub-device state lock
` [PATCH 16/23] media: atomisp: gc0310: Implement internal_ops.init_state
` [PATCH 17/23] media: atomisp: gc0310: Use v4l2_subdev_get_fmt() as v4l2_subdev_pad_ops.get_fmt()
` [PATCH 18/23] media: atomisp: gc0310: Switch to using sd.active_state fmt
` [PATCH 19/23] media: atomisp: gc0310: Move and rename suspend/resume functions
` [PATCH 20/23] media: atomisp: gc0310: runtime-PM fixes
` [PATCH 21/23] media: atomisp: gc0310: Drop gc0310_get_frame_interval()
` [PATCH 22/23] media: atomisp: gc0310: Drop gc0310_g_skip_frames()
` [PATCH 23/23] media: Move gc0310 sensor drivers to drivers/media/i2c/

[PATCH v3 0/2] venus driver fixes for vulnerabilities due to unexpected firmware payload
 2025-05-18  3:56 UTC  (14+ messages)
` [PATCH v3 1/2] media: venus: fix TOCTOU vulnerability when reading packets from shared memory
` [PATCH v3 2/2] media: venus: Fix OOB read due to missing payload bound check

[PATCH RESEND] arm64: dts: qcom: sm8550: Add support for camss
 2025-05-17 12:07 UTC  (2+ messages)

[PATCH v11] media: uvcvideo: Fix bandwidth issue for Alcor camera
 2025-05-17 11:51 UTC  (2+ messages)

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

[PATCH 2/2] dmabuf/heaps: implement DMA_BUF_IOCTL_RW_FILE for system_heap
 2025-05-16 18:37 UTC  (13+ messages)

[PATCH 0/4] drm/nouveau: Simplify nouveau_fence.c
 2025-05-16 14:10 UTC  (2+ messages)

[PATCH v2 0/8] Add support for Wave6 video codec driver
 2025-05-16 12:55 UTC  (10+ messages)
` [PATCH v2 2/8] dt-bindings: media: nxp: Add Wave6 video codec device
` [PATCH v2 5/8] media: chips-media: wave6: Add Wave6 VPU interface

[PATCH] media: Add automatic sort support for Makefile and Kconfig
 2025-05-16 12:22 UTC 

[PATCH v2 0/7] New DRM accel driver for Rockchip's RKNN NPU
 2025-05-16 10:56 UTC  (10+ messages)
` [PATCH v2 4/7] accel/rocket: Add a new driver for Rockchip's NPU
` [PATCH v2 1/7] dt-bindings: npu: rockchip,rknn: Add bindings

[PATCH v2 0/2] dma-buf: Add direct I/O support via DMA_BUF_IOCTL_RW_FILE
 2025-05-16  9:21 UTC  (3+ messages)
` [PATCH v2 1/2] dmabuf: add DMA_BUF_IOCTL_RW_FILE
` [PATCH v2 2/2] dmabuf/heaps: implement DMA_BUF_IOCTL_RW_FILE for system_heap

[linuxtv-media-pending:next] BUILD SUCCESS 5e1ff2314797bf53636468a97719a8222deca9ae
 2025-05-16  8:35 UTC 

[PATCH v9 00/10] Improve gpu_scheduler trace events + UAPI
 2025-05-16  7:56 UTC  (4+ messages)
` [PATCH v9 09/10] drm/doc: document some tracepoints as uAPI

[ANNOUNCEMENT] libcamera workshop 2025 - Logistics and agenda
 2025-05-16  7:01 UTC  (5+ messages)

[PATCH v3 RESEND] media: i2c: Add OV05C10 camera sensor driver
 2025-05-15 22:41 UTC 

[PATCH v7 07/14] media: rockchip: add driver for mipi csi-2 receiver
 2025-05-15 21:48 UTC  (2+ messages)

[PATCH v2 0/4] media: i2c: imx214: Add support for more clock frequencies
 2025-05-15 21:21 UTC  (8+ messages)
` [PATCH v2 4/4] media: i2c: imx214: Remove hard-coded external clock frequency

[RFC PATCH v4] media: v4l2-common: Add a helper for obtaining the clock producer
 2025-05-15 20:50 UTC  (9+ messages)

[PATCH v2 3/3] drm/panfrost: show device-wide list of DRM GEM objects over DebugFS
 2025-05-15 18:04 UTC  (3+ messages)

[PATCH 1/1] media: dt-bindings: sony,imx219: Allow props from video-interface-devices
 2025-05-15 15:27 UTC  (4+ messages)
  ` [PATCH 1/1] media: dt-bindings: sony, imx219: "

[PATCH v4 0/9] Some (drm_sched_|dma_)fence lifetime issues
 2025-05-15 15:08 UTC  (13+ messages)
` [PATCH v4 1/9] dma-fence: Change signature of __dma_fence_is_later
` [PATCH v4 2/9] dma-fence: Use a flag for 64-bit seqnos
` [PATCH v4 3/9] dma-fence: Add helpers for accessing driver and timeline name
` [PATCH v4 4/9] sync_file: Use dma-fence driver and timeline name helpers
` [PATCH v4 5/9] drm/i915: "
` [PATCH v4 6/9] dma-fence: Add safe access helpers and document the rules
` [PATCH v4 7/9] sync_file: Protect access to driver and timeline name
` [PATCH v4 8/9] drm/i915: "
` [PATCH v4 9/9] drm/xe: Make dma-fences compliant with the safe access rules

[PATCH v3] MAINTAINERS: Update my email address to gmail.com
 2025-05-15 14:51 UTC 

[PATCH v4 0/6] Extend RAW format support for rzg2l-cru driver
 2025-05-15 11:59 UTC  (6+ messages)
` [PATCH v4 3/6] media: platform: rzg2l-cru: Use v4l2_get_link_freq()

[PATCH v2] MAINTAINERS: update my email address to gmail.com
 2025-05-15 11:56 UTC  (2+ messages)

[PATCH v7 00/14] media: rockchip: add a driver for the rockchip camera interface
 2025-05-15 11:50 UTC  (5+ messages)
` [PATCH v7 06/14] "
` [PATCH v7 14/14] arm64: dts: rockchip: enable vicap dvp on wolfvision pf5 io expander

[PATCH v10] media: uvcvideo: Fix bandwidth issue for Alcor camera
 2025-05-15 10:59 UTC  (4+ messages)
    `  "

[PATCH 0/9] media: qcom: camss: a number of cleanups and fixes
 2025-05-15  9:25 UTC  (4+ messages)
` [PATCH 5/9] media: qcom: camss: unconditionally set async notifier of subdevices

[RFC PATCH] dt-bindings: phy: Add Qualcomm MIPI C-/D-PHY schema for CSIPHY IPs
 2025-05-15  9:16 UTC  (4+ messages)

[PATCH v5] media: saa7115: Replace open-coded parity calculation with parity8()
 2025-05-15  8:11 UTC 

[PATCH v5] media: pci: cx18-av-vbi: Replace open-coded parity calculation with parity8()
 2025-05-15  8:09 UTC 

[PATCH v5] media: media/test_drivers: Replace open-coded parity calculation with parity8()
 2025-05-15  8:07 UTC 

[PATCH v3 00/19] media: i2c: add Maxim GMSL2/3 serializer and deserializer drivers
 2025-05-14 22:11 UTC  (27+ messages)
` [PATCH v3 01/19] dt-bindings: media: i2c: max96717: add myself as maintainer
` [PATCH v3 02/19] dt-bindings: media: i2c: max96717: add support for I2C ATR
` [PATCH v3 03/19] dt-bindings: media: i2c: max96717: add support for pinctrl/pinconf
` [PATCH v3 04/19] dt-bindings: media: i2c: max96717: add support for MAX9295A
` [PATCH v3 05/19] dt-bindings: media: i2c: max96717: add support for MAX96793
` [PATCH v3 06/19] dt-bindings: media: i2c: max96712: add myself as maintainer
` [PATCH v3 07/19] dt-bindings: media: i2c: max96712: use pattern properties for ports
` [PATCH v3 08/19] dt-bindings: media: i2c: max96712: add support for I2C ATR
` [PATCH v3 09/19] dt-bindings: media: i2c: max96712: add support for POC supplies
` [PATCH v3 10/19] dt-bindings: media: i2c: max96712: deprecate enable-gpios
` [PATCH v3 11/19] dt-bindings: media: i2c: max96712: add support for MAX96724F/R
` [PATCH v3 12/19] dt-bindings: media: i2c: max96714: add myself as maintainer
` [PATCH v3 13/19] dt-bindings: media: i2c: max96714: add support for MAX96714R

[PATCH bpf-next v6 0/5] Replace CONFIG_DMABUF_SYSFS_STATS with BPF
 2025-05-14 21:59 UTC  (7+ messages)
` [PATCH bpf-next v6 4/5] selftests/bpf: Add test for dmabuf_iter
` [PATCH bpf-next v6 5/5] selftests/bpf: Add test for open coded dmabuf_iter

[ANNOUNCEMENT] libcamera workshop 2025 - Nice, May 16th
 2025-05-14 21:33 UTC  (2+ messages)

[PATCH v3 0/4] Describe the cameras in the PinePhone Pro dts
 2025-05-14 20:12 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: media: ov8858: inherit video-interface-devices properties
` [PATCH v3 2/4] dt-bindings: media: imx258: "

[PATCH 1/1] media: dt-bindings: mipi-ccs: Refer to video-interface-devices.yaml
 2025-05-14 19:02 UTC  (2+ messages)

[PATCH v4 00/40] drm/msm: sparse / "VM_BIND" support
 2025-05-14 17:53 UTC  (6+ messages)
` [PATCH v4 14/40] drm/msm: Convert vm locking
` [PATCH v4 24/40] drm/msm: Add _NO_SHARE flag
` [PATCH v4 29/40] drm/msm: Extract out syncobj helpers
` [PATCH v4 31/40] drm/msm: Add VM_BIND submitqueue
` [PATCH v4 35/40] drm/msm: Add VM_BIND ioctl


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