Linux-Media Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-22 18:26:10 to 2023-05-25 01:40:41 UTC [more...]

[PATCH v4,0/4] media: mediatek: vcodec: Fix decoder under flow and plt test fails randomly
 2023-05-25  1:40 UTC  (5+ 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

[PATCH] media: venus: provide video device lock
 2023-05-25  0:53 UTC  (8+ messages)
` [PATCHv2] "
  ` [PATCHv3] "

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

[PATCH] v4l2-tracer: Fix libv4l2tracer.so loader
 2023-05-25  0:20 UTC 

[PATCH v7,0/2] media: mediatek: vcodec: add hevc stateless decoder driver in MT8195
 2023-05-24 16:50 UTC  (7+ messages)
` [PATCH v7,1/2] media: uapi: HEVC: Add num_delta_pocs_of_ref_rps_idx field
` [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 0/8] Various smatch/sparse fixes
 2023-05-24 16:04 UTC  (10+ 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 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  (4+ 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)

[PATCH v3 00/32] Separate links and async sub-devices
 2023-05-24 12:58 UTC  (34+ 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

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

v4l2-async: regression due to endpoint matching
 2023-05-24 11:52 UTC  (11+ messages)

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

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

[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  (5+ messages)
` [PATCH 2/3] platform/x86: int3472: Evaluate device's _DSM method to control imaging clock
` [PATCH 3/3] platform/x86: int3472: Add ov13b10 (09B13) sensor module support

[PATCH] staging: Switch i2c drivers back to use .probe()
 2023-05-24 10:25 UTC  (6+ 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  (12+ 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  (6+ messages)

[PATCH v5,0/2] media: mediatek: vcodec: add hevc stateless decoder driver in MT8195
 2023-05-24  7:35 UTC  (4+ messages)
` [PATCH v5,1/2] media: uapi: HEVC: Add num_delta_pocs_of_ref_rps_idx field
` [PATCH v5,2/2] media: mediatek: vcodec: support stateless hevc decoder

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

[PATCH v6,0/2] media: mediatek: vcodec: add hevc stateless decoder driver in MT8195
 2023-05-24  6:04 UTC  (3+ messages)
` [PATCH v6,1/2] media: uapi: HEVC: Add num_delta_pocs_of_ref_rps_idx field
` [PATCH v6,2/2] media: mediatek: vcodec: support stateless hevc decoder

[PATCH] venus: replace arrary index with enum for supported formats
 2023-05-24  4:53 UTC  (3+ messages)

[sailus-media-tree:async-multi] BUILD SUCCESS c5f8318fc54a441e139cf184714418fc432ca1a9
 2023-05-24  3:08 UTC 

[PATCH v14 0/2] drm: add kms driver for loongson display controller
 2023-05-24  2:56 UTC  (15+ messages)
` [PATCH v14 1/2] "

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

[PATCH][next] media: pci: cx18-av-vbi: Replace one-element array with flexible-array member
 2023-05-24  0:20 UTC 

[PATCH 04/13] media: amphion: Use alloc_ordered_workqueue() to create ordered workqueues
 2023-05-23 21:25 UTC  (3+ messages)

[PATCH v2] media: verisilicon: Fix crash when probing encoder
 2023-05-23 16:32 UTC  (9+ messages)

[PATCH] drm/amdgpu: Modify mismatched function name
 2023-05-23 15:57 UTC  (2+ messages)

[PATCH] drm/amdgpu: Remove duplicate include
 2023-05-23 15:55 UTC  (2+ messages)

[PATCH v2] media: Add common header file with JPEG marker definitions
 2023-05-23 15:16 UTC 

[PATCH v2] media: mediatek: vcodec: mtk_vcodec_dec_hw: Use devm_pm_runtime_enable()
 2023-05-23 15:22 UTC  (7+ messages)

[PATCH] media: verisilicon: Final fix for the crash when opening the driver
 2023-05-23 14:35 UTC  (3+ messages)

[PATCH] media: verisilicon: Fix null pointer dereference in try_fmt
 2023-05-23 14:22 UTC  (2+ messages)

[PATCH v8 00/10] ACPI _CRS CSI-2 and MIPI DisCo for Imaging support
 2023-05-23 13:40 UTC  (11+ messages)
` [PATCH v8 02/10] ACPI: property: Parse data node string references in properties

[PATCH 1/2] media: verisilicon: rockchip_vpu2_hw_jpeg_enc: Consolidate setting of source buffer addresses
 2023-05-23 11:57 UTC  (2+ messages)

[PATCH] staging: media: usbvision: Remove comparision to NULL
 2023-05-23 11:36 UTC  (2+ messages)

[PATCH RESEND 0/2] media: rockchip: rga: Add rk3568 support
 2023-05-23 11:13 UTC  (5+ messages)

[PATCH v4] mtd: rawnand: macronix: OTP access for MX30LFxG18AC
 2023-05-23 10:16 UTC 

[PATCH v2] media: hi846: fix usage of pm_runtime_get_if_in_use()
 2023-05-23 10:07 UTC  (3+ messages)

[sailus-media-tree:async-multi 19/38] drivers/media/v4l2-core/v4l2-async.c:758:16: sparse: sparse: Using plain integer as NULL pointer
 2023-05-23 10:02 UTC 

[PATCH v5 01/11] i2c: Enhance i2c_new_ancillary_device API
 2023-05-23  9:50 UTC  (2+ messages)

[PATCH] media: rockchip: rga: use v4l2_m2m_buf_copy_metadata
 2023-05-23  9:03 UTC 

[PATCH v2 0/5] Add support for external dphy
 2023-05-23  8:56 UTC  (6+ messages)
` [PATCH v2 1/5] media: dt-bindings: cadence-csi2rx: Convert to DT schema
` [PATCH v2 2/5] media: dt-bindings: cadence-csi2rx: Add resets property
` [PATCH v2 3/5] media: cadence: Add operation on reset
` [PATCH v2 4/5] media: cadence: Add support for external dphy
` [PATCH v2 5/5] media: cadence: Add support for JH7110 SoC

[PATCH v7 00/13] AV1 stateless decoder for RK3588
 2023-05-23  8:52 UTC  (3+ messages)
` [PATCH v7 12/13] media: verisilicon: Enable AV1 decoder on rk3588

[PATCH v2 0/8] Add DELETE_BUF ioctl
 2023-05-23  8:23 UTC  (5+ messages)
` [PATCH v2 4/8] media: videobuf2: Stop define VB2_MAX_FRAME as global
` [PATCH v2 5/8] media: v4l2: Add DELETE_BUF ioctl

[RFC 0/2] VP8 stateless V4L2 encoding uAPI + driver
 2023-05-23  6:42 UTC  (4+ messages)
` [RFC 2/2] media: rkvdec: Add VP8 encoder

[sailus-media-tree:async-multi] BUILD SUCCESS d5b62de50dc7d055cc998e5bcd35d573bfbbd344
 2023-05-23  6:29 UTC 

[PATCH RESEND] media: usb: siano: Fix warning due to null work_func_t function pointer
 2023-05-22 23:59 UTC 

[syzbot] [usb?] WARNING in corrupted (3)
 2023-05-22 21:06 UTC 

[PATCH net-next v3 0/6] Brcm ASP 2.0 Ethernet Controller
 2023-05-22 18:48 UTC  (8+ messages)
` [PATCH net-next v3 1/6] dt-bindings: net: brcm,unimac-mdio: Add asp-v2.0
` [PATCH net-next v3 2/6] dt-bindings: net: Brcm ASP 2.0 Ethernet controller


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 read-only IMAP folder(s) and NNTP newsgroup(s).