public inbox for drm-ai-reviews@public-inbox.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2026-02-13 17:27:50 to 2026-02-18 00:21:52 UTC [more...]

[PATCH RFC 00/26] Add DMA-buf mapping types and convert vfio/iommufd to use them
 2026-02-18  0:11 UTC  (25+ messages)
` [PATCH RFC 01/26] dma-buf: Introduce DMA-buf mapping types
` [PATCH RFC 02/26] dma-buf: Add the SGT DMA mapping type
` [PATCH RFC 03/26] dma-buf: Add dma_buf_mapping_attach()
` [PATCH RFC 04/26] dma-buf: Route SGT related actions through attach->map_type
` [PATCH RFC 05/26] dma-buf: Allow single exporter drivers to avoid the match_mapping function
` [PATCH RFC 06/26] drm: Check the SGT ops for drm_gem_map_dma_buf()
` [PATCH RFC 07/26] dma-buf: Convert all the simple exporters to use SGT mapping type
` [PATCH RFC 08/26] drm/vmwgfx: Use match_mapping instead of dummy calls
` [PATCH RFC 09/26] accel/habanalabs: Use the SGT mapping type
` [PATCH RFC 10/26] drm/xe/dma-buf: "
` [PATCH RFC 12/26] vfio/pci: Change the DMA-buf exporter to use mapping_type
` [PATCH RFC 13/26] dma-buf: Update dma_buf_phys_vec_to_sgt() to use the SGT mapping type
` [PATCH RFC 14/26] iio: buffer: convert "
` [PATCH RFC 15/26] functionfs: "
` [PATCH RFC 16/26] dma-buf: Remove unused SGT stuff from the common structures
` [PATCH RFC 17/26] treewide: Rename dma_buf_map_attachment(_unlocked) to dma_buf_sgt_
` [PATCH RFC 19/26] treewide: Rename dma_buf_attach() to dma_buf_sgt_attach()
` [PATCH RFC 20/26] treewide: Rename dma_buf_dynamic_attach() to dma_buf_sgt_dynamic_attach()
` [PATCH RFC 21/26] dma-buf: Add the Physical Address List DMA mapping type
` [PATCH RFC 22/26] vfio/pci: Add physical address list support to DMABUF
` [PATCH RFC 23/26] iommufd: Use the PAL mapping type instead of a vfio function
` [PATCH RFC 24/26] iommufd: Support DMA-bufs with multiple physical ranges
` [PATCH RFC 25/26] iommufd/selftest: Check multi-phys DMA-buf scenarios
` [PATCH RFC 26/26] dma-buf: Add kunit tests for mapping type

[PATCH 0/1] Avoid oops on illegal VGA register access
 2026-02-17 20:51 UTC  (4+ messages)
` [PATCH 1/1] drm/i915: handle failure from vga_get
  ` Claude review: "
` Claude review: Avoid oops on illegal VGA register access

[PATCH 0/5] bridges without VGA support
 2026-02-17 20:47 UTC  (12+ messages)
` [PATCH 1/5] vgaarb: pass vga_get errors to userspace
  ` Claude review: "
` [PATCH 2/5] vgaarb: pass errors from pci_set_vga_state up
  ` Claude review: "
` [PATCH 3/5] vgaarb: mark vga_get family as __must_check
  ` Claude review: "
` [PATCH 4/5] pci: check if VGA decoding was really activated
  ` Claude review: "
` [PATCH 5/5] pci: mark return value of pci_set_vga_state as __must_check
  ` Claude review: "
` Claude review: bridges without VGA support

[PATCH V1] accel/amdxdna: Fix out-of-bounds memset in command slot handling
 2026-02-17 20:45 UTC  (4+ messages)
` Claude review: "

[PATCH v7 0/2] Pass down hot-plug CONNECTOR ID to user-space
 2026-02-17 20:43 UTC  (6+ messages)
` [PATCH v7 1/2] drm: Introduce pending_hp to drm_connector
  ` Claude review: "
` [PATCH v7 2/2] drm: Send per-connector hotplug events
  ` Claude review: "
` Claude review: Pass down hot-plug CONNECTOR ID to user-space

[PATCH v2 0/6] Support for the Pixel 3a XL with the Tianma panel
 2026-02-17  5:51 UTC  (14+ messages)
` [PATCH v2 1/6] dt-bindings: arm: qcom: document google, bonito-tianma board
  ` Claude review: "
` [PATCH v2 2/6] dt-bindings: panel-simple-dsi: add nt37700f compatible
  ` Claude review: "
` [PATCH v2 3/6] drm/panel: Add Novatek/Tianma NT37700F panel
  ` Claude review: "
` [PATCH v2 4/6] arm64: dts: qcom: sdm670-google-sargo: add touchscreen and display labels
  ` Claude review: "
` [PATCH v2 5/6] arm64: dts: qcom: sdm670-google: add common device tree include
  ` Claude review: "
` [PATCH v2 6/6] arm64: dts: qcom: add support for pixel 3a xl with the tianma panel
  ` Claude review: "
` Claude review: Support for the Pixel 3a XL with the Tianma panel

[PATCH v3 0/8] gpu: nova-core: miscellaneous improvements
 2026-02-17  5:48 UTC  (18+ messages)
` [PATCH v3 1/8] gpu: nova-core: gsp: warn if data remains after processing a message
  ` Claude review: "
` [PATCH v3 2/8] gpu: nova-core: gsp: remove unnecessary Display impls
  ` Claude review: "
` [PATCH v3 3/8] gpu: nova-core: gsp: simplify sequencer opcode parsing
  ` Claude review: "
` [PATCH v3 4/8] gpu: nova-core: gsp: remove unneeded sequencer trait
  ` Claude review: "
` [PATCH v3 5/8] gpu: nova-core: gsp: derive `Debug` on more sequencer types
  ` Claude review: "
` [PATCH v3 6/8] gpu: nova-core: gsp: derive Zeroable for GspStaticConfigInfo
  ` Claude review: "
` [PATCH v3 7/8] gpu: nova-core: use core library's CStr instead of kernel one
  ` Claude review: "
` [PATCH v3 8/8] gpu: nova-core: gsp: use available device reference
  ` Claude review: "
` Claude review: gpu: nova-core: miscellaneous improvements

[PATCH] gpu: Fix uninitialized buddy for built-in drivers
 2026-02-16 21:31 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v2 00/14] drm: panel-orientation-quirks: Add various handheld quirks
 2026-02-16 21:19 UTC  (30+ messages)
` [PATCH v2 01/14] drm: panel-orientation-quirks: Add AOKZOE A1 Pro
  ` Claude review: "
` [PATCH v2 02/14] drm: panel-orientation-quirks: Add additional ID for Ayaneo 2021
  ` Claude review: "
` [PATCH v2 03/14] drm: panel-orientation-quirks: Add Ayaneo 3
  ` Claude review: "
` [PATCH v2 04/14] drm: panel-orientation-quirks: Add OneXPlayer X1 variants
  ` Claude review: "
` [PATCH v2 05/14] drm: panel-orientation-quirks: Add OneXPlayer X1 Mini variants
  ` Claude review: "
` [PATCH v2 06/14] drm: panel-orientation-quirks: Add OneXPlayer F1 variants
  ` Claude review: "
` [PATCH v2 07/14] drm: panel-orientation-quirks: Add OneXPlayer G1 variants
  ` Claude review: "
` [PATCH v2 08/14] drm: panel-orientation-quirks: Add GPD Win Max (2021)
  ` Claude review: "
` [PATCH v2 09/14] drm: panel-orientation-quirks: Add GPD Pocket 4
  ` Claude review: "
` [PATCH v2 10/14] drm: panel-orientation-quirks: Add Zeenix Lite and Pro
  ` Claude review: "
` [PATCH v2 11/14] drm: panel-orientation-quirks: add SuiPlay0X1
  ` Claude review: "
` [PATCH v2 12/14] drm: panel-orientation-quirks: Add OneXPlayer X1z
  ` Claude review: "
` [PATCH v2 13/14] drm: panel-orientation-quirks: Add AOKZOE A2 Pro
  ` Claude review: "
` [PATCH v2 14/14] drm: panel-orientation-quirks: Add OneXPlayer X1 Air
  ` Claude review: "
` Claude review: drm: panel-orientation-quirks: Add various handheld quirks

[PATCH v2 0/3] Add support for Seeed Studio BeagleBone HDMI cape overlay
 2026-02-16 19:55 UTC  (8+ messages)
` [PATCH v2 1/3] ARM: dts: ti: Enable overlays for am335x BeagleBoard devicetrees
  ` Claude review: "
` [PATCH v2 2/3] ARM: multi_v7_defconfig: omap2plus_defconfig: Enable ITE IT66121 driver
  ` Claude review: "
` [PATCH v2 3/3] ARM: dts: am335x: Add Seeed Studio BeagleBone HDMI cape overlay
  ` Claude review: "
` Claude review: Add support for "

[PATCH v4 0/7] fbdev: au1100fb: support COMPILE_TEST and fix multi-device support and other cleanups
 2026-02-16  1:57 UTC  (16+ messages)
