public inbox for drm-ai-reviews@public-inbox.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2026-02-11 06:26:36 to 2026-02-13 08:06:47 UTC [more...]

[PATCH] gpu: nova-core: fix stack overflow in GSP memory allocation
 2026-02-13  8:06 UTC  (4+ messages)
` Claude review: "

[PATCH v2 0/3] support for taiguan-xti05101-01a MIPI-DSI panel
 2026-02-13  8:03 UTC  (8+ messages)
` [PATCH v2 1/3] dt-bindings: vendor: add taiguan
  ` Claude review: "
` [PATCH v2 2/3] dt-bindings: display: panel: Add compatible for TAIGUAN XTI05101-01A
  ` Claude review: "
` [PATCH v2 3/3] drm/panel: panel-jadard-jd9365da-h3: support for taiguan-xti05101-01a MIPI-DSI panel
  ` Claude review: "
` Claude review: "

[PATCH 0/2] drm/amdgpu/amdgpu_connectors: Use struct drm_edid
 2026-02-13  6:24 UTC  (6+ messages)
` [PATCH 1/2] drm/amdgpu/amdgpu_connectors: use struct drm_edid instead of struct edid
  ` Claude review: "
` [PATCH 2/2] drm/amdgpu/amdgpu_connectors: remove amdgpu_connector_free_edid
  ` Claude review: "
` Claude review: drm/amdgpu/amdgpu_connectors: Use struct drm_edid

Claude review: None
 2026-02-13  4:37 UTC 

Claude review: None
 2026-02-12 21:38 UTC 

[PATCH v2 0/2] drm/vkms: Fix bad matrix offset component multiplication
 2026-02-12 20:36 UTC  (6+ messages)
` [PATCH v2 1/2] "
  ` Claude review: "
` [PATCH v2 2/2] drm/vkms: Add kunit tests for alternative BT709 encoding matrix
  ` Claude review: "

[PATCH -next v9 0/3] rust: Add CList and GPU buddy allocator bindings
 2026-02-12 20:27 UTC  (12+ messages)
` [PATCH -next v9 1/3] rust: clist: Add support to interface with C linked lists
  ` Claude review: "
` [PATCH -next v9 2/3] rust: gpu: Add GPU buddy allocator bindings
  ` Claude review: "
` [PATCH -next v9 3/3] nova-core: mm: Select GPU_BUDDY for VRAM allocation
  ` Claude review: "

[PATCH 0/5] dma-buf: heaps: system: add an option to allocate explicitly decrypted memory
 2026-02-12 12:52 UTC  (14+ messages)
` [PATCH 1/5] dma-mapping: avoid random addr value print out on error path
  ` Claude review: "
` [PATCH 2/5] dma-mapping: introduce DMA_ATTR_CC_DECRYPTED for pre-decrypted memory
  ` Claude review: "
` [PATCH 3/5] dma-buf: heaps: use designated initializer for exp_info
  ` Claude review: "
` [PATCH 4/5] dma-buf: heaps: allow heap to specify valid heap flags
  ` Claude review: "
` [PATCH 5/5] dma-buf: heaps: system: add an option to allocate explicitly decrypted memory
  ` Claude review: "

[PATCH v1] drm/tyr: gpu: fix GpuInfo::log model/version decoding
 2026-02-12 12:25 UTC  (3+ messages)

[PATCH 0/6] Support for the Pixel 3a XL with the Tianma panel
 2026-02-12 10:30 UTC  (18+ messages)
` [PATCH 1/6] dt-bindings: arm: qcom: document google, bonito-tianma board
  ` Claude review: "
` [PATCH 2/6] dt-bindings: panel-simple-dsi: add nt37700f compatible
  ` Claude review: "
` [PATCH 3/6] drm/panel: Add Novatek/Tianma NT37700F panel
  ` Claude review: "
` [PATCH 4/6] arm64: dts: qcom: sdm670-google-sargo: add touchscreen and display labels
  ` Claude review: "
` [PATCH 5/6] arm64: dts: qcom: sdm670-google: add common device tree include
  ` Claude review: "
` [PATCH 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 v7 0/5] drm/microchip: add GFX2D support for SAM9X60 and SAM9X75
 2026-02-12 10:22 UTC  (12+ messages)
