public inbox for drm-ai-reviews@public-inbox.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2026-03-30 04:22:52 to 2026-03-31 07:12:01 UTC [more...]

[PATCH v10 0/3] Panel Replay BW optimization
 2026-03-31  7:12 UTC  (7+ messages)
` [PATCH v10 1/3] drm/display: Add drm helper to check pr optimization support
  ` Claude review: "
` [PATCH v10 2/3] drm/i915/display: Add hook to check optimization support for Intel platforms
  ` Claude review: "
` [PATCH v10 3/3] drm/i915/display: Panel Replay BW optimization for DP2.0 tunneling
` Claude review: Panel Replay BW optimization

[PATCH v2] drm: rz-du: Ensure correct suspend/resume ordering with VSP
 2026-03-31  7:10 UTC  (3+ messages)
` Claude review: "

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

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

[PATCH V1 0/6] accel/amdxdna: Initial support for AIE4 platform
 2026-03-31  7:05 UTC  (17+ messages)
` [PATCH V1 1/6] accel/amdxdna: Create shared functions for AIE2 and AIE4
  ` Claude review: "
` [PATCH V1 2/6] accel/amdxdna: Add basic support for AIE4 devices
  ` Claude review: "
` [PATCH V1 3/6] accel/amdxdna: Create common PSP interfaces for AIE2 and AIE4
  ` Claude review: "
` [PATCH V1 4/6] accel/amdxdna: Add AIE4 firmware loading
  ` Claude review: "
` [PATCH V1 5/6] accel/amdxdna: Create common SMU interfaces for AIE2 and AIE4
  ` Claude review: "
` [PATCH V1 6/6] accel/amdxdna: Add AIE4 power on and off support
  ` Claude review: "
` Claude review: accel/amdxdna: Initial support for AIE4 platform

[PATCH 0/6] drm/vc4: Miscellaneous fixes and improvements
 2026-03-31  7:02 UTC  (14+ messages)
` [PATCH 1/6] drm/vc4: Release runtime PM reference after binding V3D
  ` Claude review: "
` [PATCH 2/6] drm/vc4: Fix memory leak of BO array in hang state
  ` Claude review: "
` [PATCH 3/6] drm/vc4: Fix a memory leak in hang state error path
  ` Claude review: "
` [PATCH 4/6] drm/vc4: Protect madv read in vc4_gem_object_mmap() with madv_lock
  ` Claude review: "
` [PATCH 5/6] drm/vc4: Use devm_request_irq() for automatic cleanup
  ` Claude review: "
` [PATCH 6/6] drm/vc4: Clean-up UAPI header inclusion
  ` Claude review: "
` Claude review: drm/vc4: Miscellaneous fixes and improvements

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

[PATCH v2 00/10] drm/mxsfb/lcdif: use DRM_BRIDGE_ATTACH_NO_CONNECTOR and the bridge-connector
 2026-03-31  6:54 UTC  (22+ messages)
` [PATCH v2 01/10] drm/mxsfb/lcdif: simplify remote pointer management using __free
  ` Claude review: "
` [PATCH v2 02/10] drm/mxsfb/lcdif: simplify ep "
  ` Claude review: "
` [PATCH v2 03/10] drm/mxsfb/lcdif: use dev_err_probe() consistently in lcdif_attach_bridge
  ` Claude review: "
` [PATCH v2 04/10] drm/mxsfb/lcdif: lcdif_attach_bridge: move iteration-specific variables declaration inside loop
  ` Claude review: "
` [PATCH v2 05/10] drm/bridge: dw-hdmi: document the output_port field
  ` Claude review: "
` [PATCH v2 06/10] drm/bridge: dw-hdmi: warn on unsupported attach combination
  ` Claude review: "
` [PATCH v2 07/10] drm/bridge: dw-hdmi: move next_bridge lookup to attach time
  ` Claude review: "
` [PATCH v2 08/10] drm/bridge: imx8mp-hdmi-tx: add an hdmi-connector when missing using a DT overlay at boot time
  ` Claude review: "
` [PATCH v2 09/10] drm/bridge: imx8mp-hdmi-tx: switch to DRM_BRIDGE_ATTACH_NO_CONNECTOR
  ` Claude review: "
` [PATCH v2 10/10] drm/mxsfb/lcdif: use DRM_BRIDGE_ATTACH_NO_CONNECTOR and the bridge-connector
  ` Claude review: "

[PATCH 0/3] drm: lcdif: FIFO underrun/solid color bug fix
 2026-03-31  6:48 UTC  (8+ messages)
` [PATCH 1/3] drm: lcdif: Set undocumented bit to clear FIFO at vsync
  ` Claude review: "
` [PATCH 2/3] drm: lcdif: Use dedicated set/clr registers for polarity/edge
  ` Claude review: "
` [PATCH 3/3] drm: lcdif: Wait for vblank before disabling DMA
  ` Claude review: "
` Claude review: drm: lcdif: FIFO underrun/solid color bug fix

[PATCH] drm/mediatek: simplify mtk_crtc allocation
 2026-03-31  6:46 UTC  (3+ messages)
` Claude review: "

[PATCH V7] dt-bindings: misc: qcom, fastrpc: Add compatible for Glymur
 2026-03-31  6:45 UTC  (3+ messages)
` Claude review: "

[PATCH drm-misc-next v4 0/4] drm: verisilicon: convert drm_format to vs_format in atomic_check
 2026-03-31  6:44 UTC  (11+ messages)
` [PATCH drm-misc-next v4 1/4] drm: verisilicon: make vs_format conversion function return int
  ` Claude review: "
` [PATCH drm-misc-next v4 2/4] drm: verisilicon: subclass drm_plane_state
  ` Claude review: "
` [PATCH drm-misc-next v4 3/4] drm: verisilicon: call atomic helper's plane state check even if no CRTC
  ` Claude review: "
` [PATCH drm-misc-next v4 4/4] drm: verisilicon: fill plane's vs_format in atomic_check
  ` Claude review: "
` Claude review: drm: verisilicon: convert drm_format to "

[PATCH v2] dma-buf/udmabuf: skip redundant cpu sync to fix cacheline EEXIST warning
 2026-03-31  6:42 UTC  (3+ messages)
` Claude review: "

[PATCH 0/3] Minor hmm_test fixes and cleanups
 2026-03-31  6:41 UTC  (8+ messages)
` [PATCH 1/3] lib: test_hmm: evict device pages on file close to avoid use-after-free
  ` Claude review: "
` [PATCH 2/3] selftests/mm: hmm-tests: don't hardcode THP size to 2MB
  ` Claude review: "
` [PATCH 3/3] lib: test_hmm: Implement a device release method
  ` Claude review: "
` Claude review: Minor hmm_test fixes and cleanups

[PATCH] accel/ivpu: Add support for limiting NPU frequency
 2026-03-31  6:12 UTC  (2+ messages)

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

[PATCH] dt-bindings: display: bridge: ldb: Require reg property only for i.MX6SX/8MP LDBs
 2026-03-31  2:01 UTC  (8+ messages)

[PATCH 00/19] Fix Adaptive Sync SDP for PR with Link ON + Auxless ALPM
 2026-03-30 19:50 UTC  (26+ messages)
` [PATCH 04/19] drm/dp: Add DPCD for configuring AS SDP for PR + VRR
` [PATCH 07/19] drm/i915/dp: Account for AS_SDP guardband only when enabled
` [PATCH 08/19] drm/i915/dp: Add a helper to decide if AS SDP can be used
` [PATCH 09/19] drm/i915/dp: Skip AS SDP for DP branch devices
` [PATCH 11/19] drm/i915/dp: Include all relevant AS SDP fields in comparison
` [PATCH 12/19] drm/i915/dp: Add member to intel_dp to store AS SDP v2 support
` [PATCH 13/19] drm/i915/psr: Write the PR config DPCDs in burst mode
` [PATCH 14/19] drm/i915/display: Add helper for AS SDP transmission time selection
` [PATCH 15/19] drm/i915/psr: Program Panel Replay CONFIG3 using AS SDP transmission time
` [PATCH 16/19] drm/i915/dp: Set relevant Downspread Ctrl DPCD bits for PR + Auxless ALPM
` [PATCH 18/19] drm/i915/dp: Split AS SDP computation between compute_config and compute_config_late
` [PATCH 19/19] drm/i915/dp: Always enable AS SDP if supported by source + sink

[PATCH] drm/msm/disp/dpu: consider SSPP line width during mode valid
 2026-03-30 19:38 UTC  (6+ messages)

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

[PATCH] dma/contiguous: Fix broken build
 2026-03-30 15:40 UTC  (5+ messages)

[PATCH] dma-fence: Move signalling tracepoint to before ops detach
 2026-03-30 14:24 UTC  (2+ messages)

[PATCH] drm/connector: Make drm_connector_attach_hdr_output_metadata_property() return void
 2026-03-30 13:54 UTC  (2+ messages)

[PATCH v3] drm/amdgpu: replace PASID IDR with XArray
 2026-03-30 13:10 UTC  (2+ messages)

[PATCH v3 0/3] Improvements on RZ/G2L MIPI DSI driver
 2026-03-30 10:44 UTC  (4+ messages)
` [PATCH v3 1/3] drm: renesas: rzg2l_mipi_dsi: Move rzg2l_mipi_dsi_set_display_timing()
` [PATCH v3 2/3] drm: renesas: rzg2l_mipi_dsi: Increase reset deassertion delay
` [PATCH v3 3/3] drm: renesas: rzg2l_mipi_dsi: Fix deassert/assert of CMN_RSTB signal

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

[PATCH v3] drm/msm: default separate_gpu_kms to auto selection
 2026-03-30  9:52 UTC 

[PATCH] fbdev: atyfb: Remove unused fb_list
 2026-03-30  9:44 UTC 

[PATCH] drm/xe/bo: Cache vram_region_gpu_offset in struct xe_bo
 2026-03-30  8:02 UTC  (2+ messages)

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

[PATCH] drm/probe-helper: signal hotplug for force-enabled connectors on HPD
 2026-03-29 12:40 UTC  (2+ messages)

[PATCH v6 0/2] Add "link bpc" DRM property
 2026-03-30  8:33 UTC  (3+ messages)
` [PATCH v6 1/2] drm/connector: Add a 'link bpc' property
` [PATCH v6 2/2] drm/connector: hdmi: Add support for "

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

[PATCH] drm/amdgpu: fix sleeping allocation under spinlock in PASID IDR
 2026-03-30  7:31 UTC  (2+ messages)

[PATCH v2 0/2] drm/amdgpu: fix locking issues in PASID IDR management
 2026-03-30  5:30 UTC  (3+ messages)
` [PATCH v2 1/2] drm/amdgpu: fix sleeping allocation under spinlock in PASID IDR
` [PATCH v2 2/2] drm/amdgpu: use spin_lock_irqsave for PASID IDR lock


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