messages from 2025-10-16 06:08:14 to 2025-10-17 11:26:22 UTC [more...]
[PATCH v2] drm/sched: Add warning for removing hack in drm_sched_fini()
2025-10-17 11:25 UTC
[PATCH v2 0/6] media: qcom: camss: Add Kaanapali support
2025-10-17 10:55 UTC (32+ messages)
` [PATCH v2 1/6] dt-bindings: i2c: qcom-cci: Document Kaanapali compatible
` [PATCH v2 2/6] dt-bindings: media: camss: Add qcom,kaanapali-camss binding
` [PATCH v2 3/6] media: qcom: camss: Add Kaanapali compatible camss driver
` [PATCH v2 4/6] media: qcom: camss: csiphy: Add support for v2.4.0 two-phase CSIPHY
` [PATCH v2 5/6] media: qcom: camss: csid: Add support for CSID 1080
` [PATCH v2 6/6] media: qcom: camss: vfe: Add support for VFE 1080
[PATCH] media: qcom: camss: drop unused module alias
2025-10-17 9:56 UTC (3+ messages)
[PATCH v1 0/4] media: qcom: iris: encoder feature enhancements
2025-10-17 9:55 UTC (8+ messages)
` [PATCH v1 1/4] media: qcom: iris: Add support for scale and improve format alignment
` [PATCH v1 2/4] media: qcom: iris: Add rotation support for encoder
[PATCH v4 0/7] Add AMD ISP4 driver
2025-10-17 9:53 UTC (7+ messages)
` [PATCH v4 5/7] media: platform: amd: isp4 video node and buffers handling added
[PATCH 0/2] media: i2c: imx219: Fix regressions introduced by 1x2/2x1 binning
2025-10-17 9:49 UTC (5+ messages)
` [PATCH 1/2] media: i2c: imx219: Fix 1920x1080 mode to use 1:1 pixel aspect ratio
` [PATCH 2/2] media: i2c: imx219: Simplify imx219_get_binning() function
[RFC PATCH] dma-fence: Remove 64-bit flag
2025-10-17 9:31 UTC
[PATCH v2 00/27 5.10.y] Backport minmax.h updates from v6.17-rc7
2025-10-17 9:05 UTC (28+ messages)
` [PATCH v2 01/27 5.10.y] overflow, tracing: Define the is_signed_type() macro once
` [PATCH v2 02/27 5.10.y] btrfs: remove duplicated in_range() macro
` [PATCH v2 03/27 5.10.y] minmax: sanity check constant bounds when clamping
` [PATCH v2 04/27 5.10.y] minmax: clamp more efficiently by avoiding extra comparison
` [PATCH v2 05/27 5.10.y] minmax: add in_range() macro
` [PATCH v2 06/27 5.10.y] minmax: Introduce {min,max}_array()
` [PATCH v2 07/27 5.10.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH v2 08/27 5.10.y] minmax: fix header inclusions
` [PATCH v2 09/27 5.10.y] minmax: allow min()/max()/clamp() if the arguments have the same signedness
` [PATCH v2 10/27 5.10.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH v2 11/27 5.10.y] minmax: allow comparisons of 'int' against 'unsigned char/short'
` [PATCH v2 12/27 5.10.y] minmax: relax check to allow comparison between unsigned arguments and signed constants
` [PATCH v2 13/27 5.10.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH v2 14/27 5.10.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH v2 15/27 5.10.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH v2 16/27 5.10.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH v2 17/27 5.10.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH v2 18/27 5.10.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH v2 19/27 5.10.y] minmax: improve macro expansion and type checking
` [PATCH v2 20/27 5.10.y] minmax: fix up min3() and max3() too
` [PATCH v2 21/27 5.10.y] minmax.h: add whitespace around operators and after commas
` [PATCH v2 22/27 5.10.y] minmax.h: update some comments
` [PATCH v2 23/27 5.10.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH v2 24/27 5.10.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH v2 25/27 5.10.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH v2 26/27 5.10.y] minmax.h: simplify the variants of clamp()
` [PATCH v2 27/27 5.10.y] minmax.h: remove some #defines that are only expanded once
[PATCH v8 00/20] Add GCE support for MT8196
2025-10-17 6:44 UTC (21+ messages)
` [PATCH v8 01/20] arm64: dts: mediatek: Add GCE header "
` [PATCH v8 02/20] mailbox: mtk-cmdq: Refine DMA address handling for the command buffer
` [PATCH v8 03/20] mailbox: mtk-cmdq: Add cmdq private data to cmdq_pkt for generating instruction
` [PATCH v8 04/20] soc: mediatek: mtk-cmdq: Add cmdq_get_mbox_priv() in cmdq_pkt_create()
` [PATCH v8 05/20] soc: mediatek: mtk-cmdq: Add cmdq_pkt_jump_rel_temp() for removing shift_pa
` [PATCH v8 06/20] mailbox: mtk-cmdq: Add GCE hardware virtualization configuration
` [PATCH v8 07/20] mailbox: mtk-cmdq: Add mminfra_offset configuration for DRAM transaction
` [PATCH v8 08/20] mailbox: mtk-cmdq: Add driver data to support for MT8196
` [PATCH v8 09/20] soc: mediatek: mtk-cmdq: Add pa_base parsing for hardware without subsys ID support
` [PATCH v8 10/20] soc: mediatek: mtk-cmdq: Extend cmdq_pkt_write API for SoCs without subsys ID
` [PATCH v8 11/20] soc: mediatek: mtk-cmdq: Add mminfra_offset adjustment for DRAM addresses
` [PATCH v8 12/20] soc: mediatek: Use reg_write function pointer for subsys ID compatibility
` [PATCH v8 13/20] drm/mediatek:Use "
` [PATCH v8 14/20] media: platform: mtk-mdp3: Refactor CMDQ writes for CMDQ API change
` [PATCH v8 15/20] media: platform: mtk-mdp3: Change cmdq_pkt_jump_rel() to cmdq_pkt_jump_rel_temp()
` [PATCH v8 16/20] soc: mediatek: mtk-cmdq: Remove shift_pa parameter from cmdq_pkt_jump()
` [PATCH v8 17/20] media: platform: mtk-mdp3: Use cmdq_pkt_jump_rel() without shift_pa
` [PATCH v8 18/20] soc: mediatek: mtk-cmdq: Remove cmdq_pkt_jump() and cmdq_pkt_jump_rel_temp()
` [PATCH v8 19/20] soc: mediatek: mtk-cmdq: Remove cmdq_pkt_write() and cmdq_pkt_write_mask()
` [PATCH v8 20/20] mailbox: mtk-cmdq: Remove unsued cmdq_get_shift_pa()
[PATCH v5 0/9] vfio/pci: Allow MMIO regions to be exported through dma-buf
2025-10-17 6:33 UTC (14+ messages)
` [PATCH v5 1/9] PCI/P2PDMA: Separate the mmap() support from the core logic
` [PATCH v5 4/9] PCI/P2PDMA: Export pci_p2pdma_map_type() function
` [PATCH v5 8/9] vfio/pci: Enable peer-to-peer DMA transactions by default
` [PATCH v5 9/9] vfio/pci: Add dma-buf export support for MMIO regions
[PATCH] dt-bindings: Fix inconsistent quoting
2025-10-17 6:26 UTC (10+ messages)
[PATCH v5 0/2] accel: Add Arm Ethos-U NPU
2025-10-17 6:25 UTC (6+ messages)
` [PATCH v5 1/2] dt-bindings: npu: Add Arm Ethos-U65/U85
` [PATCH v5 2/2] accel: Add Arm Ethos-U NPU driver
[PATCH] media: venus: drop unused module aliases
2025-10-17 6:18 UTC (2+ messages)
[PATCH] media: ir-hix5hd2: drop unused module alias
2025-10-17 6:06 UTC
[PATCH 1/2] media: exynos4-is: fimc-is: drop unused module alias
2025-10-17 6:02 UTC (2+ messages)
` [PATCH 2/2] media: exynos4-is: fimc-lite: "
[PATCH 1/3] media: imx-mipi-csis: drop unused module alias
2025-10-17 6:00 UTC (3+ messages)
` [PATCH 2/3] media: imx7-media-csi: "
` [PATCH 3/3] media: imx8mq-mipi-csi2: "
[PATCH] media: venus: drop bogus probe deferrals
2025-10-17 5:58 UTC
[PATCH 1/2] media: vpif_capture: fix section mismatch
2025-10-17 5:33 UTC (2+ messages)
` [PATCH 2/2] media: vpif_display: "
[PATCH V4 0/4] Add support for TI VIP
2025-10-17 5:23 UTC (4+ messages)
` [PATCH V4 4/4] media: ti: vpe: Add the VIP driver
[PATCH 00/32] media: Use %pe format specifier
2025-10-17 5:18 UTC (4+ messages)
` [PATCH 01/32] Input: cyttsp5 - "
[PATCH v5 0/3] media: qcom: camss: Add LeMans and Monaco camss TPG support
2025-10-17 5:06 UTC (4+ messages)
` [PATCH v5 1/3] media: qcom: camss: Add common "
` [PATCH v5 2/3] media: qcom: camss: Add link support for TPG
` [PATCH v5 3/3] media: qcom: camss: tpg: Add TPG support for LeMans and Monaco
[PATCH v7 00/16] media: cadence,ti: CSI2RX Multistream Support
2025-10-17 4:53 UTC (4+ messages)
` [PATCH v7 01/16] media: ti: j721e-csi2rx: Remove word size alignment on frame width
[PATCH v3 0/4] media: qcom: camss: Add Qualcomm SM8650 CAMSS support
2025-10-17 3:11 UTC (5+ messages)
` [PATCH v3 1/4] dt-bindings: media: Describe Qualcomm SM8650 CAMSS IP
` [PATCH v3 2/4] media: qcom: camss: Add Qualcomm SM8650 CAMSS support
` [PATCH v3 3/4] media: qcom: camss: Add CSIPHY 2.2.0 lane configuration for SM8650
` [PATCH v3 4/4] arm64: dts: qcom: sm8650: Add CAMSS device tree node
[PATCH v4 3/9] rust: helpers: Add bindings/wrappers for dma_resv_lock
2025-10-16 21:08 UTC (2+ messages)
` [PATCH v4 4/9] rust: drm: gem: Add raw_dma_resv() function
[PATCH] media: qcom: camss: Enable setting the rate to camnoc_rt_axi clock
2025-10-16 20:53 UTC (8+ messages)
[PATCH 0/8] media: iris: add support for video codecs on Qcom kaanapali platform
2025-10-16 18:58 UTC (5+ messages)
` [PATCH 5/8] media: iris: Move vpu register defines to common header file
[PATCH v13 00/18] media: rockchip: add a driver for the rockchip camera interface
2025-10-16 16:21 UTC (3+ messages)
` [PATCH v13 18/18] arm64: dts: rockchip: add radxa camera 8m on rock 3a csi port
[PATCH RESEND 0/4] media: convert from clk round_rate() to determine_rate()
2025-10-16 16:16 UTC (5+ messages)
` [PATCH RESEND 1/4] media: i2c: ds90ub953: convert from "
` [PATCH RESEND 2/4] media: i2c: max96717: "
` [PATCH RESEND 3/4] media: i2c: tc358746: "
` [PATCH RESEND 4/4] media: platform: ti: omap3isp: isp: "
[PATCH v4 0/8] Enable video decoder & encoder for MT8189
2025-10-16 15:19 UTC (7+ messages)
` [PATCH v4 4/8] media: mediatek: vcodec: Add core-only VP9 decoding support "
` [PATCH v4 6/8] media: mediatek: vcodec: fix media device node number
` [PATCH v4 7/8] dt-bindings: media: Add MT8189 mediatek,vcodec-encoder
` [PATCH v4 8/8] media: mediatek: encoder: Add MT8189 encoder compatible data
[PATCH v2 1/2] media: dt-bindings: nxp,imx8-jpeg: Document optional SRAM support
2025-10-16 15:14 UTC (4+ messages)
` [PATCH v2 2/2] media: imx-jpeg: Add support for descriptor allocation from SRAM
[PATCH v8 0/2] i2c: i2c-qcom-geni: Add Block event interrupt support
2025-10-16 15:02 UTC (5+ messages)
` [PATCH v8 2/2] "
[PATCH v4 0/2] accel: Add Arm Ethos-U NPU
2025-10-16 14:48 UTC (7+ messages)
` [PATCH v4 2/2] accel: Add Arm Ethos-U NPU driver
[PATCH 0/3] media: qcom: camss: Add sm6150 camss support
2025-10-16 13:55 UTC (12+ messages)
` [PATCH 1/3] media: dt-bindings: Add qcom,sm6150-camss
` [PATCH 2/3] media: qcom: camss: add support for SM6150 camss
` [PATCH 3/3] arm64: dts: qcom: sm6150: Add camss node
[PATCH v4 0/3] Add CCI and imx577 sensor support for monaco evk
2025-10-16 13:50 UTC (11+ messages)
` [PATCH v4 2/3] arm64: dts: qcom: qcs8300: Add CCI definitions
` [PATCH v4 3/3] arm64: dts: qcom: monaco-evk-camera: Add DT overlay
[PATCH v4 0/3] media: qcom: camss: Add sa8775p/qcs8300 camss TPG support
2025-10-16 12:56 UTC (7+ messages)
` [PATCH v4 1/3] media: qcom: camss: Add support for TPG common
` [PATCH v4 3/3] media: qcom: camss: tpg: Add TPG support for SA8775P and QCS8300
[PATCH] builtin: implement __builtin_strlen() for constants
2025-10-16 12:05 UTC (4+ messages)
[PATCH v3 0/4] Add support for Dongwoon Anatech DW9800K driver
2025-10-16 11:35 UTC (5+ messages)
` [PATCH v3 1/4] dt-bindings: media: i2c: dw9719: Document DW9800K
` [PATCH v3 2/4] media: i2c: dw9719: Add DW9800K support
` [PATCH v3 3/4] arm64: dts: qcom: qcm6490-fairphone-fp5: Enable CCI pull-up
` [PATCH v3 4/4] arm64: dts: qcom: qcm6490-fairphone-fp5: Add UW cam actuator
[PATCH] media: videobuf2: forbid create_bufs/remove_bufs when legacy fileio is active
2025-10-16 11:11 UTC
[PATCH v1] media: qcom: iris: Add sanity check for stop streaming
2025-10-16 11:06 UTC (3+ messages)
[PATCH 0/6] media: qcom: camss: Add Kaanapali support
2025-10-16 10:43 UTC (7+ messages)
` [PATCH 2/6] dt-bindings: media: camss: Add qcom,kaanapali-camss binding
[PATCH v2] htmldocs: userspace-api/dma-buf-heaps.rst: fix block quote warning
2025-10-16 10:41 UTC (2+ messages)
[PATCH v4 0/2] qcom: qcs8300: Add qcs8300 camss support
2025-10-16 10:39 UTC (6+ messages)
` [PATCH v4 2/2] arm64: dts: qcom: qcs8300: Add support for camss
[PATCH v2 0/8] Add support for Wave6 video codec driver
2025-10-16 10:01 UTC (11+ messages)
` [EXT] "
[PATCH v2 00/25] media: v4l2-mem2mem: Reduce cargo-cult
2025-10-16 8:11 UTC (3+ messages)
` [PATCH v2 21/25] media: samsung: s5p-jpeg: Drop unneeded v4l2_m2m_get_vq() NULL check
[PATCH v17 00/47] DEPT(DEPendency Tracker)
2025-10-16 7:59 UTC (7+ messages)
` [PATCH v17 01/47] llist: move llist_{head,node} definition to types.h
[PATCH v13 0/7] Add Toshiba Visconti Video Input Interface driver
2025-10-16 6:39 UTC (5+ messages)
` [PATCH v13 1/7] dt-bindings: media: platform: visconti: Add Toshiba Visconti MIPI CSI-2 Receiver
` [PATCH v13 2/7] dt-bindings: media: platform: visconti: Add Toshiba Visconti Video Input Interface
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox