public inbox for drm-ai-reviews@public-inbox.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2026-05-05 00:30:11 to 2026-05-05 02:04:55 UTC [more...]

[PATCH] drm/panel: jadard-jd9365da-h3: Fix signedness bug
 2026-05-05  2:04 UTC  (3+ messages)
` Claude review: "

[PATCH] drm/nouveau/disp/r535: Add scanline position support + head state support
 2026-05-05  2:01 UTC  (3+ messages)
` Claude review: "

[PATCH] drm/bridge: analogix_dp: Extract error pointer from correct variable
 2026-05-05  1:59 UTC  (3+ messages)
` Claude review: "

[PATCH v3 0/2] Add Lontiun LT7911EXC eDP to MIPI DSI bridge
 2026-05-05  1:58 UTC  (6+ messages)
` [PATCH v3 1/2] dt-bindings:bridge: "
  ` Claude review: "
` [PATCH v3 2/2] drm:bridge: "
  ` Claude review: "
` Claude review: "

[PATCH 0/3] drm/bridge: Add Lontium LT8711UXD DP-to-HDMI transparent bridge
 2026-05-05  1:54 UTC  (8+ messages)
` [PATCH 1/3] dt-bindings: display: bridge: simple: document the Lontium LT8711UXD DP-to-HDMI bridge
  ` Claude review: "
` [PATCH 2/3] drm/bridge: simple: Add "
  ` Claude review: "
` [PATCH 3/3] arm64: dts: rockchip: orangepi-5-pro: Add "
  ` Claude review: "
` Claude review: drm/bridge: Add Lontium LT8711UXD DP-to-HDMI transparent bridge

[PATCH] rust: drm: fix incorrect type name in `Device` doc comment
 2026-05-05  1:51 UTC  (3+ messages)
` Claude review: "

[PATCH v2 0/2] drm/i915/modeset: fix NULL/ctx handling in lock paths
 2026-05-05  1:50 UTC  (6+ messages)
` [PATCH] drm/modeset_lock: add NULL check for ctx before WARN_ON
  ` Claude review: "
` [PATCH v2 2/2] drm/modeset: harden modeset_lock() against NULL ctx
  ` Claude review: "
` Claude review: drm/i915/modeset: fix NULL/ctx handling in lock paths

[PATCH] drm/panel: focaltech-ota7290b: Fix error check for devm_drm_panel_alloc()
 2026-05-05  1:48 UTC  (3+ messages)
` Claude review: "

[PATCH] MAINTAINERS: accel/ivpu: Remove myself and add Andrzej as maintainer
 2026-05-05  1:47 UTC  (3+ messages)
` Claude review: "

[PATCH] drm: Drop unused drm_device_class_(un)register API
 2026-05-05  1:46 UTC  (3+ messages)
` Claude review: "

[PATCH 00/10] drm/panthor: Reduce dma_fence signalling latency
 2026-05-05  1:44 UTC  (22+ messages)
` [PATCH 01/10] drm/panthor: Make panthor_irq::state a non-atomic field
  ` Claude review: "
` [PATCH 02/10] drm/panthor: Move the register accessors before the IRQ helpers
  ` Claude review: "
` [PATCH 03/10] drm/panthor: Replace the panthor_irq macro machinery by inline helpers
  ` Claude review: "
` [PATCH 04/10] drm/panthor: Extend the IRQ logic to allow fast/raw IRQ handlers
  ` Claude review: "
` [PATCH 05/10] drm/panthor: Make panthor_fw_{update,toggle}_reqs() callable from IRQ context
  ` Claude review: "
` [PATCH 06/10] drm/panthor: Prepare the scheduler logic for FW events in "
  ` Claude review: "
` [PATCH 07/10] drm/panthor: Automate CSG IRQ processing at group unbind time
  ` Claude review: "
` [PATCH 08/10] drm/panthor: Automatically enable interrupts in panthor_fw_wait_acks()
  ` Claude review: "
` [PATCH 09/10] drm/panthor: Process FW events in IRQ context
  ` Claude review: "
