linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-16 03:23:58 to 2023-05-18 13:37:09 UTC [more...]

[PATCH] media: videodev2.h: Fix struct v4l2_input tuner index comment
 2023-05-18 13:36 UTC 

[PATCH 0/7] Add a DRM driver to support AI Processing Unit (APU)
 2023-05-18 13:24 UTC  (18+ messages)
` [PATCH 1/7] drm: Add support of AI Processor "
` [PATCH 2/7] drm/apu: Add memory allocator
` [PATCH 3/7] drm/apu: Add support of requests
` [PATCH 4/7] drm/apu: Add support of IOMMU
` [PATCH 5/7] drm/apu: allow platform driver to implement their own mmap function
` [PATCH 6/7] drm/apu: Add support for a simulated APU
` [PATCH 7/7] dt-bindings: Add bidings for mtk,apu-drm

[PATCH v4 01/11] i2c: Enhance i2c_new_ancillary_device API
 2023-05-18 11:36 UTC 

[PATCH] media: v4l2-subdev: Fix missing kerneldoc for client_caps
 2023-05-18 11:22 UTC  (3+ messages)

[sailus-media-tree:master] BUILD SUCCESS WITH WARNING c8b61d183159f253e78769cf33ffd2ff3176545d
 2023-05-18 11:00 UTC 

[PATCH] dt-bindings: xilinx: Switch xilinx.com emails to amd.com
 2023-05-18 10:45 UTC  (8+ messages)

[PATCH v2 0/8] Add DELETE_BUF ioctl
 2023-05-18 10:37 UTC  (3+ messages)
` [PATCH v2 1/8] media: videobuf2: Access vb2_queue bufs array through helper functions

[PATCH] media: ov5640: fix low resolution image abnormal issue
 2023-05-18 10:05 UTC 

[PATCH 1/3] media: intel: rename cio2 bridge to ipu bridge and move out of ipu3
 2023-05-18 10:05 UTC  (3+ messages)
` [PATCH 2/3] media: ipu-bridge: use IPU_MAX_PORTS for bridge instead of CIO2_NUM_PORTS
` [PATCH 3/3] media: ipu3-cio2: rename ipu3-cio2-main.c back to ipu3-cio2.c

[PATCH] media: av7110: Remove unnecessary (void*) conversions
 2023-05-18  9:17 UTC 

[GIT FIXES FOR 6.4 v2] V4L2 fixes for 6.4
 2023-05-18  8:45 UTC  (3+ messages)
` [GIT FIXES FOR 6.4 v2] V4L2 fixes for 6.4 (#91898)
` [media-submaintainers] [GIT FIXES FOR 6.4 v2] V4L2 fixes for 6.4

[GIT PULL for v6.4-rc3] media fixes
 2023-05-18  8:33 UTC  (2+ messages)
` [GIT PULL for v6.4-rc3] media fixes (#91928)

Build failed in Jenkins: ZBar #70
 2023-05-18  7:55 UTC  (2+ messages)
` Jenkins build is back to normal : ZBar #71

[sailus-media-tree:fixes] BUILD SUCCESS a9b5a8a05f0143a48c7bf1d06e9f62bf5e0fdde0
 2023-05-18  1:27 UTC 

[GIT PULL FOR 6.5 v2] Camera sensor, CSI-2 related patches plus more
 2023-05-17 22:59 UTC  (2+ messages)
