public inbox for drm-ai-reviews@public-inbox.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2026-03-08 21:42:19 to 2026-03-09 06:37:35 UTC [more...]

[PATCH v2] drm/msm/dpu: fix mismatch between power and frequency
 2026-03-09  6:37 UTC 

[PATCH v2 0/6] drm/v3d: Improve v3d_stats lifetime and locking
 2026-03-08 23:20 UTC  (14+ messages)
` [PATCH v2 1/6] drm/v3d: Handle error from drm_sched_entity_init()
  ` Claude review: "
` [PATCH v2 2/6] drm/v3d: Use raw seqcount helpers instead of fighting with lockdep
  ` Claude review: "
` [PATCH v2 3/6] drm/v3d: Refcount v3d_stats
  ` Claude review: "
` [PATCH v2 4/6] drm/v3d: Hold v3d_stats references in each job
  ` Claude review: "
` [PATCH v2 5/6] drm/v3d: Attach per-fd reset counters to v3d_stats
  ` Claude review: "
` [PATCH v2 6/6] drm/v3d: Remove dedicated fence_lock
  ` Claude review: "
` Claude review: drm/v3d: Improve v3d_stats lifetime and locking

[PATCH v11 00/12] gpu: nova-core: add Turing support
 2026-03-08 23:15 UTC  (26+ messages)
` [PATCH v11 01/12] gpu: nova-core: create falcon firmware DMA objects lazily
  ` Claude review: "
` [PATCH v11 02/12] gpu: nova-core: falcon: add constant for memory block alignment
  ` Claude review: "
` [PATCH v11 03/12] gpu: nova-core: falcon: rename load parameters to reflect DMA dependency
  ` Claude review: "
` [PATCH v11 04/12] gpu: nova-core: falcon: remove FalconFirmware's dependency on FalconDmaLoadable
  ` Claude review: "
` [PATCH v11 05/12] gpu: nova-core: move brom_params and boot_addr to FalconFirmware
  ` Claude review: "
` [PATCH v11 06/12] gpu: nova-core: add PIO support for loading firmware images
  ` Claude review: "
` [PATCH v11 07/12] gpu: nova-core: falcon: remove unwarranted safety check in dma_load
  ` Claude review: "
` [PATCH v11 08/12] gpu: nova-core: firmware: add comments to justify v3 header values
  ` Claude review: "
` [PATCH v11 09/12] gpu: nova-core: firmware: fix and explain v2 header offsets computations
  ` Claude review: "
` [PATCH v11 10/12] gpu: nova-core: make Chipset::arch() const
  ` Claude review: "
` [PATCH v11 11/12] gpu: nova-core: add gen_bootloader firmware to ModInfoBuilder
  ` Claude review: "
` [PATCH v11 12/12] gpu: nova-core: use the Generic Bootloader to boot FWSEC on Turing
  ` Claude review: "
` Claude review: gpu: nova-core: add Turing support

[PATCH v6 0/9] gpu: nova-core: gsp: add continuation record support
 2026-03-08 23:11 UTC  (20+ messages)
` [PATCH v6 1/9] gpu: nova-core: gsp: sort `MsgFunction` variants alphabetically
  ` Claude review: "
` [PATCH v6 2/9] gpu: nova-core: gsp: add mechanism to wait for space on command queue
  ` Claude review: "
` [PATCH v6 3/9] rust: add EMSGSIZE error code
  ` Claude review: "
` [PATCH v6 4/9] gpu: nova-core: gsp: add checking oversized commands
  ` Claude review: "
` [PATCH v6 5/9] gpu: nova-core: gsp: clarify invariant on command queue
  ` Claude review: "
` [PATCH v6 6/9] gpu: nova-core: gsp: unconditionally call variable payload handling
  ` Claude review: "
` [PATCH v6 7/9] gpu: nova-core: gsp: add `size` helper to `CommandToGsp`
  ` Claude review: "
` [PATCH v6 8/9] gpu: nova-core: gsp: support large RPCs via continuation record
  ` Claude review: "
` [PATCH v6 9/9] gpu: nova-core: gsp: add tests for continuation records
  ` Claude review: "
` Claude review: gpu: nova-core: gsp: add continuation record support

[PATCH] drm/amd/display: Wrap dcn32_override_min_req_memclk() in DC_FP_{START, END}
 2026-03-08 23:08 UTC  (3+ messages)
` Claude review: "

[PATCH] drm/sysfb: efidrm: Fix framebuffer mapping error handling
 2026-03-08 23:07 UTC  (3+ messages)
