public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-08 14:48:58 to 2025-04-10 03:40:13 UTC [more...]

[RESEND PATCH v1 0/7] Performance improvement of decoder
 2025-04-10  3:39 UTC 

[PATCH] media: platform: cros-ec: Add Moxie to the match table
 2025-04-10  3:03 UTC 

[PATCH] media: rcar-vin: Fix stride setting for RAW8 formats
 2025-04-10  2:35 UTC  (2+ messages)

[PATCH v4 00/13] Introduce parity_odd() and refactor redundant parity code
 2025-04-10  2:09 UTC  (32+ messages)
` [PATCH v4 01/13] bitops: Change parity8() to parity_odd() with u64 input and bool return type
` [PATCH v4 02/13] media: media/test_drivers: Replace open-coded parity calculation with parity_odd()
` [PATCH v4 03/13] media: pci: cx18-av-vbi: "
` [PATCH v4 04/13] media: saa7115: "
` [PATCH v4 05/13] serial: max3100: "
` [PATCH v4 06/13] lib/bch: "
` [PATCH v4 07/13] Input: joystick - "
` [PATCH v4 08/13] net: ethernet: oa_tc6: "
` [PATCH v4 09/13] wifi: brcm80211: "
` [PATCH v4 10/13] drm/bridge: dw-hdmi: "
` [PATCH v4 11/13] mtd: ssfdc: "
` [PATCH v4 12/13] fsi: i2cr: "
` [PATCH v4 13/13] nfp: bpf: "

[PATCH v6] media: uvcvideo: Fix bandwidth issue for Alcor camera
 2025-04-10  2:07 UTC  (2+ messages)

[PATCH v1 0/7] Performance improvement of decoder
 2025-04-10  1:08 UTC  (8+ messages)
` [PATCH v1 1/7] media: chips-media: wave5: Fix Null reference while testing fluster
` [PATCH v1 2/7] media: chips-media: wave5: Improve performance of decoder
` [PATCH v1 3/7] media: chips-media: wave5: Fix not to be closed
` [PATCH v1 4/7] media: chips-media: wave5: Use spinlock whenever state is changed
` [PATCH v1 5/7] media: chips-media: wave5: Fix not to free resources normally when instance was destroyed
` [PATCH v1 6/7] media: chips-media: wave5: Reduce high CPU load
` [PATCH v1 7/7] media: chips-media: wave5: Fix SError of kernel panic when closed

[PATCH] media: verisilicono: Enable NV15 support for Rockchip VDPU981
 2025-04-10  0:27 UTC  (2+ messages)
`  "

[PATCH v3 0/4] Tegra CEC Updates
 2025-04-09 22:57 UTC  (5+ messages)
` [PATCH v3 1/4] media: dt-bindings: Document Tegra186 and Tegra194 cec
` [PATCH v3 2/4] arm64: tegra: Add fallback cec compatibles
` [PATCH v3 3/4] arm64: tegra: Add CEC controller on Tegra210
` [PATCH v3 4/4] arm64: tegra: Wire up cec to devkits

[PATCH v3 0/4] media: imx-jpeg: Fix some motion-jpeg decoding issues
 2025-04-09 22:18 UTC  (10+ messages)
` [PATCH v3 1/4] media: imx-jpeg: Move mxc_jpeg_free_slot_data() ahead
` [PATCH v3 2/4] media: imx-jpeg: Cleanup after an allocation error
` [PATCH v3 3/4] media: imx-jpeg: Change the pattern size to 128x64
` [PATCH v3 4/4] media: imx-jpeg: Check decoding is ongoing for motion-jpeg

[PATCH v6 0/4] Panthor BO tagging and GEMS debug display
 2025-04-09 21:22 UTC  (5+ messages)
` [PATCH v6 1/4] drm/panthor: Introduce BO labeling
` [PATCH v6 2/4] drm/panthor: Add driver IOCTL for setting BO labels
` [PATCH v6 3/4] drm/panthor: Label all kernel BO's
` [PATCH v6 4/4] drm/panthor: show device-wide list of DRM GEM objects over DebugFS

[PATCH] staging/media/imx: fix null pointer dereference
 2025-04-09 21:17 UTC 

[PATCH] media: Fix invalid link creation when source entity has 0 pads
 2025-04-09 20:54 UTC  (8+ messages)

[RFC PATCH 0/7] Intel IPU7 PCI and input system device drivers
 2025-04-09 20:23 UTC  (3+ messages)

[GIT PULL FOR 6.16] MTK VCODEC fix and MT8188 support
 2025-04-09 19:51 UTC 

[PATCH v6 0/4] media: venus: enable venus on qcs615
 2025-04-09 19:17 UTC  (7+ messages)
` [PATCH v6 2/4] media: venus: pm_helpers: use opp-table for the frequency