` [PATCH 10/10] drm/panthor: Introduce interrupt coalescing support for job IRQs
  ` Claude review: "
` Claude review: drm/panthor: Reduce dma_fence signalling latency

[PATCH 0/4] drm/mediatek: fix sparse warnings
 2026-05-05  1:40 UTC  (10+ messages)
` [PATCH 1/4] drm/mediatek: mtk_hdmi_ddc_v2: Fix non-static global variable
  ` Claude review: "
` [PATCH 2/4] drm/mediatek: mtk_hdmi_v2: "
  ` Claude review: "
` [PATCH 3/4] drm/mediatek: mtk_cec: "
  ` Claude review: "
` [PATCH 4/4] drm/mediatek: mtk_hdmi_ddc: "
  ` Claude review: "
` Claude review: drm/mediatek: fix sparse warnings

[PATCH] drm/buddy: Integrate lockdep annotations for gpu buddy manager
 2026-05-05  1:39 UTC  (3+ messages)
` Claude review: "

[PATCH] drm/ipv3: add CONFIG_OF dependency for DRM_OF_DISPLAY_MODE_BRIDGE
 2026-05-05  1:36 UTC  (3+ messages)
` Claude review: "

[PATCH] drm/amdgpu: fix recursive ww_mutex acquire in amdgpu_devcoredump_format
 2026-05-05  1:32 UTC  (3+ messages)
` Claude review: "

[PATCH v3 00/10] Add dmabuf read/write via io_uring
 2026-05-05  1:26 UTC  (22+ messages)
` [PATCH v3 01/10] file: add callback for creating long-term dmabuf maps
  ` Claude review: "
` [PATCH v3 02/10] iov_iter: add iterator type for "
  ` Claude review: "
` [PATCH v3 03/10] block: move bvec init into __bio_clone
  ` Claude review: "
` [PATCH v3 04/10] block: introduce dma map backed bio type
  ` Claude review: "
` [PATCH v3 05/10] lib: add dmabuf token infrastructure
  ` Claude review: "
` [PATCH v3 06/10] block: forward create_dmabuf_token to drivers
  ` Claude review: "
` [PATCH v3 07/10] nvme-pci: implement dma_token backed requests
  ` Claude review: "
` [PATCH v3 08/10] io_uring/rsrc: introduce buf registration structure
  ` Claude review: "
` [PATCH v3 09/10] io_uring/rsrc: extend buffer update
  ` Claude review: "
` [PATCH v3 10/10] io_uring/rsrc: add dmabuf backed registered buffers
  ` Claude review: "
` Claude review: Add dmabuf read/write via io_uring

[PATCH 0/4] Add DU support for RZ/T2H and RZ/N2H SoCs
 2026-05-05  1:22 UTC  (10+ messages)
` [PATCH 1/4] dt-bindings: display: renesas, rzg2l-du: Add RZ/T2H and RZ/N2H support
  ` Claude review: "
` [PATCH 2/4] drm: renesas: rz-du: Make DU reset control optional for RZ/T2H support
  ` Claude review: "
` [PATCH 3/4] drm: renesas: rz-du: Move mode_valid logic to per-SoC clock limits
  ` Claude review: "
` [PATCH 4/4] drm: renesas: rz-du: Add support for RZ/T2H SoC
  ` Claude review: "
` Claude review: Add DU support for RZ/T2H and RZ/N2H SoCs

[PATCH] drm/amdgpu: Consistently define pci_device_ids using named initializers
 2026-05-05  1:20 UTC  (3+ messages)
` Claude review: "

[PATCH v7 0/4] rust: add basic serial device bus abstractions
 2026-05-05  1:18 UTC  (10+ messages)
` [PATCH v7 1/4] rust: devres: return reference in `devres::register`
  ` Claude review: "
` [PATCH v7 2/4] serdev: add rust private data to serdev_device
  ` Claude review: "
` [PATCH v7 3/4] rust: add basic serial device bus abstractions
  ` Claude review: "