` [GIT PULL FOR 6.5 v2] Camera sensor, CSI-2 related patches plus more (#91927)

[PATCH v2 00/31] Separate links and async sub-devices
 2023-05-17 21:33 UTC  (39+ messages)
` [PATCH v2 01/31] media: v4l: async: Drop v4l2_async_nf_parse_fwnode_endpoints()
` [PATCH v2 02/31] media: Documentation: v4l: Document missing async subdev function
` [PATCH v2 03/31] media: xilinx-vipp: Clean up bound async notifier callback
` [PATCH v2 04/31] media: v4l: async: Add some debug prints
` [PATCH v2 05/31] media: v4l: async: Clean testing for duplicated async subdevs
` [PATCH v2 06/31] media: v4l: async: Drop unneeded list entry initialisation
` [PATCH v2 07/31] media: v4l: async: Don't check whether asd is NULL in validity check
` [PATCH v2 08/31] media: v4l: async: Make V4L2 async match information a struct
` [PATCH v2 09/31] media: v4l: async: Rename V4L2_ASYNC_MATCH_ macros, add TYPE_
` [PATCH v2 10/31] media: v4l: async: Only pass match information for async subdev validation
` [PATCH v2 11/31] media: v4l: async: Clean up list heads and entries
` [PATCH v2 12/31] media: v4l: async: Simplify async sub-device fwnode matching
` [PATCH v2 13/31] media: v4l: async: Rename v4l2_async_subdev as v4l2_async_connection
` [PATCH v2 14/31] media: v4l: async: Clean up error handling in v4l2_async_match_notify
` [PATCH v2 15/31] media: v4l: async: Drop duplicate handling when adding connections
` [PATCH v2 16/31] media: v4l: async: Rework internal lists
` [PATCH v2 17/31] media: v4l: async: Obtain async connection based on sub-device
` [PATCH v2 18/31] media: v4l: async: Differentiate connecting and creating sub-devices
` [PATCH v2 19/31] media: v4l: async: Try more connections
` [PATCH v2 20/31] media: v4l: async: Support fwnode endpoint list matching for subdevs
` [PATCH v2 21/31] media: adv748x: Return to endpoint matching
` [PATCH v2 22/31] media: pxa_camera: Fix probe error handling
` [PATCH v2 23/31] media: pxa_camera: Register V4L2 device early, fix "
` [PATCH v2 24/31] media: marvell: cafe: Register V4L2 device earlier
` [PATCH v2 25/31] media: am437x-vpfe: Register V4L2 device early
` [PATCH v2 26/31] media: omap3isp: Initialise V4L2 async notifier later
` [PATCH v2 27/31] media: xilinx-vipp: Init async notifier after registering V4L2 device
` [PATCH v2 28/31] media: davinci: "
` [PATCH v2 29/31] media: qcom: Initialise V4L2 async notifier later
` [PATCH v2 30/31] media: v4l: async: Set v4l2_device in async notifier init
` [PATCH v2 31/31] media: Documentation: v4l: Document sub-device notifiers

[PATCH v3 00/17] Venus QoL / maintainability fixes
 2023-05-17 21:14 UTC  (18+ messages)
` [PATCH v3 01/17] media: venus: hfi_venus: Only consider sys_idle_indicator on V1
` [PATCH v3 02/17] media: venus: hfi_venus: Write to VIDC_CTRL_INIT after unmasking interrupts
` [PATCH v3 03/17] media: venus: Introduce VPU version distinction
` [PATCH v3 04/17] media: venus: Add vpu_version to most SoCs
` [PATCH v3 05/17] media: venus: firmware: Leave a clue about obtaining CP VARs
` [PATCH v3 06/17] media: venus: hfi_venus: Sanitize venus_boot_core() per-VPU-version
` [PATCH v3 07/17] media: venus: core: Assign registers based on VPU version
` [PATCH v3 08/17] media: venus: hfi_venus: Sanitize venus_halt_axi() per-VPU-version
` [PATCH v3 09/17] media: venus: hfi_venus: Sanitize venus_isr() per-VPU-version
` [PATCH v3 10/17] media: venus: hfi_venus: Sanitize venus_cpu_and_video_core_idle() per-VPU-version
` [PATCH v3 11/17] media: venus: hfi_venus: Sanitize venus_cpu_idle_and_pc_ready() per-VPU-version
` [PATCH v3 12/17] media: venus: firmware: Correct IS_V6() checks
` [PATCH v3 13/17] media: venus: hfi_platform: Check vpu_version instead of device compatible
` [PATCH v3 14/17] media: venus: vdec: Sanitize vdec_set_work_route() per-VPU-version
` [PATCH v3 15/17] media: venus: Introduce accessors for remapped hfi_buffer_reqs members
` [PATCH v3 16/17] media: venus: Use newly-introduced hfi_buffer_requirements accessors
` [PATCH v3 17/17] media: venus: hfi_venus: Restrict writing SCIACMDARG3 to Venus V1/V2

[PATCH v4,0/2] media: mediatek: vcodec: add hevc stateless decoder driver in MT8195
 2023-05-17 20:42 UTC  (3+ messages)
` [PATCH v4,2/2] media: mediatek: vcodec: support stateless hevc decoder

[GIT PULL FOR 6.5] Camera sensor, CSI-2 related patches plus more
 2023-05-17 20:26 UTC  (2+ messages)