[GIT PULL FOR 6.16] Enable wide 4K in Hantro AV1 decoder
 2025-04-09 18:35 UTC 

[PATCH 00/20] Add support for HEVC and VP9 codecs in decoder
 2025-04-09 17:59 UTC  (26+ messages)
` [PATCH 01/20] media: iris: Skip destroying internal buffer if not dequeued
` [PATCH 02/20] media: iris: Update CAPTURE format info based on OUTPUT format
` [PATCH 03/20] media: iris: Add handling for corrupt and drop frames
` [PATCH 04/20] media: iris: Avoid updating frame size to firmware during reconfig
` [PATCH 05/20] media: iris: Send V4L2_BUF_FLAG_ERROR for buffers with 0 filled length
` [PATCH 06/20] media: iris: Add handling for no show frames
` [PATCH 07/20] media: iris: Improve last flag handling
` [PATCH 08/20] media: iris: Skip flush on first sequence change
` [PATCH 09/20] media: iris: Prevent HFI queue writes when core is in deinit state
` [PATCH 10/20] media: iris: Remove redundant buffer count check in stream off
` [PATCH 11/20] media: iris: Remove deprecated property setting to firmware
` [PATCH 12/20] media: iris: Fix missing function pointer initialization
` [PATCH 13/20] media: iris: Fix NULL pointer dereference
` [PATCH 14/20] media: iris: Fix typo in depth variable
` [PATCH 15/20] media: iris: Add a comment to explain usage of MBPS
` [PATCH 16/20] media: iris: Add HEVC and VP9 formats for decoder
` [PATCH 17/20] media: iris: Add platform capabilities for HEVC and VP9 decoders
` [PATCH 18/20] media: iris: Set mandatory properties "
` [PATCH 19/20] media: iris: Add internal buffer calculation "
` [PATCH 20/20] media: iris: Add codec specific check for VP9 decoder drain handling

[PATCH v2 0/2] media: dt-bindings: Document VSP and FCP for RZ/V2H(P) SoC
 2025-04-09 17:38 UTC  (6+ messages)