` [PATCH v7 4/4] samples: rust: add Rust serial device bus sample device driver
  ` Claude review: "

[PATCH v10 0/6] Support sparse mappings in Panthor
 2026-05-05  1:14 UTC  (14+ messages)
` [PATCH v10 1/6] drm/panthor: Expose GPU page sizes to UM
  ` Claude review: "
` [PATCH v10 2/6] drm/panthor: Pass vm_bind_op to vm_prepare_map_op_ctx
  ` Claude review: "
` [PATCH v10 3/6] drm/panthor: Delete spurious whitespace from uAPI header
  ` Claude review: "
` [PATCH v10 4/6] drm/panthor: Remove unused operation context field
  ` Claude review: "
` [PATCH v10 5/6] drm/panthor: Support sparse mappings
  ` Claude review: "
` [PATCH v10 6/6] drm/panthor: Bump the driver version to 1.9
  ` Claude review: "
` Claude review: Support sparse mappings in Panthor

[PATCH RFC 0/3] media: videobuf2: opt-in dma_resv producer fences for V4L2 dmabuf exports
 2026-05-05  1:08 UTC  (8+ messages)
` [PATCH RFC 1/3] media: videobuf2: add dma_resv release-fence helper
  ` Claude review: "
` [PATCH RFC 2/3] media: hantro: attach dma_resv release fence at buf_queue
  ` Claude review: "
` [PATCH RFC 3/3] media: rockchip-rga: "
  ` Claude review: "
` Claude review: Re: [PATCH RFC 0/3] media: videobuf2: opt-in dma_resv producer fences for V4L2 dmabuf exports

[PATCH v8 0/3] Virtio-GPU S4 (hibernation) support
 2026-05-05  1:00 UTC  (8+ messages)
` [PATCH v8 1/3] drm/virtio: Freeze and restore hooks to support suspend and resume
  ` Claude review: "
` [PATCH v8 2/3] drm/virtio: Add support for saving and restoring virtio_gpu_objects
  ` Claude review: "
` [PATCH v8 3/3] drm/virtio: Add PM notifier to restore objects after hibernation
  ` Claude review: "
` Claude review: Virtio-GPU S4 (hibernation) support

[PATCH] Fix kernel-doc for amdgpu_display_manager
 2026-05-05  0:56 UTC  (3+ messages)
` Claude review: "

[PATCH] fbcon: don't suspend/resume when vc is graphics mode
 2026-05-05  0:55 UTC  (3+ messages)
` Claude review: "

[PATCH] drm/amd/amdgpu: remove duplicated code in gfx_v11 and gfx_v12
 2026-05-05  0:53 UTC  (3+ messages)
` Claude review: "

[PATCH] drm/i915/dp: Fix link retrain loop on pre-gen8 platforms with DP adapters
 2026-05-05  0:51 UTC  (3+ messages)
` Claude review: "

[PATCH] MAINTAINERS: Update maintainer for LT8912B DRM HDMI bridge
 2026-05-05  0:48 UTC  (3+ messages)
` Claude review: "

[PATCH v4 0/2] Add Lontium LT7911EXC eDP to MIPI DSI bridge
 2026-05-05  0:47 UTC  (6+ messages)
` [PATCH v4 1/2] dt-bindings: bridge: "
  ` Claude review: "
` [PATCH v4 2/2] drm/bridge: "
  ` Claude review: "
` Claude review: "

[PATCH v2 0/2] backlight: Add SY7758 6-channel High Efficiency LED Driver support
 2026-05-05  0:44 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: leds: backlight: document the SY7758 6-channel High Efficiency LED Driver
  ` Claude review: "
` [PATCH v2 2/2] backlight: Add SY7758 6-channel High Efficiency LED Driver support
  ` Claude review: "

[PATCH] staging: fbtft: remove unused function fbtft_write_gpio16_wr_latched
 2026-05-05  0:41 UTC  (3+ messages)
` Claude review: "

[PATCH] drm/radeon: Consistently define pci_device_ids using named initializers
 2026-05-05  0:40 UTC  (3+ messages)
` Claude review: "