` Claude review: "

[PATCH] drm/msm/dsi: remove bpc > 8 entries from allow list
 2026-03-08 23:06 UTC  (3+ messages)
` Claude review: "

[PATCH] drm/msm/dsi: setup RC model properly
 2026-03-08 23:04 UTC  (3+ messages)
` Claude review: "

[PATCH v3 0/6] dma-buf: heaps: add coherent reserved-memory heap
 2026-03-08 23:02 UTC  (14+ messages)
` [PATCH v3 1/6] dma-buf: dma-heap: Keep track of the heap device struct
  ` Claude review: "
` [PATCH v3 2/6] dma-buf: dma-heap: split dma_heap_add
  ` Claude review: "
` [PATCH v3 3/6] of_reserved_mem: add a helper for rmem device_init op
  ` Claude review: "
` [PATCH v3 4/6] dma: coherent: store reserved memory coherent regions
  ` Claude review: "
` [PATCH v3 5/6] dma-buf: heaps: Add Coherent heap to dmabuf heaps
  ` Claude review: "
` [PATCH v3 6/6] dma-buf: heaps: coherent: Turn heap into a module
  ` Claude review: "
` Claude review: dma-buf: heaps: add coherent reserved-memory heap

[PATCH 00/14] firmware: qcom: Add OP-TEE PAS service support
 2026-03-08 22:59 UTC  (30+ messages)
` [PATCH 01/14] arm64: dts: qcom: kodiak: Add EL2 overlay
  ` Claude review: "
` [PATCH 02/14] firmware: qcom: Add a generic PAS service
  ` Claude review: "
` [PATCH 03/14] firmware: qcom_scm: Migrate to "
  ` Claude review: "
` [PATCH 04/14] firmware: qcom: Add a PAS TEE service
  ` Claude review: "
` [PATCH 05/14] remoteproc: qcom_q6v5_pas: Switch over to generic PAS TZ APIs
  ` Claude review: "
` [PATCH 06/14] remoteproc: qcom_q6v5_mss: Switch "
  ` Claude review: "
` [PATCH 07/14] soc: qcom: mdtloader: "
  ` Claude review: "
` [PATCH 08/14] remoteproc: qcom_wcnss: "
  ` Claude review: "
` [PATCH 09/14] remoteproc: qcom: Select QCOM_PAS_TEE service backend
  ` Claude review: "
` [PATCH 10/14] drm/msm: Switch to generic PAS TZ APIs
  ` Claude review: "
` [PATCH 11/14] media: qcom: "
  ` Claude review: "
` [PATCH 12/14] net: ipa: "
  ` Claude review: "
` [PATCH 13/14] wifi: ath12k: "
  ` Claude review: "
` [PATCH 14/14] firmware: qcom_scm: Remove SCM PAS wrappers
  ` Claude review: "
` Claude review: firmware: qcom: Add OP-TEE PAS service support

[PATCH v3 0/6] drm/v3d: Improve v3d_stats lifetime and locking
 2026-03-08 22:56 UTC  (14+ messages)
` [PATCH v3 1/6] drm/v3d: Handle error from drm_sched_entity_init()
  ` Claude review: "
` [PATCH v3 2/6] drm/v3d: Use raw seqcount helpers instead of fighting with lockdep
  ` Claude review: "
` [PATCH v3 3/6] drm/v3d: Refcount v3d_stats
  ` Claude review: "
` [PATCH v3 4/6] drm/v3d: Hold v3d_stats references in each job
  ` Claude review: "
` [PATCH v3 5/6] drm/v3d: Attach per-fd reset counters to v3d_stats
  ` Claude review: "
` [PATCH v3 6/6] drm/v3d: Remove dedicated fence_lock
  ` Claude review: "
` Claude review: drm/v3d: Improve v3d_stats lifetime and locking

[PATCH 0/5] dt-bindings: display: panel: Few cleanups and fixes
 2026-03-08 22:53 UTC  (12+ messages)
` [PATCH 1/5] dt-bindings: display: samsung,s6d7aa0: Document port
  ` Claude review: "
` [PATCH 2/5] dt-bindings: display: innolux,p097pfg: Document ports
  ` Claude review: "
` [PATCH 3/5] dt-bindings: display: panel: Drop redundant properties
  ` Claude review: "
` [PATCH 4/5] dt-bindings: display: panel: Align style of additionalProperties
  ` Claude review: "
` [PATCH 5/5] dt-bindings: display: panel: Align style of "true" properties
  ` Claude review: "
