public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-24 08:45:57 to 2023-05-25 17:02:42 UTC [more...]

[PATCH] v4l2-tracer: Fix libv4l2tracer.so loader
 2023-05-25 17:02 UTC  (3+ messages)

[PATCH v5 01/11] i2c: Enhance i2c_new_ancillary_device API
 2023-05-25 16:49 UTC  (2+ messages)

[PATCH] media: rockchip: rga: use v4l2_m2m_buf_copy_metadata
 2023-05-25 15:35 UTC  (2+ messages)

[GIT PULL FOR v6.5] Various fixes
 2023-05-25 15:24 UTC  (2+ messages)
` [GIT PULL FOR v6.5] Various fixes (#92149)

[PATCH v7 00/13] AV1 stateless decoder for RK3588
 2023-05-25 15:18 UTC  (4+ messages)
` [PATCH v7 12/13] media: verisilicon: Enable AV1 decoder on rk3588

[PATCH] media: verisilicon: Fix null pointer dereference in try_fmt
 2023-05-25 15:16 UTC  (6+ messages)

[PATCH v2] media: verisilicon: Fix crash when probing encoder
 2023-05-25 14:32 UTC  (7+ messages)

[git:media_stage/master] media: mtk-jpeg: move data/code inside CONFIG_OF blocks
 2023-05-25 14:21 UTC 

[RFC 0/2] VP8 stateless V4L2 encoding uAPI + driver
 2023-05-25 14:20 UTC  (5+ messages)
` [RFC 2/2] media: rkvdec: Add VP8 encoder

[PATCH v4 0/8] v4l-utils: Support multiplexed streams
 2023-05-25 14:05 UTC  (4+ messages)
` [PATCH v4 5/8] HACK: include/linux: Add client capabilities

[PATCH v7 0/3] media: pci: intel: ivsc: Add driver of Intel Visual Sensing Controller(IVSC)
 2023-05-25 13:47 UTC  (4+ messages)
` [PATCH v7 1/3] media: pci: intel: ivsc: Add CSI submodule
` [PATCH v7 2/3] media: pci: intel: ivsc: Add ACE submodule
` [PATCH v7 3/3] ACPI: delay enumeration of devices with a _DEP pointing to IVSC device

[PATCH 0/8] Various smatch/sparse fixes
 2023-05-25 13:43 UTC  (13+ messages)
` [PATCH 1/8] staging: media: atomisp: initialize settings to 0
` [PATCH 2/8] media: rockchip: rga: fix clock cleanup
` [PATCH 3/8] media: usb: as102: drop as102_dev NULL check
` [PATCH 4/8] media: platform: renesas-ceu: drop buf "
` [PATCH 5/8] media: platform: mediatek: vpu: fix NULL ptr dereference
` [PATCH 6/8] media: mediatek: vpu: add missing clk_unprepare
` [PATCH 7/8] media: pci: tw686x: no need to check 'next'
` [PATCH 8/8] staging: media: atomisp: move up sanity checks

[PATCH] v4l2-ctl: Add --get/--set-ctrl support for INTEGER and INTEGER64 arrays
 2023-05-25 13:35 UTC 

[PATCH 01/28] media: cec: ch7322: drop of_match_ptr for ID table
 2023-05-25 13:19 UTC  (11+ messages)
` [PATCH 20/28] media: platform: jpeg: always reference OF data

[PATCH 0/2][next] media: venus: hfi_cmds: Replace one-element array with flexible-array member
 2023-05-25 12:20 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-array with flexible-array member
 2023-05-25 11:36 UTC  (3+ messages)

[git:media_stage/master] media: mtk-jpeg: move data/code inside CONFIG_OF blocks
 2023-05-25 11:18 UTC 

[PATCH] tegra-video: host1x_client_unregister now returns void
 2023-05-25 11:33 UTC 

[PATCH][next] media: venus: Replace one-element arrays with flexible-array members
 2023-05-25 11:20 UTC  (2+ messages)

[PATCH] media: venus: provide video device lock
 2023-05-25 11:02 UTC  (12+ messages)
` [PATCHv2] "
  ` [PATCHv3] "

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

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

[PATCH v6 0/6] Add StarFive Camera Subsystem driver
 2023-05-25  8:32 UTC  (7+ messages)
` [PATCH v6 1/6] media: dt-bindings: Add JH7110 Camera Subsystem
` [PATCH v6 2/6] media: admin-guide: Add starfive_camss.rst for Starfive "
` [PATCH v6 3/6] media: starfive: Add basic driver
` [PATCH v6 4/6] media: starfive: Add video driver
` [PATCH v6 5/6] media: starfive: Add ISP driver
` [PATCH v6 6/6] media: starfive: Add VIN driver

[PATCH v4,0/4] media: mediatek: vcodec: Fix decoder under flow and plt test fails randomly
 2023-05-25  8:12 UTC  (9+ messages)
` [PATCH v4,1/4] media: mediatek: vcodec: Avoid unneeded error logging
` [PATCH v4,2/4] media: mediatek: vcodec: using decoder status instead of core work count
` [PATCH v4,3/4] media: mediatek: vcodec: move core context from device to each instance
` [PATCH v4,4/4] media: mediatek: vcodec: using empty lat buffer as the last one

v4l2-async: regression due to endpoint matching
 2023-05-25  7:23 UTC  (12+ messages)