[PATCH v1 0/3] drm: Drop unused include of <drm/drm_pciids.h>
 2026-05-05  0:38 UTC  (8+ messages)
` [PATCH v1 1/3] drm/amdgpu: "
  ` Claude review: "
` [PATCH v1 2/3] drm/gma500: "
  ` Claude review: "
` [PATCH v1 3/3] drm/mgag200: "
  ` Claude review: "
` Claude review: drm: "

[PATCH] drm/radeon/rs780: prevent division by zero in refresh rate calculation
 2026-05-05  0:36 UTC  (3+ messages)
` Claude review: "

[PATCH v7 phy-next 00/27] Split Generic PHY consumer and provider
 2026-05-05  0:35 UTC  (52+ messages)
` [PATCH v7 phy-next 01/27] ata: add <linux/pm_runtime.h> where missing
  ` Claude review: "
` [PATCH v7 phy-next 02/27] PCI: Add missing headers transitively included by <linux/phy/phy.h>
  ` Claude review: "
` [PATCH v7 phy-next 03/27] usb: add "
  ` Claude review: "
` [PATCH v7 phy-next 04/27] drm: add <linux/pm_runtime.h> where missing
  ` Claude review: "
` [PATCH v7 phy-next 05/27] phy: "
  ` Claude review: "
` [PATCH v7 phy-next 06/27] phy: spacemit: include missing <linux/phy/phy.h>
  ` Claude review: "
` [PATCH v7 phy-next 07/27] net: lan969x: include missing <linux/of.h>
  ` Claude review: "
` [PATCH v7 phy-next 08/27] PCI: Remove device links to PHY
  ` Claude review: "
` [PATCH v7 phy-next 09/27] scsi: ufs: exynos: stop poking into struct phy guts
  ` Claude review: "
` [PATCH v7 phy-next 10/27] scsi: ufs: qcom: keep parallel track of PHY power state
  ` Claude review: "
` [PATCH v7 phy-next 11/27] scsi: ufs: qcom: include missing <linux/interrupt.h>
  ` Claude review: "
` [PATCH v7 phy-next 12/27] drm/rockchip: dw_hdmi: avoid direct dereference of phy->dev.of_node
  ` Claude review: "
` [PATCH v7 phy-next 13/27] usb: host: tegra: "
  ` Claude review: "
` [PATCH v7 phy-next 14/27] usb: gadget: tegra-xudc: "
  ` Claude review: "
` [PATCH v7 phy-next 15/27] phy: move provider API out of public <linux/phy/phy.h>
  ` Claude review: "
` [PATCH v7 phy-next 16/27] phy: make phy_get_mode(), phy_(get|set)_bus_width() NULL tolerant
  ` Claude review: "
` [PATCH v7 phy-next 17/27] phy: introduce phy_get_max_link_rate() helper for consumers
  ` Claude review: "
` [PATCH v7 phy-next 18/27] drm/rockchip: dsi: include PHY provider header
  ` Claude review: "
` [PATCH v7 phy-next 19/27] drm: bridge: cdns-mhdp8546: use consumer API for getting PHY bus width
  ` Claude review: "
` [PATCH v7 phy-next 20/27] media: sunxi: a83-mips-csi2: include PHY provider header
  ` Claude review: "
` [PATCH v7 phy-next 21/27] net: renesas: rswitch: "
  ` Claude review: "
` [PATCH v7 phy-next 22/27] pinctrl: tegra-xusb: "
  ` Claude review: "
` [PATCH v7 phy-next 23/27] power: supply: cpcap-charger: include missing <linux/property.h>
  ` Claude review: "
` [PATCH v7 phy-next 26/27] phy: remove temporary provider compatibility from consumer header
  ` Claude review: "
` [PATCH v7 phy-next 27/27] MAINTAINERS: add regexes for linux-phy
  ` Claude review: "
` Claude review: Split Generic PHY consumer and provider

[PATCH] fbdev: Consistently define pci_device_ids using named initializers
 2026-05-05  0:30 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