` Claude review: dt-bindings: display: panel: Few cleanups and fixes

[PATCH v2] dt-bindings: display: panel: Document the rotation property
 2026-03-08 22:50 UTC  (3+ messages)
` Claude review: "

[PATCH v2 0/9] accel: New driver for NXP's Neutron NPU
 2026-03-08 22:49 UTC  (20+ messages)
` [PATCH v2 1/9] drm/gem-dma: Add flag for bidirectional mapping of non-coherent GEM DMA buffers
  ` Claude review: "
` [PATCH v2 2/9] accel/neutron: Add documentation for NXP Neutron accelerator driver
  ` Claude review: "
` [PATCH v2 3/9] dt-bindings: npu: Add NXP Neutron
  ` Claude review: "
` [PATCH v2 4/9] accel/neutron: Add driver for NXP Neutron NPU
  ` Claude review: "
` [PATCH v2 5/9] accel/neutron: Add GEM buffer object support
  ` Claude review: "
` [PATCH v2 6/9] accel/neutron: Add mailbox support
  ` Claude review: "
` [PATCH v2 7/9] accel/neutron: Add job submission IOCTL
  ` Claude review: "
` [PATCH v2 8/9] accel/neutron: Add logging support
  ` Claude review: "
` [PATCH v2 9/9] arm64: dts: imx95: Add Neutron node
  ` Claude review: "
` Claude review: accel: New driver for NXP's Neutron NPU

[PATCH] drm/nouveau: avoid -Wtautological-constant-out-of-range-compare warning
 2026-03-08 22:46 UTC  (3+ messages)
` Claude review: "

[PATCH 5.3-6.19 0/1] Avoid oops on illegal VGA register access
 2026-03-08 22:44 UTC  (4+ messages)
` [PATCH 1/1] drm/i915: handle failure from vga_get_uninterruptible()
  ` Claude review: "
` Claude review: Avoid oops on illegal VGA register access

[PATCH v3] drm/pagemap_util: Ensure proper cache lock management on free
 2026-03-08 22:43 UTC  (3+ messages)
` Claude review: "

[PATCH v36 0/4] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
 2026-03-08 22:42 UTC  (10+ messages)
` [PATCH v36 1/4] drm/xe/xe_pagefault: Disallow writes to read-only VMAs
  ` Claude review: "
` [PATCH v36 2/4] drm/xe/uapi: Define drm_xe_vm_get_property
  ` Claude review: "
` [PATCH v36 3/4] drm/xe/xe_vm: Add per VM fault info
  ` Claude review: "
` [PATCH v36 4/4] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
  ` Claude review: "

[PATCH] drm/msm/dsi: fix pclk rate calculation for bonded dsi
 2026-03-08 22:39 UTC  (3+ messages)
` Claude review: "

[PATCH v7 00/29] Fair(er) DRM scheduler
 2026-03-08 22:37 UTC  (2+ messages)
` Claude review: "

[PATCH 0/2] 2 bugfixes found in DRM-CI
 2026-03-08 22:35 UTC  (3+ messages)
` [PATCH 1/2] drm_buddy: fix power-of-2 rounding errs
` [PATCH 2/2] drivers/gpu/drm/drm_print: fix drm_printer dynamic debug bypass

[PATCH] accel: ethosu: Add performance counter support
 2026-03-08 22:34 UTC  (3+ messages)
