public inbox for drm-ai-reviews@public-inbox.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2026-04-11 23:29:49 to 2026-04-12 01:47:57 UTC [more...]

[PATCH] drm/bridge: stm_lvds: Do not fail atomic_check on disabled connector
 2026-04-12  1:47 UTC  (2+ messages)
` Claude review: "

[PATCH v4] drm/i915/gem: Drop check for changed VM in EXECBUF
 2026-04-12  1:46 UTC  (3+ messages)
` Claude review: "

[PATCH v4 0/4] misc: fastrpc: Add missing bug fixes
 2026-04-12  1:44 UTC  (10+ messages)
` [PATCH v4 1/4] misc: fastrpc: Fix initial memory allocation for Audio PD memory pool
  ` Claude review: "
` [PATCH v4 2/4] misc: fastrpc: Remove buffer from list prior to unmap operation
  ` Claude review: "
` [PATCH v4 3/4] misc: fastrpc: Allocate entire reserved memory for Audio PD in probe
  ` Claude review: "
` [PATCH v4 4/4] misc: fastrpc: Allow fastrpc_buf_free() to accept NULL
  ` Claude review: "
` Claude review: misc: fastrpc: Add missing bug fixes

[PATCH v13 00/17] Apply drm_bridge_connector and panel_bridge helper for the Analogix DP driver
 2026-04-12  1:37 UTC  (36+ messages)
` [PATCH v13 01/17] drm/bridge: analogix_dp: Add &analogix_dp_plat_data.next_bridge
  ` Claude review: "
` [PATCH v13 02/17] drm/bridge: Move legacy bridge driver out of imx directory for multi-platform use
  ` Claude review: "
` [PATCH v13 03/17] drm/exynos: exynos_dp: Remove &exynos_dp_device.ptn_bridge
  ` Claude review: "
` [PATCH v13 04/17] drm/exynos: exynos_dp: Remove unused &exynos_dp_device.connector
  ` Claude review: "
` [PATCH v13 05/17] drm/exynos: exynos_dp: Apply of-display-mode-bridge to parse the display-timings node
  ` Claude review: "
` [PATCH v13 06/17] drm/bridge: analogix_dp: Remove redundant &analogix_dp_plat_data.skip_connector
  ` Claude review: "
` [PATCH v13 07/17] drm/bridge: analogix_dp: Move the color format check to .atomic_check() for Rockchip platforms
  ` Claude review: "
` [PATCH v13 08/17] drm/bridge: analogix_dp: Remove unused &analogix_dp_plat_data.get_modes()
  ` Claude review: "
` [PATCH v13 09/17] drm/bridge: analogix_dp: Remove unused struct drm_connector* for &analogix_dp_plat_data.attach()
  ` Claude review: "
` [PATCH v13 10/17] drm/bridge: analogix_dp: Pass struct drm_atomic_state* for analogix_dp_bridge_mode_set()
  ` Claude review: "
` [PATCH v13 11/17] drm/bridge: analogix_dp: Apply drm_bridge_connector helper
  ` Claude review: "
` [PATCH v13 12/17] drm/bridge: analogix_dp: Add new API analogix_dp_finish_probe()
  ` Claude review: "
` [PATCH v13 13/17] drm/rockchip: analogix_dp: Apply analogix_dp_finish_probe()
  ` Claude review: "
` [PATCH v13 14/17] drm/exynos: exynos_dp: "
  ` Claude review: "
` [PATCH v13 15/17] drm/bridge: analogix_dp: Attach the next bridge in analogix_dp_bridge_attach()
  ` Claude review: "
` [PATCH v13 16/17] drm/bridge: analogix_dp: Remove bridge disabing and panel unpreparing in analogix_dp_unbind()
  ` Claude review: "
` [PATCH v13 17/17] drm/bridge: analogix_dp: Apply panel_bridge helper
  ` Claude review: "
` Claude review: Apply drm_bridge_connector and panel_bridge helper for the Analogix DP driver

[PATCH v2 0/2] Add clear-error-counter command to drm_ras
 2026-04-12  1:34 UTC  (6+ messages)