` [PATCH v7 1/5] dt-bindings: gpu: add bindings for the Microchip GFX2D GPU
  ` Claude review: "
` [PATCH v7 2/5] drm/microchip: add a driver "
  ` Claude review: "
` [PATCH v7 3/5] ARM: dts: microchip: sam9x60: Add "
  ` Claude review: "
` [PATCH v7 4/5] ARM: dts: microchip: sam9x7: "
  ` Claude review: "
` [PATCH v7 5/5] ARM: configs: at91_dt_defconfig: enable GFX2D driver
  ` Claude review: "
` Claude review: drm/microchip: add GFX2D support for SAM9X60 and SAM9X75

[PATCH v2 0/2] drm/buddy: Documentation and internal helper cleanup
 2026-02-12  9:23 UTC  (5+ messages)
` [PATCH v2 1/2] drm/buddy: Add kernel-doc for allocator structures and flags

Claude review: None
 2026-02-12  7:08 UTC 

[PATCH v2 0/5] drm/ci: add new jobs, uprev IGT and mesa
 2026-02-12  5:48 UTC  (12+ messages)
` [PATCH v2 1/5] drm/ci: reduce sm8350-hdk parallel jobs from 4 to 2
  ` Claude review: "
` [PATCH v2 2/5] drm/ci: i915: cml: update runner tag
  ` Claude review: "
` [PATCH v2 3/5] drm/ci: uprev mesa
  ` Claude review: "
` [PATCH v2 4/5] drm/ci: move qualcomm baremetal jobs to lava
  ` Claude review: "
` [PATCH v2 5/5] drm/ci: add rk3588-rock-5b
  ` Claude review: "
` Claude review: drm/ci: add new jobs, uprev IGT and mesa

Claude review: None
 2026-02-12  3:48 UTC 

[PATCH -next v8 0/3] rust: Add CList and GPU buddy allocator bindings
 2026-02-11 21:17 UTC  (11+ messages)
` [PATCH -next v8 1/3] rust: clist: Add support to interface with C linked lists
  ` Claude review: "
` [PATCH -next v8 2/3] rust: gpu: Add GPU buddy allocator bindings
  ` Claude review: "
` [PATCH -next v8 3/3] nova-core: mm: Select GPU_BUDDY for VRAM allocation
  ` Claude review: "
` Claude review: rust: Add CList and GPU buddy allocator bindings

[PATCH V1] accel/amdxdna: Fix dead lock for suspend and resume
 2026-02-11 19:29 UTC  (3+ messages)

[PATCH V1] accel/amdxdna: Fix suspend failure after enabling turbo mode
 2026-02-11 19:23 UTC  (2+ messages)

[PATCH] drm/amdgpu: Add HAINAN clock adjustment
 2026-02-11 14:17 UTC  (4+ messages)
` Claude review: "

[PATCH v3 0/3] drm/panel: add LXD M9189A
 2026-02-11 10:12 UTC  (7+ messages)
` [PATCH v3 2/3] dt-bindings: display: panel: add YAML schema for "
` [PATCH v3 3/3] drm/panel: add LXD M9189A panel driver
  ` Claude review: "

[PATCH v4 0/8] drm/amdkfd: Add batch userptr allocation support
 2026-02-11  7:15 UTC  (18+ messages)
` [PATCH v4 1/8] drm/amdkfd: Add userptr batch allocation UAPI structures
  ` Claude review: "
` [PATCH v4 2/8] drm/amdkfd: Add user_range_info infrastructure to kgd_mem
  ` Claude review: "