` Claude review: "

[PATCH 00/24] soc/qcom/ubwc: rework UBWC configuration database
 2026-03-08 22:32 UTC  (50+ messages)
` [PATCH 01/24] drm/msm/mdss: correct UBWC programming sequences
  ` Claude review: "
` [PATCH 02/24] soc: qcom: ubwc: define UBWC 3.1
  ` Claude review: "
` [PATCH 03/24] soc: qcom: ubwc: define helper for MDSS and Adreno drivers
  ` Claude review: "
` [PATCH 04/24] drm/msm/adreno: Trust the SSoT UBWC config
  ` Claude review: "
` [PATCH 05/24] drm/msm/adreno: use qcom_ubwc_version_tag() helper
  ` Claude review: "
` [PATCH 06/24] drm/msm/adreno: use new helper to set min_acc length
  ` Claude review: "
` [PATCH 07/24] drm/msm/mdss: "
  ` Claude review: "
` [PATCH 08/24] drm/msm/adreno: use new helper to set macrotile_mode
  ` Claude review: "
` [PATCH 09/24] drm/msm/mdss: "
  ` Claude review: "
` [PATCH 10/24] drm/msm/mdss: use new helper to set UBWC bank spreading
  ` Claude review: "
` [PATCH 11/24] drm/msm/adreno: use new helper to set ubwc_swizzle
  ` Claude review: "
` [PATCH 12/24] drm/msm/dpu: "
  ` Claude review: "
` [PATCH 13/24] drm/msm/mdss: "
  ` Claude review: "
` [PATCH 14/24] drm/msm/dpu: drop ubwc_dec_version
  ` Claude review: "
` [PATCH 15/24] drm/msm/adreno: adapt for UBWC 3.1 support
  ` Claude review: "
` [PATCH 16/24] drm/msm/mdss: "
  ` Claude review: "
` [PATCH 17/24] drm/msm/dpu: "
  ` Claude review: "
` [PATCH 18/24] soc: qcom: ubwc: set min_acc length to 64 for all UBWC 1.0 targets
  ` Claude review: "
` [PATCH 19/24] soc: qcom: ubwc: drop ubwc_dec_version
  ` Claude review: "
` [PATCH 20/24] soc: qcom: ubwc: drop ubwc_bank_spread
  ` Claude review: "
` [PATCH 21/24] soc: qcom: ubwc: drop macrotile_mode from the database
  ` Claude review: "
` [PATCH 22/24] soc: qcom: ubwc: use fixed values for UBWC swizzle for UBWC < 4.0
  ` Claude review: "
` [PATCH 23/24] soc: qcom: ubwc: sort out the rest of the UBWC swizzle settings
  ` Claude review: "
` [PATCH 24/24] soc: qcom: ubwc: deduplicate UBWC configuration data
  ` Claude review: "
` Claude review: soc/qcom/ubwc: rework UBWC configuration database

[PATCH 00/10] drm/i915/color: Enable SDR plane color pipeline
 2026-03-08 22:26 UTC  (22+ messages)
` [PATCH 01/10] drm/colorop: Add DRM_COLOROP_CSC_FF
  ` Claude review: "
` [PATCH 02/10] drm/i915/color: Add CSC on SDR plane color pipeline
  ` Claude review: "
` [PATCH 03/10] drm/i915/color: Program fixed-function CSC on SDR planes
  ` Claude review: "
` [PATCH 04/10] drm/i915/color: Add support for 1D LUT in "
  ` Claude review: "
` [PATCH 05/10] drm/i915/color: Fix HDR pre-CSC LUT programming loop
  ` Claude review: "
` [PATCH 06/10] drm/i915/color: Extract HDR pre-CSC LUT programming to helper function
  ` Claude review: "
` [PATCH 07/10] drm/i915/color: Program Pre-CSC registers for SDR
  ` Claude review: "
` [PATCH 08/10] drm/i915/color: Extract HDR post-CSC LUT programming to helper function
  ` Claude review: "
` [PATCH 09/10] drm/i915/color: Program Plane Post CSC registers for SDR planes
  ` Claude review: "
` [PATCH 10/10] drm/i915/color: Add color pipeline support "
  ` Claude review: "
` Claude review: drm/i915/color: Enable SDR plane color pipeline

[PATCH] drm/ttm/tests: add a test to exercise ttm_bo_swapout
 2026-03-08 22:23 UTC  (3+ messages)
` Claude review: "

[PATCH v2 0/4] rust: add basic serial device bus abstractions
 2026-03-08 22:21 UTC  (10+ messages)
` [PATCH v2 1/4] rust: devres: return reference in `devres::register`
  ` Claude review: "
` [PATCH v2 4/4] samples: rust: add Rust serial device bus sample device driver
  ` Claude review: "
` [PATCH v2 2/4] serdev: add private data to serdev_device
  ` Claude review: "
` [PATCH v2 3/4] rust: add basic serial device bus abstractions
  ` Claude review: "
` Claude review: "

[PATCH v12 0/1] rust: interop: Add list module for C linked list interface
 2026-03-08 22:15 UTC  (4+ messages)
` [PATCH v12 1/1] "
  ` Claude review: "

[PATCH v2] docs/gpu: fix spelling mistakes in todo.rst
 2026-03-08 22:13 UTC  (3+ messages)
` Claude review: "

[PATCH] docs/gpu: fix spelling mistakes in todo.rst
 2026-03-08 22:12 UTC  (3+ messages)
` Claude review: "

[PATCH v2] iopoll: fix function parameter names in read_poll_timeout_atomic()
 2026-03-08 22:11 UTC  (3+ messages)
` Claude review: "

