public inbox for drm-ai-reviews@public-inbox.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2026-03-31 07:39:45 to 2026-03-31 21:55:27 UTC [more...]

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

[PATCH 0/5] drm/exec: drm_exec polishing
 2026-03-31 21:52 UTC  (27+ messages)
` [PATCH 1/5] drm/exec: Remove the index parameter from drm_exec_for_each_locked_obj[_reverse]
  ` Claude review: "
` [PATCH 2/5] drm/msm: Remove abuse of drm_exec internals
  ` Claude review: "
` [PATCH 3/5] drm/exec: Make the drm_exec_until_all_locked() macro more readable
  ` Claude review: "
` [PATCH 4/5] drm/exec, drm/xe: Avoid abusing the drm_exec retry pointer
  ` Claude review: "
` [PATCH 5/5] drm/exec, drm/xe, drm/amdgpu: Add an accessor for struct drm_exec::ticket
  ` Claude review: "
` Claude review: drm/exec: drm_exec polishing

[PATCH v4 0/8] dma-buf: heaps: Turn heaps into modules
 2026-03-31 21:50 UTC  (19+ messages)
  ` [PATCH v4 1/8] dma: contiguous: Turn heap registration logic around
    ` Claude review: "
  ` [PATCH v4 2/8] dma: contiguous: Make dev_get_cma_area() a proper function
    ` Claude review: "
  ` [PATCH v4 3/8] dma: contiguous: Make dma_contiguous_default_area static
    ` Claude review: "
  ` [PATCH v4 4/8] dma: contiguous: Export dev_get_cma_area()
    ` Claude review: "
  ` [PATCH v4 5/8] mm: cma: Export cma_alloc(), cma_release() and cma_get_name()
    ` Claude review: "
  ` [PATCH v4 6/8] dma-buf: heaps: Export mem_accounting parameter
    ` Claude review: "
  ` [PATCH v4 7/8] dma-buf: heaps: cma: Turn the heap into a module
    ` Claude review: "
  ` [PATCH v4 8/8] dma-buf: heaps: system: "
    ` Claude review: "
  ` Claude review: dma-buf: heaps: Turn heaps into modules

[PATCH v6] drm/amdgpu: replace PASID IDR with XArray
 2026-03-31 21:48 UTC  (5+ messages)
` Claude review: "

[PATCH v9 0/3] Power Management for Raspberry Pi V3D GPU
 2026-03-31 21:45 UTC  (9+ messages)
` [PATCH v9 1/3] drm/v3d: Use devm_reset_control_get_optional_exclusive()
  ` Claude review: "
` [PATCH v9 2/3] drm/v3d: Allocate all resources before enabling the clock
  ` Claude review: "
` [PATCH v9 3/3] drm/v3d: Introduce Runtime Power Management
  ` Claude review: "
` Claude review: Power Management for Raspberry Pi V3D GPU

[PATCH v7] drm/amdgpu: replace PASID IDR with XArray
 2026-03-31 21:43 UTC  (6+ messages)
` Claude review: "

[PATCH v2 0/2] drm: Rename drm_atomic_state
 2026-03-31 21:41 UTC  (4+ messages)
` [PATCH v2 2/2] Documentation: drm: Remove drm_atomic_state rename entry
  ` Claude review: "
` Claude review: drm: Rename drm_atomic_state

[PATCH v2 0/4] drm/panel: simple: add Waveshare LCD panels
 2026-03-31 21:39 UTC  (10+ messages)
` [PATCH v2 1/4] dt-bindings: display: waveshare,dsp2dpi: describe DSI2LVDS setup
  ` Claude review: "
` [PATCH v2 2/4] drm/bridge: waveshare-dsi: support DSI LCD kits with LVDS panels
  ` Claude review: "
` [PATCH v2 3/4] dt-bindings: display: panel: add Waveshare LCD panels
  ` Claude review: "
` [PATCH v2 4/4] drm/panel: simple: "
  ` Claude review: "

[PATCH] drm/msm/dpu: eliza: Use Eliza-specific CWB array
 2026-03-31 21:37 UTC  (4+ messages)
` Claude review: "

[PATCH V2] accel/amdxdna: Support read-only user-pointer BO mappings
 2026-03-31 21:35 UTC  (4+ messages)
` Claude review: "

[PATCH v9 00/23] gpu: nova-core: Add memory management support
 2026-03-31 21:33 UTC  (65+ messages)
` [PATCH v9 01/23] gpu: nova-core: Select GPU_BUDDY for VRAM allocation
  ` Claude review: "
` [PATCH v9 02/23] gpu: nova-core: Kconfig: Sort select statements alphabetically
  ` Claude review: "
` [PATCH v9 03/23] gpu: nova-core: gsp: Return GspStaticInfo from boot()
  ` Claude review: "
` [PATCH v9 04/23] gpu: nova-core: gsp: Extract usable FB region from GSP
  ` Claude review: "