` [PATCH v4 3/8] drm/amdkfd: Implement interval tree for userptr ranges
  ` Claude review: "
` [PATCH v4 4/8] drm/amdkfd: Add batch MMU notifier support
  ` Claude review: "
` [PATCH v4 5/8] drm/amdkfd: Implement batch userptr page management
  ` Claude review: "
` [PATCH v4 6/8] drm/amdkfd: Add batch allocation function and export API
  ` Claude review: "
` [PATCH v4 7/8] drm/amdkfd: Unify userptr cleanup and update paths
  ` Claude review: "
` [PATCH v4 8/8] drm/amdkfd: Wire up batch allocation in ioctl handler
  ` Claude review: "
` Claude review: drm/amdkfd: Add batch userptr allocation support

[PATCH] drm/mediatek: dsi: Store driver data before invoking mipi_dsi_host_register
 2026-02-11  7:11 UTC  (3+ messages)
` Claude review: "

[PATCH] drm/panel: ilitek-ili9882t: Fine-tune HFP for tianma, tl121bvms07-00
 2026-02-11  7:10 UTC  (3+ messages)
` Claude review: "

[PATCH AUTOSEL 6.18-5.10] drm/tegra: hdmi: sor: Fix error: variable ‘j’ set but not used
 2026-02-11  7:06 UTC  (3+ messages)
` Claude review: "

[PATCH] gpu: host1x: Fix passing zero to ERR_PTR in host1x_iommu_attach()
 2026-02-11  7:05 UTC  (3+ messages)
` Claude review: "

[PATCH v3 0/6] drm/gem-shmem: Track page accessed/dirty status
 2026-02-11  7:04 UTC  (14+ messages)
` [PATCH v3 1/6] drm/gem-shmem: Use obj directly where appropriate in fault handler
  ` Claude review: "
` [PATCH v3 2/6] drm/gem-shmem: Test for existence of page in mmap "
  ` Claude review: "
` [PATCH v3 3/6] drm/gem-shmem: Return vm_fault_t from drm_gem_shmem_try_map_pmd()
  ` Claude review: "
` [PATCH v3 4/6] drm/gem-shmem: Refactor drm_gem_shmem_try_map_pmd()
  ` Claude review: "
` [PATCH v3 5/6] drm/gem-shmem: Track folio accessed/dirty status in mmap
  ` Claude review: "
` [PATCH v3 6/6] drm/gem-shmem: Track folio accessed/dirty status in vmap
  ` Claude review: "
` Claude review: drm/gem-shmem: Track page accessed/dirty status

[PATCH] drm/i915/guc: fix corrupted copyright symbols in selftest files
 2026-02-11  7:00 UTC  (3+ messages)
` Claude review: "

[PATCH] fbcon: Remove struct fbcon_display.inverse
 2026-02-11  6:55 UTC  (3+ messages)
` Claude review: "

[PATCH] drm/rockchip: vop2: Use drm_err_ratelimited() for wait timeouts
 2026-02-11  6:54 UTC  (3+ messages)
` Claude review: "

[PATCH] drm/bridge: samsung-dsim: Fix memory leak in error path
 2026-02-11  6:53 UTC  (3+ messages)
` Claude review: "

[PATCH] drm/bridge: lt9611: Remove DRM_BRIDGE_OP_MODES flag
 2026-02-11  6:42 UTC  (3+ messages)