` [PATCH v2 1/2] media: dt-bindings: media: renesas,vsp1: Document RZ/V2H(P)
` [PATCH v2 2/2] media: dt-bindings: media: renesas,fcp: Document RZ/V2H(P) SoC
  ` [v2,0/2] media: dt-bindings: Document VSP and FCP for "

[PATCH v4 0/6] media: qcom: iris: add support for SM8650
 2025-04-09 16:57 UTC  (10+ messages)
` [PATCH v4 1/6] dt-bindings: media: qcom,sm8550-iris: document SM8650 IRIS accelerator
` [PATCH v4 2/6] media: platform: qcom/iris: add power_off_controller to vpu_ops
` [PATCH v4 3/6] media: platform: qcom/iris: introduce optional controller_rst_tbl
` [PATCH v4 4/6] media: platform: qcom/iris: rename iris_vpu3 to iris_vpu3x
` [PATCH v4 5/6] media: platform: qcom/iris: add support for vpu33
` [PATCH v4 6/6] media: platform: qcom/iris: add sm8650 support

[PATCH 0/2] dma-fence: Rename dma_fence_is_signaled()
 2025-04-09 15:04 UTC  (10+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] dma-fence: Improve docu for dma_fence_check_and_signal()

[PATCH v3 0/5] media: qcom: iris: add support for SM8650
 2025-04-09 13:58 UTC  (7+ messages)
` [PATCH v3 2/5] media: platform: qcom/iris: add power_off_controller to vpu_ops
` [PATCH v3 4/5] media: platform: qcom/iris: rename iris_vpu3 to iris_vpu3x

[PATCH v6 00/10] TEE subsystem for restricted dma-buf allocations
 2025-04-09 13:19 UTC  (15+ messages)
` [PATCH v6 05/10] tee: implement restricted DMA-heap
` [PATCH v6 09/10] optee: FF-A: dynamic restricted memory allocation

[PATCH] media: intel/ipu6: Fix dma mask for non-secure mode
 2025-04-09 13:14 UTC  (4+ messages)

[PATCH v5 00/17] media: rzg2l-cru: Add support for RZ/G3E (CSI2, CRU)
 2025-04-09 11:08 UTC  (13+ messages)
` [PATCH v5 11/17] media: rzg2l-cru: Add register mapping support

[linuxtv-media-pending:next] BUILD SUCCESS 9ddc3d6c16ea2587898a315f20f7b8fbd791dc1b
 2025-04-09  9:34 UTC 

[PATCH 0/6] media: renesas: vsp1: Add colorspace support
 2025-04-09  9:00 UTC  (8+ messages)
` [PATCH 1/6] media: renesas: vsp1: Implement pixel format enumeration
` [PATCH 2/6] media: renesas: vsp1: Make HSI and HST modules optional
` [PATCH 3/6] media: renesas: vsp1: Fix HSV format enumeration
` [PATCH 4/6] media: renesas: vsp1: Fix media bus code setup on RWPF source pad
` [PATCH 5/6] media: renesas: vsp1: Report colour space information to userspace
` [PATCH 6/6] media: renesas: vsp1: Allow setting encoding and quantization
  ` [0/6] media: renesas: vsp1: Add colorspace support

[PATCH v3 0/2] Convert media drivers to use devm_kmemdup_array()
 2025-04-09  8:47 UTC  (3+ messages)
` [PATCH v3 1/2] media: atmel-isi: "
` [PATCH v3 2/2] media: stm32-dcmi: "

[PATCH v5 0/4] Panthor BO tagging and GEMS debug display
 2025-04-09  8:05 UTC  (9+ messages)
` [PATCH v5 1/4] drm/panthor: Introduce BO labeling
` [PATCH v5 2/4] drm/panthor: Add driver IOCTL for setting BO labels
` [PATCH v5 3/4] drm/panthor: Label all kernel BO's
` [PATCH v5 4/4] drm/panthor: show device-wide list of DRM GEM objects over DebugFS

[PATCH v8 00/10] Improve gpu_scheduler trace events + UAPI
 2025-04-09  8:03 UTC  (3+ messages)

[PATCH] media: platform: cros-ec: Add Moxie to the match table
 2025-04-09  6:50 UTC 

[RFC bpf-next 00/13] bpf: Introduce modular verifier
 2025-04-09  3:34 UTC  (2+ messages)
` [RFC bpf-next 11/13] treewide: bpf: Export symbols used by verifier

[PATCH v8 0/5] Add Mediatek ISP3.0
 2025-04-09  2:40 UTC  (5+ messages)
` [PATCH v8 4/5] media: platform: mediatek: isp: add mediatek ISP3.0 camsv

[yavta] [PATCH 0/3] Add colorspace support
 2025-04-08 23:33 UTC  (4+ messages)
` [yavta] [PATCH 1/3] Use SPDX license tag and update copyright
` [yavta] [PATCH 2/3] Constify various global variables
` [yavta] [PATCH 3/3] Add colorspace support

[PATCH v3] media: i2c: Add OV05C10 camera sensor driver
 2025-04-08 22:12 UTC 