[PATCH] drm/bridge: waveshare-dsi: Fix signedness bug
 2026-03-08 22:10 UTC  (3+ messages)
` Claude review: "

[PATCH v2 0/9] Qualcomm Sahara protocol enhancements
 2026-03-08 22:09 UTC  (20+ messages)
` [PATCH v2 1/9] Add documentation for Sahara protocol
  ` Claude review: "
` [PATCH v2 2/9] bus: mhi: Move sahara protocol driver under drivers/bus/mhi
  ` Claude review: "
` [PATCH v2 3/9] bus: mhi: Match devices exposing the protocol on the SAHARA channel
  ` Claude review: "
` [PATCH v2 4/9] bus: mhi: Centralize firmware image table selection at probe time
  ` Claude review: "
` [PATCH v2 5/9] bus: mhi: Add QDU100 firmware image table
  ` Claude review: "
` [PATCH v2 6/9] bus: mhi: Load DDR training data using per-device serial number
  ` Claude review: "
` [PATCH v2 7/9] bus: mhi: Capture DDR training data using command mode
  ` Claude review: "
` [PATCH v2 8/9] bus: mhi: Expose DDR training data via controller sysfs
  ` Claude review: "
` [PATCH v2 9/9] Documentation: ABI: Add sysfs ABI documentation for DDR training data
  ` Claude review: "
` Claude review: Qualcomm Sahara protocol enhancements

[PATCH v3 0/5] Bridges without VGA support
 2026-03-08 22:05 UTC  (12+ messages)
` [PATCH v3 1/5] vgaarb: pass vga_get_uninterruptible() errors to userspace
  ` Claude review: "
` [PATCH v3 2/5] vgaarb: pass errors from pci_set_vga_state() up
  ` Claude review: "
` [PATCH v3 3/5] vgaarb: mark vga_get() and wrappers as __must_check
  ` Claude review: "
` [PATCH v3 4/5] pci: check if VGA decoding was really activated
  ` Claude review: "
` [PATCH v3 5/5] pci: mark pci_set_vga_state() as __must_check
  ` Claude review: "
` Claude review: Bridges without VGA support

[PATCH] drm/ras: Fix memory leak in doit_reply_value() error path
 2026-03-08 22:03 UTC  (3+ messages)
` Claude review: "

[PATCH] drm/tyr: replace fixed sleeps with read_poll_timeout
 2026-03-08 22:02 UTC  (3+ messages)
` Claude review: "

[PATCH] drm/amd/display: fix resuming from S3 sleep for Renoir iGPU
 2026-03-08 22:01 UTC  (2+ messages)
` Claude review: "

[PATCH 0/2] Add support for Tianma TA066VVHM03 DSI panel
 2026-03-08 21:59 UTC  (6+ messages)
` [PATCH 2/2] drm/panel: Add support for Tianma TA066VVHM03 panel
  ` Claude review: "
` [PATCH 1/2] dt-bindings: display: panel: Document Tianma TA066VVHM03
  ` Claude review: "
` Claude review: Add support for Tianma TA066VVHM03 DSI panel

[PATCH v4 0/4] Add DSI display support for SC8280XP
 2026-03-08 21:56 UTC  (10+ messages)
` [PATCH v4 1/4] dt-bindings: display: msm-dsi-phy-7nm: Add SC8280XP
  ` Claude review: "
` [PATCH v4 2/4] dt-bindings: display/msm: dsi-controller-main: "
  ` Claude review: "
` [PATCH v4 3/4] dt-bindings: display: msm: Document DSI controller and DSI PHY on SC8280XP
  ` Claude review: "
` [PATCH v4 4/4] arm64: dts: qcom: sc8280xp: Add dsi nodes "
  ` Claude review: "
` Claude review: Add DSI display support for SC8280XP

[PATCH v2] drm/msm/dsi: fix pclk calculation for bonded dsi
 2026-03-08 21:54 UTC  (3+ messages)
` Claude review: "

[PATCH] drm/loongson: use drm_gem_ttm_dumb_map_offset()
 2026-03-08 21:52 UTC  (3+ messages)
` Claude review: "

[PATCH v2 phy-next 00/24] Split Generic PHY consumer and provider API
 2026-03-08 21:51 UTC  (2+ messages)
` Claude review: "

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

[PATCH v12 0/1] Rust GPU buddy allocator bindings
 2026-03-08 21:42 UTC  (3+ messages)
` [PATCH v12 1/1] rust: gpu: Add "
  ` Claude review: "


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