` [PATCH v2 1/2] drm/drm_ras: Add clear-error-counter netlink "
  ` Claude review: "
` [PATCH v2 2/2] drm/xe/xe_drm_ras: Add support for clear-error-counter in XE drm_ras
  ` Claude review: "
` Claude review: Add clear-error-counter command to drm_ras

[PATCH v2] MAINTAINERS: Add dedicated entry for fbcon
 2026-04-12  1:31 UTC  (3+ messages)
` Claude review: "

[PATCH] drm/bridge: it6505: fix use-after-free in it6505_parse_dt()
 2026-04-12  1:30 UTC  (3+ messages)
` Claude review: "

[PATCH] drm/ttm/tests: fix lru_count ASSERT
 2026-04-12  1:28 UTC  (3+ messages)
` Claude review: "

[PATCH v2 0/3] rust: add `bitfield!` macro
 2026-04-12  1:27 UTC  (8+ messages)
` [PATCH v2 1/3] rust: extract `bitfield!` macro from `register!`
  ` Claude review: "
` [PATCH v2 2/3] rust: bitfield: Add KUNIT tests for bitfield
  ` Claude review: "
` [PATCH v2 3/3] gpu: nova-core: switch to kernel bitfield macro
  ` Claude review: "
` Claude review: rust: add `bitfield!` macro

[PATCH] gpu: nova-core: fb: make sure to unregister SysmemFlush on boot failure
 2026-04-12  1:22 UTC  (3+ messages)
` Claude review: "

[PATCH 0/3] gpu: nova-core: unload extras for Hopper/Blackwell
 2026-04-12  1:19 UTC  (8+ messages)
` [PATCH 1/3] gpu: nova-core: fsp: wait to consume message before sending another
  ` Claude review: "
` [PATCH 2/3] gpu: nova-core: add Architecture::uses_sec2() helper
  ` Claude review: "
` [PATCH 3/3] gpu: nova-core: add non-sec2 unload path
  ` Claude review: "
` Claude review: gpu: nova-core: unload extras for Hopper/Blackwell

[PATCH v6 0/5] Rust GPUVM immediate mode
 2026-04-12  1:16 UTC  (12+ messages)
` [PATCH v6 1/5] rust: drm: add base GPUVM immediate mode abstraction
  ` Claude review: "
` [PATCH v6 2/5] rust: gpuvm: add GpuVm::obtain()
  ` Claude review: "
` [PATCH v6 3/5] rust: gpuvm: add GpuVa struct
  ` Claude review: "
` [PATCH v6 4/5] rust: gpuvm: add GpuVmCore::sm_unmap()
  ` Claude review: "
` [PATCH v6 5/5] rust: gpuvm: add GpuVmCore::sm_map()
  ` Claude review: "
` Claude review: Rust GPUVM immediate mode

[PATCH v5 0/2] drm/bridge: convert users of of_drm_find_bridge(), part 4
 2026-04-12  1:12 UTC  (6+ messages)
` [PATCH v5 1/2] drm: renesas: rz-du: rzg2l_du_encoder: convert to of_drm_find_and_get_bridge()
  ` Claude review: "
` [PATCH v5 2/2] drm: rcar-du: encoder: "
  ` Claude review: "
` Claude review: drm/bridge: convert users of of_drm_find_bridge(), part 4

[PATCH] fbdev: tdfxfb: avoid divide-by-zero on FBIOPUT_VSCREENINFO
 2026-04-12  1:09 UTC  (3+ messages)
` Claude review: "

[PATCH] fbdev: udlfb: avoid divide-by-zero on FBIOPUT_VSCREENINFO
 2026-04-12  1:08 UTC  (3+ messages)
` Claude review: "

[PATCH V1] accel/amdxdna: Expose per-client BO memory usage via fdinfo
 2026-04-12  1:06 UTC  (3+ messages)
` Claude review: "

[PATCH] drm/ttm/tests: Remove checks from ttm_pool_free_no_dma_alloc
 2026-04-12  1:03 UTC  (3+ messages)