` [PATCH v9 05/23] gpu: nova-core: gsp: Expose total physical VRAM end from FB region info
  ` Claude review: "
` [PATCH v9 06/23] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
  ` Claude review: "
` [PATCH v9 07/23] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
  ` Claude review: "
` [PATCH v9 08/23] gpu: nova-core: mm: Add common memory management types
  ` Claude review: "
` [PATCH v9 09/23] gpu: nova-core: mm: Add TLB flush support
  ` Claude review: "
` [PATCH v9 10/23] gpu: nova-core: mm: Add GpuMm centralized memory manager
  ` Claude review: "
` [PATCH v9 11/23] gpu: nova-core: mm: Add common types for all page table formats
  ` Claude review: "
` [PATCH v9 12/23] gpu: nova-core: mm: Add MMU v2 page table types
  ` Claude review: "
` [PATCH v9 13/23] gpu: nova-core: mm: Add MMU v3 "
  ` Claude review: "
` [PATCH v9 14/23] gpu: nova-core: mm: Add unified page table entry wrapper enums
  ` Claude review: "
` [PATCH v9 15/23] gpu: nova-core: mm: Add page table walker for MMU v2/v3
  ` Claude review: "
` [PATCH v9 16/23] gpu: nova-core: mm: Add Virtual Memory Manager
  ` Claude review: "
` [PATCH v9 17/23] gpu: nova-core: mm: Add virtual address range tracking to VMM
  ` Claude review: "
` [PATCH v9 18/23] gpu: nova-core: mm: Add multi-page mapping API "
  ` Claude review: "
` [PATCH v9 19/23] gpu: nova-core: Add BAR1 aperture type and size constant
  ` Claude review: "
` [PATCH v9 20/23] gpu: nova-core: mm: Add BAR1 user interface
  ` Claude review: "
` [PATCH v9 21/23] gpu: nova-core: mm: Add BAR1 memory management self-tests
  ` Claude review: "
` [PATCH v10 00/21] gpu: nova-core: Add memory management support
  ` [PATCH v10 01/21] gpu: nova-core: gsp: Return GspStaticInfo from boot()
  ` [PATCH v10 02/21] gpu: nova-core: gsp: Extract usable FB region from GSP
  ` [PATCH v10 03/21] gpu: nova-core: gsp: Expose total physical VRAM end from FB region info
  ` [PATCH v10 04/21] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
  ` [PATCH v10 05/21] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
  ` [PATCH v10 06/21] gpu: nova-core: mm: Add common memory management types
  ` [PATCH v10 07/21] gpu: nova-core: mm: Add TLB flush support
  ` [PATCH v10 08/21] gpu: nova-core: mm: Add GpuMm centralized memory manager
  ` [PATCH v10 09/21] gpu: nova-core: mm: Add common types for all page table formats
  ` [PATCH v10 10/21] gpu: nova-core: mm: Add MMU v2 page table types
  ` [PATCH v10 11/21] gpu: nova-core: mm: Add MMU v3 "
  ` [PATCH v10 12/21] gpu: nova-core: mm: Add unified page table entry wrapper enums
  ` [PATCH v10 13/21] gpu: nova-core: mm: Add page table walker for MMU v2/v3
  ` [PATCH v10 14/21] gpu: nova-core: mm: Add Virtual Memory Manager
  ` [PATCH v10 15/21] gpu: nova-core: mm: Add virtual address range tracking to VMM
  ` [PATCH v10 16/21] gpu: nova-core: mm: Add multi-page mapping API "
  ` [PATCH v10 17/21] gpu: nova-core: Add BAR1 aperture type and size constant
  ` [PATCH v10 18/21] gpu: nova-core: mm: Add BAR1 user interface
  ` [PATCH v10 19/21] gpu: nova-core: mm: Add BAR1 memory management self-tests
  ` [PATCH v10 20/21] gpu: nova-core: mm: Add PRAMIN aperture self-tests
  ` [PATCH v10 21/21] gpu: nova-core: Use runtime BAR1 size instead of hardcoded 256MB

[PATCH] drm/amdgpu: deduplicate register access and helper routines
 2026-03-31 21:21 UTC  (4+ messages)

[PATCH] gpu: nova-core: bitfield: fix broken Default implementation
 2026-03-31 20:53 UTC  (5+ messages)

[PATCH v5 0/6] Enable new features for flipkart-rimob
 2026-03-31  9:47 UTC  (7+ messages)
` [PATCH v5 1/6] dt-bindings: display: panel: Add Novatek NT35532 LCD DSI
` [PATCH v5 2/6] drm/panel: Add driver for Novatek NT35532
` [PATCH v5 3/6] arm64: dts: qcom: msm8953-flipkart-rimob: Enable display and GPU
` [PATCH v5 4/6] arm64: dts: qcom: msm8953-flipkart-rimob: Enable WiFi/Bluetooth
` [PATCH v5 5/6] arm64: dts: qcom: msm8953-flipkart-rimob: Enable touchscreen
` [PATCH v5 6/6] arm64: dts: qcom: msm8953-flipkart-rimob: Enable Hall sensor