` [PATCH v4 1/7] fbdev: au1100fb: Don't store device specific data in global variables
` [PATCH v4 2/7] fbdev: au1100fb: Mark several local functions as static
` [PATCH v4 3/7] fbdev: au1100fb: Use proper conversion specifiers in printk formats
` [PATCH v4 4/7] fbdev: au1100fb: Make driver compilable on non-mips platforms
` [PATCH v4 5/7] fbdev: au1100fb: Replace custom printk wrappers by pr_*
` [PATCH v4 6/7] fbdev: au1100fb: Fold au1100fb.h into its only user
` [PATCH v4 7/7] fbdev: au1100fb: Replace license boilerplate by SPDX header
` Claude review: fbdev: au1100fb: support COMPILE_TEST and fix multi-device support and other cleanups
` Claude review: fbdev: au1100fb: Mark several local functions as static
` Claude review: fbdev: au1100fb: Don't store device specific data in global variables
` Claude review: fbdev: au1100fb: Use proper conversion specifiers in printk formats
` Claude review: fbdev: au1100fb: Replace custom printk wrappers by pr_*
` Claude review: fbdev: au1100fb: Fold au1100fb.h into its only user
` Claude review: fbdev: au1100fb: Make driver compilable on non-mips platforms
` Claude review: fbdev: au1100fb: Replace license boilerplate by SPDX header

[PATCH v6 0/4] misc: fastrpc: Add polling mode support
 2026-02-15 22:26 UTC  (10+ messages)
` [PATCH v6 1/4] misc: fastrpc: Move fdlist to invoke context structure
  ` Claude review: "
` [PATCH v6 2/4] misc: fastrpc: Replace hardcoded ctxid mask with GENMASK
  ` Claude review: "
` [PATCH v6 3/4] misc: fastrpc: Expand context ID mask for DSP polling mode support
  ` Claude review: "
` [PATCH v6 4/4] misc: fastrpc: Add polling mode support for fastRPC driver
  ` Claude review: "
` Claude review: misc: fastrpc: Add polling mode support

[PATCH v1 0/2] arm64: dts + drm/panthor: require explicit GPU sram-supply
 2026-02-15 20:50 UTC  (3+ messages)
` Claude review: "

[PATCH] media: videobuf2: Set vma_flags in vb2_dma_sg_mmap
 2026-02-15 20:42 UTC  (3+ messages)
` Claude review: "

[PATCH v1 0/5] drm/panel: r61307/r69328: minor updates
 2026-02-15 10:24 UTC  (12+ messages)
` [PATCH v1 1/5] drm/panel: r61307: align with schema property
  ` Claude review: "
` [PATCH v1 2/5] drm/panel: r61307/r69328: convert to drm_connector_helper_get_modes_fixed
  ` Claude review: "
` [PATCH v1 3/5] drm/panel: r61307/r69328: remove redundant checks
  ` Claude review: "
` [PATCH v1 4/5] drm/panel: r61307/r69328: return accumulated errors
  ` Claude review: "
` [PATCH v1 5/5] drm/panel: r61307/r69328: convert to devm_mipi_dsi_attach
  ` Claude review: "
` Claude review: None

[PATCH] drm/msm/dsi: fix hdisplay calculation when programming dsi registers
 2026-02-15  9:06 UTC  (3+ messages)
` Claude review: "

[PATCH] drm: bridge: anx7625: don't crash if Type-C port is not used
 2026-02-15  9:02 UTC  (3+ messages)
` Claude review: "

[PATCH] Revert "drm/msm/dpu: try reserving the DSPP-less LM first"
 2026-02-14  3:59 UTC  (3+ messages)
` Claude review: "

[PATCH] accel/habanalabs: reject zero-element timestamp buffer allocation
 2026-02-13 21:24 UTC  (3+ messages)
` Claude review: "

[PATCH v5 0/7] Power Management for Raspberry Pi V3D GPU
 2026-02-13 21:21 UTC  (16+ messages)
` [PATCH v5 1/7] clk: bcm: rpi: Let V3D consumers manage clock rate
  ` Claude review: "
` [PATCH v5 2/7] clk: bcm: rpi: Add a comment about RPI_FIRMWARE_SET_CLOCK_STATE behavior
  ` Claude review: "
` [PATCH v5 3/7] clk: bcm: rpi: Mark PIXEL_CLK and HEVC_CLK as CLK_IGNORE_UNUSED
  ` Claude review: "
` [PATCH v5 4/7] pmdomain: bcm: bcm2835-power: Increase ASB control timeout
  ` Claude review: "
` [PATCH v5 5/7] drm/v3d: Use devm_reset_control_get_optional_exclusive()
  ` Claude review: "
` [PATCH v5 6/7] drm/v3d: Allocate all resources before enabling the clock
  ` Claude review: "
` [PATCH v5 7/7] drm/v3d: Introduce Runtime Power Management
  ` Claude review: "
` Claude review: Power Management for Raspberry Pi V3D GPU

[PATCH v2] gpu: nova-core: fix stack overflow in GSP memory allocation
 2026-02-13 21:16 UTC  (3+ messages)
` Claude review: "


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