` Claude review: "

[PATCH v12 00/25] Add new general DRM property "color format"
 2026-04-12  1:01 UTC  (52+ messages)
` [PATCH v12 01/25] drm/amd/display: Remove unnecessary SIGNAL_TYPE_HDMI_TYPE_A check
  ` Claude review: "
` [PATCH v12 02/25] drm/display: hdmi-state-helper: Use default case for unsupported formats
  ` Claude review: "
` [PATCH v12 03/25] drm: Add new general DRM property "color format"
  ` Claude review: "
` [PATCH v12 04/25] drm/bridge: Act on the DRM color format property
  ` Claude review: "
` [PATCH v12 05/25] drm/atomic-helper: Add HDMI bridge output bus formats helper
  ` Claude review: "
` [PATCH v12 06/25] drm/display: hdmi-state-helper: Act on color format DRM property
  ` Claude review: "
` [PATCH v12 07/25] drm/display: hdmi-state-helper: Try subsampling in mode_valid
  ` Claude review: "
` [PATCH v12 08/25] drm/amdgpu: Implement "color format" DRM property
  ` Claude review: "
` [PATCH v12 09/25] drm/i915/hdmi: Add YCBCR444 handling for sink formats
  ` Claude review: "
` [PATCH v12 10/25] drm/i915/dp: "
  ` Claude review: "
` [PATCH v12 11/25] drm/i915: Implement the "color format" DRM property
  ` Claude review: "
` [PATCH v12 12/25] drm/rockchip: Add YUV422 output mode constants for VOP2
  ` Claude review: "
` [PATCH v12 13/25] drm/rockchip: vop2: Add RK3576 to the RG swap special case
  ` Claude review: "
` [PATCH v12 14/25] drm/rockchip: vop2: Recognise 10-bit YUV422 as YUV format
  ` Claude review: "
` [PATCH v12 15/25] drm/rockchip: vop2: Set correct output format for RK3576 YUV422
  ` Claude review: "
` [PATCH v12 16/25] drm/bridge: dw-hdmi-qp: Use common HDMI output bus fmts helper
  ` Claude review: "
` [PATCH v12 17/25] drm/rockchip: dw_hdmi_qp: Implement "color format" DRM property
  ` Claude review: "
` [PATCH v12 18/25] drm/rockchip: dw_hdmi_qp: Set supported_formats platdata
  ` Claude review: "
` [PATCH v12 19/25] drm/connector: Register color format property on HDMI connectors
  ` Claude review: "
` [PATCH v12 20/25] drm/tests: hdmi: Add tests for the color_format property
  ` Claude review: "
` [PATCH v12 21/25] drm/tests: hdmi: Add tests for HDMI helper's mode_valid
  ` Claude review: "
` [PATCH v12 22/25] drm/tests: bridge: Add KUnit tests for bridge chain format selection
  ` Claude review: "
` [PATCH v12 23/25] drm/tests: bridge: Add test for HDMI output bus formats helper
  ` Claude review: "
` [PATCH v12 24/25] drm/bridge: Document bridge chain format selection
  ` Claude review: "
` [PATCH v12 25/25] drm/connector: Update docs of "colorspace" for color format prop
  ` Claude review: "
` Claude review: Add new general DRM property "color format"

[PATCH] drm: Remove unused header in drm_dumb_buffers.c
 2026-04-12  0:55 UTC  (3+ messages)
` Claude review: "

[PATCH] drm/gem: Fix inconsistent plane dimension calculation in drm_gem_fb_init_with_funcs()
 2026-04-12  0:54 UTC  (3+ messages)
` Claude review: "

[PATCH RFC 00/12] Add support for DisplayPort link training information report
 2026-04-12  0:51 UTC  (26+ messages)
` [PATCH RFC 01/12] drm/i915/display/intel_sdvo: Fix double connector destroy in error paths
  ` Claude review: "
` [PATCH RFC 02/12] drm/i915/display/intel_lvds: Drop redundant manual cleanup on init failure
  ` Claude review: "