` [GIT PULL FOR 6.5] Camera sensor, CSI-2 related patches plus more (#91908)

[PATCH v2 00/18] Venus QoL / maintainability fixes
 2023-05-17 20:25 UTC  (5+ messages)

[PATCH 00/30] media: atomisp: Register only 1 /dev/video# node + cleanups
 2023-05-17 20:02 UTC  (3+ messages)

[PATCH] media: c8sectpfe: convert to gpio descriptors
 2023-05-17 19:26 UTC  (4+ messages)

[PATCH v6 5/6] mm/gup: remove vmas parameter from pin_user_pages()
 2023-05-17 19:25 UTC 

[PATCH 0/2][next] media: venus: hfi_cmds: Replace one-element array with flexible-array member
 2023-05-17 19:12 UTC  (5+ messages)
` [PATCH 1/2][next] "
` [PATCH 2/2][next] media: venus: hfi_cmds: Use struct_size() helper

[PATCH][next] media: venus: hfi_cmds: Replace fake flex-arrays with flexible-array members
 2023-05-17 18:54 UTC  (2+ messages)

[PATCH RESEND 0/2] media: rockchip: rga: Add rk3568 support
 2023-05-17 18:39 UTC  (3+ messages)
` [PATCH RESEND 2/2] arm64: dts: rockchip: Add RGA2 support to rk356x

[PATCH 0/3] htmldocs fixes for next-20230203
 2023-05-17 18:08 UTC  (3+ messages)
` [PATCH 3/3] media: v4l2-core: Describe privacy_led field of v4l2_subdev

[PATCH][next] media: venus: hfi_cmds: Replace fake flex-array with flexible-array member
 2023-05-17 18:08 UTC  (5+ messages)

[PATCH v8 00/10] ACPI _CRS CSI-2 and MIPI DisCo for Imaging support
 2023-05-17 17:34 UTC  (15+ messages)
` [PATCH v8 02/10] ACPI: property: Parse data node string references in properties
` [PATCH v8 03/10] ACPI: property: Parse _CRS CSI-2 descriptor
` [PATCH v8 05/10] ACPI: property: Prepare generating swnodes for ACPI and DisCo for Imaging

[PATCH v2 0/3] media: rcar-csi2: Add support for V4H
 2023-05-17 14:06 UTC  (6+ messages)
` [PATCH v2 2/3] media: rcar-csi2: Prepare for C-PHY support
` [PATCH v2 3/3] media: rcar-csi2: Add support for C-PHY on R-Car V4H

[PATCH v13 0/1] media: i2c: imx334: support lower bandwidth mode
 2023-05-17 14:04 UTC  (3+ messages)
` [PATCH v13 1/1] media: i2c: imx334: update pixel, hblank and link frequency

[PATCH v5 5/6] mm/gup: remove vmas parameter from pin_user_pages()
 2023-05-17 13:04 UTC  (2+ messages)

[GIT FIXES FOR 6.4] V4L2 fixes for 6.4
 2023-05-17 12:51 UTC  (4+ messages)
` [media-submaintainers] "
` [GIT FIXES FOR 6.4] V4L2 fixes for 6.4 (#91897)

[PATCH v2 0/3] media: rc: meson-ir: support MMIO regmaps to access registers
 2023-05-17 11:56 UTC  (4+ messages)
` [PATCH v2 1/3] media: rc: meson-ir: sort Meson IR Controller register macros
` [PATCH v2 2/3] media: rc: meson-ir: rename "
` [PATCH v2 3/3] media: rc: meson-ir: support MMIO regmaps to access registers

[PATCH] media: intel: rename and move cio2-bridge out of ipu3
 2023-05-17 11:35 UTC  (2+ messages)

[ANN] Media Summit June 26th: Please let me know if you will attend
 2023-05-17  9:09 UTC  (5+ messages)

[PATCH 0/2] media: ov5640: drive-by frame_interval cleanups
 2023-05-17  9:05 UTC  (5+ messages)

[PATCH 01/24] media: pvrusb2: fix DVB_CORE dependency
 2023-05-17  6:55 UTC  (7+ messages)
` [PATCH 04/24] media: dvb-usb: az6027: fix three null-ptr-deref in az6027_i2c_xfer()
` [PATCH 05/24] media: dvb-usb-v2: ec168: fix null-ptr-deref in ec168_i2c_xfer()
` [PATCH 07/24] media: dvb-usb-v2: rtl28xxu: fix null-ptr-deref in rtl28xxu_i2c_xfer

[PATCH v2 0/3] uvcvideo: Attempt N to land UVC race conditions fixes
 2023-05-17  4:05 UTC  (6+ messages)
` [PATCH v2 1/3] media: uvcvideo: Cancel async worker earlier