[PATCH v4 00/13] media: imx8: add camera support
 2025-04-08 21:53 UTC  (14+ messages)
` [PATCH v4 01/13] media: dt-bindings: Add binding doc for i.MX8QXP and i.MX8QM ISI
` [PATCH v4 02/13] media: nxp: imx8-isi: Allow num_sources to be greater than num_sink
` [PATCH v4 03/13] media: nxp: imx8-isi: Remove unused offset in mxc_isi_reg and use BIT() macro for mask
` [PATCH v4 04/13] media: nxp: imx8-isi: Use devm_clk_bulk_get_all() to fetch clocks
` [PATCH v4 05/13] media: nxp: imx8-isi: Remove redundant check for dma_set_mask_and_coherent()
` [PATCH v4 06/13] media: nxp: imx8-isi: Use dev_err_probe() simplify code
` [PATCH v4 07/13] media: imx8-isi: Add support for i.MX8QM and i.MX8QXP
` [PATCH v4 08/13] media: dt-bindings: nxp,imx8mq-mipi-csi2: Add i.MX8QM(QXP) compatible strings
` [PATCH v4 09/13] media: imx8mq-mipi-csi2: Add imx8mq_plat_data for different "
` [PATCH v4 10/13] media: imx8mq-mipi-csi2: Add support for i.MX8QXP
` [PATCH v4 11/13] arm64: dts: imx8: add capture controller for i.MX8's img subsystem
` [PATCH v4 12/13] arm64: dts: imx8q: add linux,cma node for imx8qm-mek and imx8qxp-mek
` [PATCH v4 13/13] arm64: dts: imx8q: add camera ov5640 support "

[PATCH v2 0/4] Tegra CEC Updates
 2025-04-08 21:29 UTC  (6+ messages)
` [PATCH v2 1/4] media: dt-bindings: Document Tegra186 and Tegra194 cec
` [PATCH v2 2/4] arm64: tegra: Add fallback cec compatibles
` [PATCH v2 3/4] arm64: tegra: Add CEC controller on Tegra210
` [PATCH v2 4/4] arm64: tegra: Wire up cec to devkits

[PATCH v2] media: i2c: Add OV05C10 camera sensor driver
 2025-04-08 21:09 UTC  (4+ messages)

[PATCH v4 0/6] media: rockchip: Add rkvdec2 driver
 2025-04-08 21:08 UTC  (6+ messages)
` [PATCH v4 1/6] media: v4l2: Add NV15 and NV20 pixel formats
` [PATCH v4 6/6] arm64: dts: rockchip: Add rkvdec2 Video Decoder on rk3588(s)

[ANN] Registration and Request for Topics for the Media Summit on May 13th in Nice, France
 2025-04-08 21:06 UTC  (3+ messages)

[PATCH v2 1/4] media: v4l: dev-decoder: Add source change V4L2_EVENT_SRC_CH_COLORSPACE
 2025-04-08 21:03 UTC  (3+ messages)

[PATCH] media: v4l: subdev: Fix coverity issue: Logically dead code
 2025-04-08 20:31 UTC 

[PATCH 00/18] coda988 video codec support
 2025-04-08 18:41 UTC  (2+ messages)

[PATCH v7 00/12] media: rkvdec: Add H.264 High 10 and 4:2:2 profile support
 2025-04-08 17:13 UTC  (11+ messages)
` [PATCH v7 09/12] media: rkvdec: Add get_image_fmt ops

[PATCH v3 0/7] i2c: core: Move client towards fwnode
 2025-04-08 16:35 UTC  (5+ messages)

[PATCH] utils: media-ctl: Set V4L2_MBUS_FRAMEFMT_SET_CSC flag to set colorspace
 2025-04-08 16:10 UTC 

[PATCH v4 0/4] Panthor BO tagging and GEMS debug display
 2025-04-08 15:26 UTC  (3+ messages)
` [PATCH v4 4/4] drm/panthor: show device-wide list of DRM GEM objects over DebugFS


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