` [PATCH RFC 03/12] drm/i915/display/intel_dp: Drop redundant intel_dp_aux_fini() "
  ` Claude review: "
` [PATCH RFC 04/12] drm/i915/display: Switch to drmm_mode_config_init() and drop manual cleanup
  ` Claude review: "
` [PATCH RFC 05/12] drm/i915/display: Switch to managed for crtc
  ` Claude review: "
` [PATCH RFC 06/12] drm/i915/display: Switch to managed for plane
  ` Claude review: "
` [PATCH RFC 07/12] drm/i915/display: Switch to managed for encoder
  ` Claude review: "
` [PATCH RFC 08/12] drm/i915/display: Switch to managed for connector
  ` Claude review: "
` [PATCH RFC 09/12] drm: Introduce drmm_connector_dp_init() with link training state properties
  ` Claude review: "
` [PATCH RFC 10/12] drm/i915/display/dp: Adopt dp_connector helpers to expose link training state
  ` Claude review: "
` [PATCH RFC 11/12] drm/bridge: Wire drmm_connector_dp_init() via new DRM_BRIDGE_OP_DP flag
  ` Claude review: "
` [PATCH RFC 12/12] drm/mediatek: Use dp_connector helpers to report link training state
  ` Claude review: "
` Claude review: Add support for DisplayPort link training information report

[PATCH v5 0/6] drm/tyr: Use register! macro
 2026-04-12  0:45 UTC  (14+ messages)
` [PATCH v5 1/6] drm/tyr: Use register! macro for GPU_CONTROL
  ` Claude review: "
` [PATCH v5 2/6] drm/tyr: Print GPU_ID without filtering
  ` Claude review: "
` [PATCH v5 3/6] drm/tyr: Use register! macro for JOB_CONTROL
  ` Claude review: "
` [PATCH v5 4/6] drm/tyr: Use register! macro for MMU_CONTROL
  ` Claude review: "
` [PATCH v5 5/6] drm/tyr: Remove custom register struct
  ` Claude review: "
` [PATCH v5 6/6] drm/tyr: Add DOORBELL_BLOCK registers
  ` Claude review: "
` Claude review: drm/tyr: Use register! macro

[PATCH V1] accel/amdxdna: Check for device hang on job timeout
 2026-04-12  0:41 UTC  (3+ messages)
` Claude review: "

[PATCH RFC v2] drm/rockchip: vop2: Add clock rate mode check
 2026-04-12  0:38 UTC  (3+ messages)
` Claude review: "

[PATCH] drm/v3d: Limit ioctl extension chain depth to prevent infinite loop
 2026-04-12  0:35 UTC  (3+ messages)
` Claude review: "

[PATCH] drm/dp/mst: fix OOB reads in remote DPCD/I2C sideband reply parsers
 2026-04-12  0:33 UTC  (3+ messages)
` Claude review: "

[PATCH] drm/dp/mst: fix OOB reads on 2-byte fields in sideband reply parsers
 2026-04-12  0:31 UTC  (3+ messages)
` Claude review: "

[PATCH] drm/dp/mst: fix buffer overflows in sideband chunk accumulation
 2026-04-12  0:28 UTC  (3+ messages)
` Claude review: "

[PATCH 0/3] drm/nouveau: stability fixes for NVAC (MCP79/MCP7A)
 2026-04-12  0:25 UTC  (8+ messages)
` [PATCH 1/3] drm/nouveau/pci: use nv46 MSI rearm for G94 (NVAC/MCP79)
  ` Claude review: "
` [PATCH 2/3] drm/nouveau/kms: add NULL check for CRTC in nv50_sor_atomic_disable
  ` Claude review: "
` [PATCH 3/3] drm/nouveau/dp: retry link check once on HPD IRQ before disconnect
  ` Claude review: "
` Claude review: drm/nouveau: stability fixes for NVAC (MCP79/MCP7A)

[PATCH] drm/nouveau: Wire up dmem cgroups
 2026-04-12  0:21 UTC  (3+ messages)
` Claude review: "

