public inbox for drm-ai-reviews@public-inbox.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2026-03-31 07:23:41 to 2026-03-31 21:35:33 UTC [more...]

[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 0/5] drm/exec: drm_exec polishing
 2026-03-31 20:39 UTC  (20+ messages)
` [PATCH 1/5] drm/exec: Remove the index parameter from drm_exec_for_each_locked_obj[_reverse]
` [PATCH 2/5] drm/msm: Remove abuse of drm_exec internals
` [PATCH 3/5] drm/exec: Make the drm_exec_until_all_locked() macro more readable
` [PATCH 4/5] drm/exec, drm/xe: Avoid abusing the drm_exec retry pointer
` [PATCH 5/5] drm/exec, drm/xe, drm/amdgpu: Add an accessor for struct drm_exec::ticket

[PATCH] drm/msm/dpu: eliza: Use Eliza-specific CWB array
 2026-03-31 17:56 UTC  (2+ messages)

[PATCH v7] drm/amdgpu: replace PASID IDR with XArray
 2026-03-31 17:12 UTC  (4+ messages)

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

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

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

[PATCH v6] drm/amdgpu: replace PASID IDR with XArray
 2026-03-31 14:30 UTC  (3+ messages)

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

[PATCH v11 0/7] User readable error codes on atomic_ioctl failure
 2026-03-31  9:03 UTC  (8+ messages)
` [PATCH v11 1/7] drm: Define user readable error codes for atomic ioctl
` [PATCH v11 2/7] drm/atomic: Add error_code element in atomic_state
` [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

[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  (40+ 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: "
` Claude review: Fix Adaptive Sync SDP for PR with Link ON + Auxless ALPM

[PATCH v2 0/2] drm/amdgpu: fix locking issues in PASID IDR management
 2026-03-31  7:36 UTC  (6+ messages)
` [PATCH v2 1/2] drm/amdgpu: fix sleeping allocation under spinlock in PASID IDR
  ` Claude review: "
` [PATCH v2 2/2] drm/amdgpu: use spin_lock_irqsave for PASID IDR lock
  ` Claude review: "
` Claude review: drm/amdgpu: fix locking issues in PASID IDR management

[PATCH 0/2] drm/tiny: sharp-memory: fix TX buffer corruption on partial update
 2026-03-31  7:34 UTC  (6+ messages)
` [PATCH 1/2] drm/tiny: sharp-memory: fix line address assignment "
  ` Claude review: "
` [PATCH 2/2] drm/tiny: sharp-memory: avoid transmitting stale TX buffer data
  ` Claude review: "
` Claude review: drm/tiny: sharp-memory: fix TX buffer corruption on partial update

[PATCH 0/8] drm/imagination: Job submission fixes and cleanup
 2026-03-31  7:33 UTC  (18+ messages)
` [PATCH 1/8] drm/imagination: Count paired job fence as dependency in prepare_job()
  ` Claude review: "
` [PATCH 2/8] drm/imagination: Fit paired fragment job in the correct CCCB
  ` Claude review: "
` [PATCH 3/8] drm/imagination: Skip check on paired job fence during job submission
  ` Claude review: "
` [PATCH 4/8] drm/imagination: Rename pvr_queue_fence_is_ufo_backed() to reflect usage
  ` Claude review: "
` [PATCH 5/8] drm/imagination: Rename fence returned by pvr_queue_job_arm()
  ` Claude review: "
` [PATCH 6/8] drm/imagination: Move repeated job fence check to its own function
  ` Claude review: "
` [PATCH 7/8] drm/imagination: Update check to skip prepare_job() for fragment jobs
  ` Claude review: "
` [PATCH 8/8] drm/imagination: Minor improvements to job submission code documentation
  ` Claude review: "
` Claude review: drm/imagination: Job submission fixes and cleanup

[PATCH v6 0/2] Add "link bpc" DRM property
 2026-03-31  7:31 UTC  (6+ messages)
` [PATCH v6 1/2] drm/connector: Add a 'link bpc' property
  ` Claude review: "
` [PATCH v6 2/2] drm/connector: hdmi: Add support for "
  ` Claude review: "
` Claude review: Add "link bpc" DRM property

[PATCH] dma/contiguous: Fix broken build
 2026-03-31  7:29 UTC  (3+ messages)
` Claude review: "

[PATCH] accel/ivpu: Add support for limiting NPU frequency
 2026-03-31  7:27 UTC  (3+ messages)
` Claude review: "

[PATCH] fbdev: atyfb: Remove unused fb_list
 2026-03-31  7:25 UTC  (3+ messages)
` Claude review: "

[PATCH v6 0/9] drm/panthor: Add a GEM shrinker
 2026-03-31  7:24 UTC  (20+ messages)
` [PATCH v6 1/9] drm/gem: Consider GEM object reclaimable if shrinking fails
  ` Claude review: "
` [PATCH v6 2/9] drm/panthor: Move panthor_gems_debugfs_init() to panthor_gem.c
  ` Claude review: "
` [PATCH v6 3/9] drm/panthor: Group panthor_kernel_bo_xxx() helpers
  ` Claude review: "
` [PATCH v6 4/9] drm/panthor: Don't call drm_gpuvm_bo_extobj_add() if the object is private
  ` Claude review: "
` [PATCH v6 5/9] drm/panthor: Part ways with drm_gem_shmem_object
  ` Claude review: "
` [PATCH v6 6/9] drm/panthor: Lazily allocate pages on mmap()
  ` Claude review: "
` [PATCH v6 7/9] drm/panthor: Split panthor_vm_prepare_map_op_ctx() to prepare for reclaim
  ` Claude review: "
` [PATCH v6 8/9] drm/panthor: Track the number of mmap on a BO
  ` Claude review: "
` [PATCH v6 9/9] drm/panthor: Add a GEM shrinker
  ` Claude review: "

[PATCH] drm/amd/display: Deduplicate DCN DDC register assignment
 2026-03-31  1:52 UTC  (2+ messages)
` [PATCH v3] "


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