[PATCH] staging: fbtft: avoid empty macro argument
 2026-03-31  7:56 UTC  (3+ messages)
` Claude review: "

[PATCH] drm/msm/disp/dpu: consider SSPP line width during mode valid
 2026-03-31  7:55 UTC  (3+ messages)
` Claude review: "

[PATCH v8 0/3] Power Management for Raspberry Pi V3D GPU
 2026-03-31  7:53 UTC  (8+ messages)
` [PATCH v8 1/3] drm/v3d: Use devm_reset_control_get_optional_exclusive()
  ` Claude review: "
` [PATCH v8 2/3] drm/v3d: Allocate all resources before enabling the clock
  ` Claude review: "
` [PATCH v8 3/3] drm/v3d: Introduce Runtime Power Management
  ` Claude review: "
` Claude review: Power Management for Raspberry Pi V3D GPU

[PATCH] backlight: ktd2801: enable BL_CORE_SUSPENDRESUME
 2026-03-31  7:51 UTC  (3+ messages)
` Claude review: "

[PATCH] drm/amdgpu: fix sleeping allocation under spinlock in PASID IDR
 2026-03-31  7:50 UTC  (3+ messages)
` Claude review: "

[PATCH] dt-bindings: display: bridge: ldb: Require reg property only for i.MX6SX/8MP LDBs
 2026-03-31  7:49 UTC  (3+ messages)
` Claude review: "

[PATCH] drm/atomic: fix vblank event leak in complete_signaling()
 2026-03-31  7:48 UTC  (3+ messages)
` Claude review: "

[PATCH] drm/probe-helper: signal hotplug for force-enabled connectors on HPD
 2026-03-31  7:46 UTC  (3+ messages)
` Claude review: "

[PATCH] drm/panel: jdi-lt070me05000: Transition to mipi_dsi *_multi() functions
 2026-03-31  7:44 UTC  (3+ messages)
` Claude review: "

[PATCH] drm/panic: Fix panic logo alignment
 2026-03-31  7:43 UTC  (3+ messages)
` Claude review: "

[PATCH] drm/xe/bo: Cache vram_region_gpu_offset in struct xe_bo
 2026-03-31  7:42 UTC  (3+ messages)
` Claude review: "

[PATCH 00/19] Fix Adaptive Sync SDP for PR with Link ON + Auxless ALPM
 2026-03-31  7:39 UTC  (39+ messages)
` [PATCH 01/19] drm/dp: Rename and relocate AS SDP payload field masks
  ` Claude review: "
` [PATCH 02/19] drm/dp: Clean up DPRX feature enumeration macros
  ` Claude review: "
` [PATCH 03/19] drm/dp: Add bits for AS SDP FAVT Payload Fields Parsing support
  ` Claude review: "
` [PATCH 04/19] drm/dp: Add DPCD for configuring AS SDP for PR + VRR
  ` Claude review: "
` [PATCH 05/19] drm/i915/dp: Fix readback for target_rr in Adaptive Sync SDP
  ` Claude review: "
` [PATCH 06/19] drm/i915/vrr: Avoid vrr for PCON with HDMI2.1 sink
  ` Claude review: "
` [PATCH 07/19] drm/i915/dp: Account for AS_SDP guardband only when enabled
  ` Claude review: "
` [PATCH 08/19] drm/i915/dp: Add a helper to decide if AS SDP can be used
  ` Claude review: "
` [PATCH 09/19] drm/i915/dp: Skip AS SDP for DP branch devices
  ` Claude review: "
` [PATCH 10/19] drm/i915/dp: Use revision field of AS SDP data structure
  ` Claude review: "
` [PATCH 11/19] drm/i915/dp: Include all relevant AS SDP fields in comparison
  ` Claude review: "
` [PATCH 12/19] drm/i915/dp: Add member to intel_dp to store AS SDP v2 support
  ` Claude review: "
` [PATCH 13/19] drm/i915/psr: Write the PR config DPCDs in burst mode
  ` Claude review: "
` [PATCH 14/19] drm/i915/display: Add helper for AS SDP transmission time selection
  ` Claude review: "
` [PATCH 15/19] drm/i915/psr: Program Panel Replay CONFIG3 using AS SDP transmission time
  ` Claude review: "
` [PATCH 16/19] drm/i915/dp: Set relevant Downspread Ctrl DPCD bits for PR + Auxless ALPM
  ` Claude review: "
` [PATCH 17/19] drm/i915/dp: Program AS SDP DB[1:0] for PR with Link off
  ` Claude review: "
` [PATCH 18/19] drm/i915/dp: Split AS SDP computation between compute_config and compute_config_late
  ` Claude review: "
` [PATCH 19/19] drm/i915/dp: Always enable AS SDP if supported by source + sink
  ` Claude review: "


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