[PATCH 0/5] gpu: nova-core: vbios: harden various array accesses
 2026-04-12  0:18 UTC  (12+ messages)
` [PATCH 1/5] gpu: nova-core: vbios: fix various cases of reading past `BIOS_MAX_SCAN_LEN`
  ` Claude review: "
` [PATCH 2/5] gpu: nova-core: vbios: limit `BitToken` entry reads
  ` Claude review: "
` [PATCH 3/5] gpu: nova-core: vbios: use checked accesses in `setup_falcon_data`
  ` Claude review: "
` [PATCH 4/5] gpu: nova-core: vbios: use checked access in `FwSecBiosImage::header`
  ` Claude review: "
` [PATCH 5/5] gpu: nova-core: vbios: use checked ops and accesses in `FwSecBiosImage::ucode`
  ` Claude review: "
` Claude review: gpu: nova-core: vbios: harden various array accesses

[PATCH v4 00/39] drm/msm/dp: Add MST support for MSM chipsets
 2026-04-12  0:16 UTC  (83+ messages)
` [PATCH v4 01/39] drm/msm/dp: remove cached drm_edid from panel
  ` Claude review: "
` [PATCH v4 02/39] drm/msm/dp: drop deprecated .mode_set() and use .atomic_enable
  ` Claude review: "
` [PATCH v4 03/39] drm/msm/dp: break up dp_display_enable into two parts
  ` Claude review: "
` [PATCH v4 04/39] drm/msm/dp: re-arrange dp_display_disable() into functional parts
  ` Claude review: "
` [PATCH v4 05/39] drm/msm/dp: splite msm_dp_ctrl_config_ctrl() into link parts and stream parts
  ` Claude review: "
` [PATCH v4 06/39] drm/msm/dp: extract MISC1_MISC0 configuration into a separate function
  ` Claude review: "
` [PATCH v4 07/39] drm/msm/dp: split link setup from source params
  ` Claude review: "
` [PATCH v4 08/39] drm/msm/dp: allow dp_ctrl stream APIs to use any panel passed to it
  ` Claude review: "
` [PATCH v4 09/39] drm/msm/dp: move the pixel clock control to its own API
  ` Claude review: "
` [PATCH v4 10/39] drm/msm/dp: split dp_ctrl_off() into stream and link parts
  ` Claude review: "
` [PATCH v4 11/39] drm/msm/dp: make bridge helpers use dp_display to allow re-use
  ` Claude review: "
` [PATCH v4 12/39] drm/msm/dp: separate dp_display_prepare() into its own API
  ` Claude review: "
` [PATCH v4 13/39] drm/msm/dp: introduce stream_id for each DP panel
  ` Claude review: "
` [PATCH v4 14/39] drm/msm/dp: introduce max_streams for DP controller MST support
  ` Claude review: "
` [PATCH v4 15/39] drm/msm/dp: Add support for programming p1/p2/p3 register blocks
  ` Claude review: "
` [PATCH v4 16/39] drm/msm/dp: use stream_id to change offsets in dp_catalog
  ` Claude review: "
` [PATCH v4 17/39] drm/msm/dp: Add catalog support for 3rd/4th stream MST
  ` Claude review: "
` [PATCH v4 18/39] drm/msm/dp: add support to send ACT packets for MST
  ` Claude review: "
` [PATCH v4 19/39] drm/msm/dp: Add support to enable MST in mainlink control
  ` Claude review: "
` [PATCH v4 20/39] drm/msm/dp: no need to update tu calculation for mst
  ` Claude review: "
` [PATCH v4 21/39] drm/msm/dp: Add support for MST channel slot allocation
  ` Claude review: "
` [PATCH v4 22/39] drm/msm/dp: Add support for sending VCPF packets in DP controller
  ` Claude review: "
` [PATCH v4 23/39] drm/msm/dp: Always program MST_FIFO_CONSTANT_FILL for MST use cases
  ` Claude review: "
` [PATCH v4 24/39] drm/msm/dp: simplify link and clock disable sequence
  ` Claude review: "
` [PATCH v4 25/39] drm/msm/dp: pass panel to display enable/disable helpers
  ` Claude review: "
` [PATCH v4 26/39] drm/msm/dp: abstract out the dp_display stream helpers to accept a panel
  ` Claude review: "
` [PATCH v4 27/39] drm/msm/dp: replace power_on with active_stream_cnt for dp_display
  ` Claude review: "
` [PATCH v4 28/39] drm/msm/dp: Mark the SST bridge disconnected when mst is active
  ` Claude review: "
` [PATCH v4 29/39] drm/msm/dp: add an API to initialize MST on sink side
  ` Claude review: "
` [PATCH v4 30/39] drm/msm/dp: add dp_display_get_panel() to initialize DP panel
  ` Claude review: "
` [PATCH v4 31/39] drm/msm/dp: add prepared to manage link-level operations
  ` Claude review: "
` [PATCH v4 32/39] drm/msm/dpu: initialize encoders per stream for DP MST
  ` Claude review: "
` [PATCH v4 33/39] drm/msm/dp: initialize dp_mst module for each DP MST controller
  ` Claude review: "
` [PATCH v4 34/39] drm/msm/dp: add dp_mst_drm to manage DP MST bridge operations
  ` Claude review: "
` [PATCH v4 35/39] drm/msm/dp: wire MST helpers into atomic check and commit paths
  ` Claude review: "
` [PATCH v4 36/39] drm/msm/dp: add connector abstraction for DP MST
  ` Claude review: "
` [PATCH v4 37/39] drm/msm/dp: add HPD callback for dp MST
  ` Claude review: "
` [PATCH v4 38/39] drm/msm/dpu: use msm_dp_get_mst_intf_id() to get the intf id
  ` Claude review: "
` [PATCH v4 39/39] drm/msm/dp: Add MST stream support for supported DP controllers
  ` Claude review: "
` Claude review: drm/msm/dp: Add MST support for MSM chipsets