` Claude review: "

[PATCH v9 00/15] Apply drm_bridge_connector and panel_bridge helper for the Analogix DP driver
 2026-02-11  6:37 UTC  (32+ messages)
` [PATCH v9 01/15] drm/bridge: analogix_dp: Add &analogix_dp_plat_data.next_bridge
  ` Claude review: "
` [PATCH v9 02/15] drm/bridge: Move legacy bridge driver out of imx directory for multi-platform use
  ` Claude review: "
` [PATCH v9 03/15] drm/exynos: exynos_dp: Remove &exynos_dp_device.ptn_bridge
  ` Claude review: "
` [PATCH v9 04/15] drm/exynos: exynos_dp: Remove unused &exynos_dp_device.connector
  ` Claude review: "
` [PATCH v9 05/15] drm/exynos: exynos_dp: Apply of-display-mode-bridge to parse the display-timings node
  ` Claude review: "
` [PATCH v9 06/15] drm/bridge: analogix_dp: Remove redundant &analogix_dp_plat_data.skip_connector
  ` Claude review: "
` [PATCH v9 07/15] drm/bridge: analogix_dp: Move the color format check to .atomic_check() for Rockchip platforms
  ` Claude review: "
` [PATCH v9 08/15] drm/bridge: analogix_dp: Remove unused &analogix_dp_plat_data.get_modes()
  ` Claude review: "
` [PATCH v9 09/15] drm/bridge: analogix_dp: Apply drm_bridge_connector helper
  ` Claude review: "
` [PATCH v9 10/15] drm/bridge: analogix_dp: Add new API analogix_dp_finish_probe()
  ` Claude review: "
` [PATCH v9 11/15] drm/rockchip: analogix_dp: Apply analogix_dp_finish_probe()
  ` Claude review: "
` [PATCH v9 12/15] drm/exynos: exynos_dp: "
  ` Claude review: "
` [PATCH v9 13/15] drm/bridge: analogix_dp: Attach the next bridge in analogix_dp_bridge_attach()
  ` Claude review: "
` [PATCH v9 14/15] drm/bridge: analogix_dp: Remove bridge disabing and panel unpreparing in analogix_dp_unbind()
  ` Claude review: "
` [PATCH v9 15/15] 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] drm/radeon: Add HAINAN clock adjustment
 2026-02-11  6:33 UTC  (3+ messages)
` Claude review: "

[PATCH] accel/qaic: Fix dma_free_attrs() buffer size
 2026-02-11  6:32 UTC  (3+ messages)
` Claude review: "

[PATCH v9 0/7] User readable error codes on atomic_ioctl failure
 2026-02-11  6:31 UTC  (16+ messages)
` [PATCH v9 1/7] drm: Define user readable error codes for atomic ioctl
  ` Claude review: "
` [PATCH v9 2/7] drm/atomic: Add error_code element in atomic_state
  ` Claude review: "
` [PATCH v9 3/7] drm/atomic: Allocate atomic_state at the beginning of atomic_ioctl
  ` Claude review: "
` [PATCH v9 4/7] drm/atomic: Call complete_signaling only if prepare_signaling is done
  ` Claude review: "
` [PATCH v9 5/7] drm/atomic: Return user readable error in atomic_ioctl
  ` Claude review: "
` [PATCH v9 6/7] drm/i915/display: Error codes for async flip failures
  ` Claude review: "
` [PATCH v9 7/7] drm: Introduce DRM_CAP_ATOMIC_ERROR_REPORTING
  ` Claude review: "
` Claude review: User readable error codes on atomic_ioctl failure

[PATCH v1] drm/amdgpu: fix sync handling in amdgpu_dma_buf_move_notify
 2026-02-11  6:29 UTC  (3+ messages)
` Claude review: "

[PATCH] fbcon: Declare struct fb_info.fbcon_par as of type struct fbcon_par
 2026-02-11  6:28 UTC  (3+ messages)
` Claude review: "

[PATCH v1 0/2] ARM: tegra: document Tegra20 HDMI port
 2026-02-11  6:27 UTC  (6+ messages)
` [PATCH v1 1/2] dt-bindings: display: "
  ` Claude review: "
` [PATCH v1 2/2] ARM: tegra: transformers: add connector node
  ` Claude review: "
` Claude review: ARM: tegra: document Tegra20 HDMI port


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