[PATCH v4,0/8] media: mediatek: vcodec: Add debugfs file for decode and encode
 2023-05-17  3:46 UTC  (2+ messages)

[PATCH][next] media: venus: Replace one-element arrays with flexible-array members
 2023-05-17  3:44 UTC  (3+ messages)

[PATCH v3,0/4] media: mediatek: vcodec: Fix decoder under flow and plt test fails randomly
 2023-05-17  3:34 UTC  (2+ messages)

[sailus-media-tree:fixes] BUILD SUCCESS b82b6df4937ee625ba99ee231a3ab6ba98356ca6
 2023-05-17  2:34 UTC 

[sailus-media-tree:master] BUILD SUCCESS 6378230897ed19a222e73b561669afcb557453ba
 2023-05-17  1:22 UTC 

[PATCH v13 6/8] media: i2c: add DS90UB960 driver
 2023-05-16 19:05 UTC 

[PATCH RFC v2 0/6] media: v4l2-ctrls: add controls for complex lens controller devices
 2023-05-16 19:34 UTC  (2+ messages)

您好歡迎【預購|免運】高雄旗山玉荷包荔枝
 2023-05-16 15:55 UTC 

[linux-next:master 2042/2748] htmldocs: Documentation/output/frontend.h.rst:6: WARNING: undefined label: fec-11-45 (if the link has no caption the label must precede a section header)
 2023-05-16 14:54 UTC 

[PATCH v13 6/8] media: i2c: add DS90UB960 driver
 2023-05-16 13:58 UTC  (2+ messages)

[PATCH v13 0/8] i2c-atr and FPDLink
 2023-05-16 13:02 UTC  (5+ messages)
` [PATCH v13 6/8] media: i2c: add DS90UB960 driver

[libcamera-devel] [virtio-dev] Re: [RFC PATCH v6] virtio-video: Add virtio video device specification
 2023-05-16 13:50 UTC  (2+ messages)

[PATCH] drm:amd:amdgpu: Fix missing buffer object unlock in failure path
 2023-05-16 13:43 UTC  (3+ messages)

[PATCH v2] media: hi846: fix usage of pm_runtime_get_if_in_use()
 2023-05-16 13:22 UTC  (2+ messages)

[PATCH] media: venus: only set H264_TRANSFORM_8X8 on supported hfi versions
 2023-05-16 12:33 UTC  (4+ messages)

[ANN] Media Summit June 26th: Draft Agenda v2
 2023-05-16 12:21 UTC 

[PATCH 1/1] media: tc358743: fix cleanup path
 2023-05-16 12:10 UTC  (2+ messages)

[PATCH v2 1/1] media: uapi: Use unsigned int values for assigning bits in u32 fields
 2023-05-16 12:05 UTC 

[PATCH v2] media: uapi: v4l: Intel metadata format update
 2023-05-16 11:54 UTC  (4+ messages)

[PATCH] media: rc: meson-ir: support MMIO regmaps to access registers
 2023-05-16 11:52 UTC  (3+ messages)

[PATCH v4 16/41] media: add HAS_IOPORT dependencies
 2023-05-16 11:00 UTC 

[PATCH v3 1/5] i2c: Enhance i2c_new_ancillary_device API
 2023-05-16 10:51 UTC  (3+ messages)

[PATCH] media: videobuf2-dma-sg: use v{un,}map instead of vm_{un,}map_ram
 2023-05-16 10:50 UTC  (5+ messages)

[ANN] Request for Topics for a Media Summit June 26th
 2023-05-16 10:20 UTC  (4+ messages)

[PATCH v3 1/1] media: pci: ipu3-cio2: Obtain remote pad from endpoint
 2023-05-16 10:19 UTC  (2+ messages)

[PATCH] media: verisilicon: Fix null pointer dereference in try_fmt
 2023-05-16  9:12 UTC 

[PATCH v3] media: uapi: v4l: Intel metadata format update
 2023-05-16  8:11 UTC  (3+ messages)

[PATCH v2] media: imx: Unstage the imx8mq-mipi-csi2 driver
 2023-05-16  7:42 UTC  (3+ messages)

[sailus-media-tree:fixes] BUILD SUCCESS 0d8e6aeab60ae2a91b904cb38ae997be2831b11d
 2023-05-16  3:23 UTC 


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).