[PATCH next] drm/panel: himax-hx83121a: Fix NULL vs IS_ERR() check in probe()
 2026-04-11 23:51 UTC  (3+ messages)
` Claude review: "

[PATCH V4] i2c: qcom-geni: Avoid extra TX DMA TRE for single read message in GPI mode
 2026-04-11 23:50 UTC  (3+ messages)
` Claude review: "

[PATCH v3] dt-bindings: display: ti, am65x-dss: Fix AM62L DSS reg and clock constraints
 2026-04-11 23:43 UTC  (3+ messages)
` Claude review: "

[PATCH] accel/qaic: fix incorrect counter check in RAS message decode
 2026-04-11 23:40 UTC  (3+ messages)
` Claude review: "

[PATCH] dma-buf: fix htmldocs error for dma_buf_attach_revocable
 2026-04-11 23:39 UTC  (3+ messages)
` Claude review: "

[PATCH 0/8] drm/panthor: Localize register access by component
 2026-04-11 23:38 UTC  (18+ messages)
` [PATCH 1/8] drm/panthor: Pass an iomem pointer to GPU register access helpers
  ` Claude review: "
` [PATCH 2/8] drm/panthor: Split register definitions by components
  ` Claude review: "
` [PATCH 3/8] drm/panthor: Replace cross-component register accesses with helpers
  ` Claude review: "
` [PATCH 4/8] drm/panthor: Store IRQ register base iomem pointer in panthor_irq
  ` Claude review: "
` [PATCH 5/8] drm/panthor: Use a local iomem base for GPU registers
  ` Claude review: "
` [PATCH 6/8] drm/panthor: Use a local iomem base for PWR registers
  ` Claude review: "
` [PATCH 7/8] drm/panthor: Use a local iomem base for firmware control registers
  ` Claude review: "
` [PATCH 8/8] drm/panthor: Use a local iomem base for MMU AS registers
  ` Claude review: "
` Claude review: drm/panthor: Localize register access by component

[PATCH] drm/sti: hdmi: remove bridge when component_add fails
 2026-04-11 23:29 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