[RESEND PATCH v3] mtd: rawnand: macronix: OTP access for MX30LFxG18AC
 2023-05-25  7:02 UTC  (7+ messages)

[PATCH v14 0/2] drm: add kms driver for loongson display controller
 2023-05-25  4:14 UTC  (13+ messages)
` [PATCH v14 1/2] "

[PATCH v5,0/8] media: mediatek: vcodec: Add debugfs file for decode and encode
 2023-05-25  2:12 UTC  (9+ messages)
` [PATCH v5,1/8] media: mediatek: vcodec: Add debugfs interface to get debug information
` [PATCH v5,2/8] media: mediatek: vcodec: Add debug params to control different log level
` [PATCH v5,3/8] media: mediatek: vcodec: Add a debugfs file to get different useful information
` [PATCH v5,4/8] media: mediatek: vcodec: Get each context resolution information
` [PATCH v5,5/8] media: mediatek: vcodec: Get each instance format type
` [PATCH v5,6/8] media: mediatek: vcodec: Change dbgfs interface to support encode
` [PATCH v5,7/8] media: mediatek: vcodec: Add encode to support dbgfs
` [PATCH v5,8/8] media: mediatek: vcodec: Add dbgfs help function

[PATCH v3,0/4] media: mediatek: vcodec: Fix decoder under flow and plt test fails randomly
 2023-05-25  1:39 UTC  (4+ messages)
` [PATCH v3,3/4] media: mediatek: vcodec: move core context from device to each instance

[sailus-media-tree:async-multi] BUILD SUCCESS 86db366ca359f8a98aae408159c98212d2456814
 2023-05-25  0:24 UTC 

[PATCH v7,0/2] media: mediatek: vcodec: add hevc stateless decoder driver in MT8195
 2023-05-24 16:50 UTC  (6+ messages)
` [PATCH v7,2/2] media: mediatek: vcodec: support stateless hevc decoder

[PATCH] smsdvb-debugfs.c: Fix error checking for debugfs_create_file
 2023-05-24 16:42 UTC 

[PATCH v2 0/5] staging: Switch i2c drivers back to use .probe()
 2023-05-24 16:05 UTC  (4+ messages)
` [PATCH v2 2/5] media: atomisp: "
` [PATCH v2 3/5] media: staging: max96712: Switch i2c driver "

[PATCH v4 0/4] Fix imx7-media-csi format settings
 2023-05-24 15:39 UTC  (3+ messages)

[ANN] Media Summit June 26th: Please let me know if you will attend
 2023-05-24 13:52 UTC  (3+ messages)

[PATCH 0/2] media: video-mux: fix error paths and update to active state
 2023-05-24 13:29 UTC  (3+ messages)
` [PATCH 1/2] media: video-mux: fix error paths
` [PATCH 2/2] media: video-mux: update driver to active state

[PATCH 0/2] media: ov5640: drive-by frame_interval cleanups
 2023-05-24 13:06 UTC  (7+ messages)

[GIT PULL FOR v6.5] Various fixes
 2023-05-24 12:46 UTC  (2+ messages)
` [GIT PULL FOR v6.5] Various fixes (#92077)

[PATCH 0/9] media: v4l: Add v4l2_acpi_parse_sensor_gpios() helper + gc0310 sensor driver
 2023-05-24 12:16 UTC  (11+ messages)
` [PATCH 1/9] media: v4l: Add v4l2_acpi_parse_sensor_gpios() helper function

[GIT FIXES FOR v6.4] Three regression fixes
 2023-05-24 12:03 UTC  (2+ messages)
` [GIT FIXES FOR v6.4] Three regression fixes (#92067)

[PATCH] drm/i915:fix kernel-doc trivial warnings
 2023-05-24 11:24 UTC  (2+ messages)

[GIT PULL FOR v6.5] Various fixes and enhancements
 2023-05-24 10:58 UTC 

[PATCH 0/7] Add a DRM driver to support AI Processing Unit (APU)
 2023-05-24 10:40 UTC  (5+ messages)

[PATCH] dma-buf/sw_sync: Replace all non-returning strlcpy with strscpy
 2023-05-24 10:39 UTC  (3+ messages)

[PATCH 1/3] platform/x86: int3472: Avoid crash in unregistering regulator gpio
 2023-05-24 10:31 UTC  (4+ messages)
` [PATCH 2/3] platform/x86: int3472: Evaluate device's _DSM method to control imaging clock

[PATCH] staging: Switch i2c drivers back to use .probe()
 2023-05-24 10:25 UTC  (5+ messages)

[PATCH v3] media: renesas: fdp1: Identify R-Car Gen2 versions
 2023-05-24 10:11 UTC  (3+ messages)

[RESEND PATCH v6 0/1] Digiteq Automotive MGB4 driver
 2023-05-24 11:21 UTC  (2+ messages)
` [RESEND PATCH v6 1/1] Added "

[PATCH] media: verisilicon: Additional fix for the crash when opening the driver
 2023-05-24  9:22 UTC  (5+ messages)

[PATCH] qcom/camss: use 1X16 formats instead of 2X8
 2023-05-24  8:59 UTC  (3+ messages)

[PATCH] media: dvb_ringbuffer: Return -EFAULT if copy fails
 2023-05-24  8:23 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