public inbox for drm-ai-reviews@public-inbox.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2026-04-25 21:15:24 to 2026-04-27 22:12:22 UTC [more...]

[PATCH 00/24] rust: device: Higher-Ranked Lifetime Types for device drivers
 2026-04-27 22:11 UTC  (3+ messages)
` [PATCH 01/24] rust: driver core: drop drvdata before devres release
` [PATCH 02/24] rust: types: add `ForLt` trait for higher-ranked lifetime support

[PATCH 0/2] rust: auxiliary: replace drvdata() with registration data
 2026-04-27 22:09 UTC  (3+ messages)
` [PATCH 1/2] rust: auxiliary: add registration data to auxiliary devices
` [PATCH 2/2] rust: driver core: remove drvdata() and driver_type

[PATCH] drm/xe: Don't emit UTS_RELEASE as part of device coredump
 2026-04-27 22:05 UTC  (3+ messages)

[PATCH v5 00/10] Add HDMI 2.0 support to DW HDMI QP TX
 2026-04-27 21:54 UTC  (22+ messages)
` [PATCH v5 01/10] drm/bridge: Remove redundant error check in drm_bridge_helper_reset_crtc()
` [PATCH v5 02/10] drm/bridge: Add detect_ctx hook and drm_bridge_detect_ctx() helper
` [PATCH v5 03/10] drm/bridge-connector: Use cached connector status in .get_modes()
` [PATCH v5 04/10] drm/bridge-connector: Switch to .detect_ctx() for connector detection
` [PATCH v5 05/10] drm/bridge: dw-hdmi-qp: Add HDMI 2.0 SCDC scrambling and high TMDS clock ratio support
` [PATCH v5 06/10] drm/bridge: dw-hdmi-qp: Rate limit i2c read error messages
` [PATCH v5 07/10] drm/rockchip: dw_hdmi_qp: Add missing newlines in dev_err_probe() messages
` [PATCH v5 08/10] drm/rockchip: dw_hdmi_qp: Use local dev variable consistently in bind()
` [PATCH v5 09/10] drm/rockchip: dw_hdmi_qp: Register HPD IRQ after connector setup
` [PATCH v5 10/10] drm/rockchip: dw_hdmi_qp: Restrict HPD event to the affected connector

[PATCH 1/3 v2] drm/amd/display: dmub_cmd.h: correct typos and spellos
 2026-04-27 21:41 UTC  (3+ messages)
` [PATCH 2/3 v2] drm/amd/display: dmub_cmd.h: correct all kernel-doc prototype warnings
` [PATCH 3/3 v2] drm/amd/display: dmub_cmd.h: add missing kernel-doc for enums

[PATCH v2] dma-buf: heaps: use max3() in dma_heap_ioctl
 2026-04-27 21:24 UTC 

[PATCH] dt-bindings: misc: qcom,fastrpc: Add compatible for Hawi SoC
 2026-04-27 19:09 UTC 

[PATCH v3] drm/tegra: tegra_drm.h: fix all uapi kernel-doc warnings
 2026-04-27 18:44 UTC 

[PATCH v2] drm/tegra: dp: fix kernel-doc warnings in dp.h
 2026-04-27 18:44 UTC 

[PATCH v3] drm/amdgpu: amdgpu{_reset}.h: fix all kernel-doc warnings
 2026-04-27 18:43 UTC  (2+ messages)

[PATCH v2] accel: Arm Ethos-U NPU: fix all uapi kernel-doc warnings
 2026-04-27 18:41 UTC 

[PATCH v3] gpu: ipu-v3: clean up kernel-doc warnings
 2026-04-27 18:32 UTC 

[PATCH] drm/panel: himax-hx83102: restore MODE_LPM after sending disable cmds
 2026-04-27 18:24 UTC  (3+ messages)

[PATCH v6 0/4] rust: add basic serial device bus abstractions
 2026-04-27 18:05 UTC  (5+ messages)
` [PATCH v6 1/4] rust: devres: return reference in `devres::register`
` [PATCH v6 2/4] serdev: add rust private data to serdev_device
` [PATCH v6 3/4] rust: add basic serial device bus abstractions
` [PATCH v6 4/4] samples: rust: add Rust serial device bus sample device driver

[PATCH] dma-buf: heaps: use max3() in dma_heap_ioctl
 2026-04-27 17:40 UTC  (2+ messages)

[PATCH v3 0/8] drm/panthor: Localize register access by component
 2026-04-27 17:37 UTC  (11+ messages)
` [PATCH v3 1/8] drm/panthor: Pass an iomem pointer to GPU register access helpers
` [PATCH v3 2/8] drm/panthor: Split register definitions by components
` [PATCH v3 3/8] drm/panthor: Replace cross-component register accesses with helpers
` [PATCH v3 4/8] drm/panthor: Store IRQ register base iomem pointer in panthor_irq
` [PATCH v3 5/8] drm/panthor: Use a local iomem base for GPU registers
` [PATCH v3 6/8] drm/panthor: Use a local iomem base for PWR registers
` [PATCH v3 7/8] drm/panthor: Use a local iomem base for firmware control registers
` [PATCH v3 8/8] drm/panthor: Use a local iomem base for MMU AS registers

[PATCH 0/6] Add Anbernic RG Vita-Pro
 2026-04-27 17:13 UTC  (8+ messages)
` [PATCH 1/6] dt-bindings: power: supply: sgm41542: document sgm41542
` [PATCH 2/6] power: supply: sgm41542: Add SG Micro sgm41542 charger
` [PATCH 3/6] dt-bindings: display: panel: document Anbernic TD4310 panel
` [PATCH 4/6] drm/panel: anbernic-td4310: Add RG Vita Pro panel
` [PATCH 5/6] dt-bindings: arm: rockchip: Add Anbernic RG Vita-Pro
` [PATCH 6/6] arm64: dts: "

[PATCH V2] accel/amdxdna: Add carveout memory support for non-IOMMU systems
 2026-04-27 17:09 UTC 

[PATCH] ttm/pool: Use sentinels in debugfs
 2026-04-27 16:22 UTC 

[PATCH] dt-bindings: display/msm: Fix typo in clock-names property
 2026-04-27 15:46 UTC 

[PATCH v2 0/3] drm/vmwgfx: Use DRM's vblank timer
 2026-04-27 15:00 UTC  (4+ messages)
` [PATCH v2 1/3] drm/vmwgfx: Determine lock-waiting timeout from vblank state
` [PATCH v2 2/3] drm/vmwgfx: Move vblank handling into separate helper
` [PATCH v2 3/3] drm/vmwgfx: Convert to DRM vblank timers

[PATCH 0/2] drm/panel/visionox-rm69299: Split DSI commands out into enable/disable
 2026-04-27 13:56 UTC  (3+ messages)
` [PATCH 1/2] drm/panel: visionox-rm69299: "
` [PATCH 2/2] drm/panel: visionox-rm69299: Move power_on/off into prepare/unprepare

[PATCH v3 0/2] drm/imagination: FW trace bug fix and configuration update
 2026-04-27 13:28 UTC  (6+ messages)
` [PATCH v3 1/2] drm/imagination: Fix segfault when updating ftrace mask
` [PATCH v3 2/2] drm/imagination: Restrict init_fw_trace_mask module param to read only
` (subset) [PATCH v3 0/2] drm/imagination: FW trace bug fix and configuration update

[PATCH v2 0/6] qcom: Refactor GPU GX GDSC handling and IFPC behavior on A8x GPUs
 2026-04-27 13:17 UTC  (11+ messages)
` [PATCH v2 1/6] clk: qcom: gdsc: Add custom disable callback for GX GDSC
` [PATCH v2 2/6] clk: qcom: gxclkctl: Use custom disable callback for gx_gdsc
` [PATCH v2 3/6] clk: qcom: common: ensure runtime PM suspend completes on probe
` [PATCH v2 4/6] clk: qcom: gxclkctl: Remove GX/GMxC rail votes to align with IFPC
` [PATCH v2 5/6] drm/msm/a8xx: Make a8xx_recover IFPC safe
` [PATCH v2 6/6] drm/msm/a6xx: Limit GXPD votes to recovery in A8x

[PATCH v4 0/8] gpu: nova-core: run unload sequence upon unbinding
 2026-04-27 13:16 UTC  (10+ messages)
` [PATCH v4 1/8] gpu: nova-core: remove unneeded get_gsp_info proxy function
` [PATCH v4 2/8] gpu: nova-core: do not import firmware commands into GSP command module
` [PATCH v4 3/8] gpu: nova-core: split BAR acquisition in unbind()
` [PATCH v4 4/8] gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command upon unloading
` [PATCH v4 5/8] gpu: nova-core: refactor SEC2 booter loading into BooterFirmware::run()
` [PATCH v4 6/8] gpu: nova-core: gsp: shuffle boot code a bit to keep chipset-specific parts close
` [PATCH v4 7/8] gpu: nova-core: gsp: move chipset-specific parts of the boot process into a HAL
` [PATCH v4 8/8] gpu: nova-core: run Booter Unloader and FWSEC-SB upon unbinding

[PATCH] drm/gpuvm: rust: add RUST_DRM_GPUVM option to Kconfig
 2026-04-27 10:54 UTC 

[PATCH] misc: fastrpc: fix UAF and kernel panic during cleanup on process abort
 2026-04-27 10:53 UTC 

[PATCH v3 0/5] drm/amdgpu: SVM VRAM migration via drm_pagemap
 2026-04-27 10:05 UTC  (6+ messages)
` [PATCH v3 1/5] drm/amdgpu: add VRAM migration infrastructure for drm_pagemap
` [PATCH v3 2/5] drm/amdgpu: implement drm_pagemap SDMA migration callbacks
` [PATCH v3 3/5] drm/amdgpu: introduce SVM range migration decision layer
` [PATCH v3 4/5] drm/amdgpu: add SVM attr prefetch/force-trigger functionality
` [PATCH v3 5/5] drm/amdgpu: integrate VRAM migration into SVM range map path

[PATCH v5 0/4] dma-buf: heaps: Turn heaps into modules
 2026-04-27 10:05 UTC  (5+ messages)
` [PATCH v5 1/4] dma-buf: heaps: Export mem_accounting parameter
` [PATCH v5 2/4] dma-buf: heaps: cma: Turn the heap into a module
` [PATCH v5 3/4] dma-buf: heaps: system: "
` [PATCH v5 4/4] arm64: defconfig: Enable dma-buf heaps

[PATCH v4 00/15] firmware: qcom: Add OP-TEE PAS service support
 2026-04-27  9:56 UTC  (16+ messages)
` [PATCH v4 01/15] arm64: dts: qcom: kodiak: Add EL2 overlay
` [PATCH v4 02/15] firmware: qcom: Add a generic PAS service
` [PATCH v4 03/15] firmware: qcom_scm: Migrate to "
` [PATCH v4 04/15] firmware: qcom: Add a PAS TEE service
` [PATCH v4 05/15] remoteproc: qcom_q6v5_pas: Switch over to generic PAS TZ APIs
` [PATCH v4 06/15] remoteproc: qcom_q6v5_mss: Switch "
` [PATCH v4 07/15] soc: qcom: mdtloader: "
` [PATCH v4 08/15] remoteproc: qcom_wcnss: "
` [PATCH v4 09/15] remoteproc: qcom: Select QCOM_PAS generic service
` [PATCH v4 10/15] drm/msm: Switch to generic PAS TZ APIs
` [PATCH v4 11/15] media: qcom: "
` [PATCH v4 12/15] net: ipa: "
` [PATCH v4 13/15] wifi: ath12k: "
` [PATCH v4 14/15] firmware: qcom_scm: Remove SCM PAS wrappers
` [PATCH v4 15/15] MAINTAINERS: Add maintainer entry for Qualcomm PAS TZ service

[PATCH v2 0/2] Remove redundant X86 dependency for the cgbc backlight driver
 2026-04-27  9:40 UTC  (3+ messages)
` [PATCH v2 1/2] backlight: cgbc: Remove redundant X86 dependency
` [PATCH v2 2/2] MAINTAINERS: Add cgbc backlight driver

[PATCH v1 0/1] drm/tegra: gr2d/gr3d: Move pm_runtime_enable to gr*d_probe
 2026-04-27  7:58 UTC  (2+ messages)
` [PATCH v1 1/1] "

[PATCH] drm/panel: feiyang-fy07024di26a30d: return display-on error
 2026-04-27  7:43 UTC  (2+ messages)

[PATCH v2] misc: fastrpc: fix use-after-free of fastrpc_user in workqueue context
 2026-04-27  7:40 UTC 

[PATCH v4 0/2] drm: Rename drm_atomic_state
 2026-04-27  7:02 UTC  (2+ messages)
` [PATCH v4 2/2] Documentation: drm: Remove drm_atomic_state rename entry

[PATCH V1 0/2] Rust DRM build fix
 2026-04-27  6:21 UTC  (4+ messages)
` [PATCH V1 1/2] rust/drm: import ARef from sync crate
` [PATCH V1 2/2] drm: Make CONFIG_RUST_DRM_GEM_SHMEM_HELPER selectable from menuconfig

[PATCH v7 0/2] drm/panel: Add panel driver for ChipWealth CH13726A based panels
 2026-04-27  4:39 UTC  (3+ messages)
` [PATCH v7 1/2] dt-bindings: display: panel: Add ChipWealth CH13726A AMOLED driver
` [PATCH v7 2/2] drm/panel: Add panel driver for ChipWealth CH13726A based panels

[PATCH V2 0/1] Rust DRM build fix
 2026-04-27  0:17 UTC  (3+ messages)
` [PATCH V2 1/1] rust/drm: import ARef from sync crate

[PATCH] drm/amd/display: clarify average bandwidth comment in dcn4_calcs
 2026-04-26 19:18 UTC 

[PATCH] drm/fourcc: document format naming scheme
 2026-04-26 16:59 UTC  (3+ messages)

[PATCH] accel/rocket: Fix drm_mm UAF on close vs in-flight job
 2026-04-26 10:37 UTC 

[PATCH 00/35] Use safer strscpy() instead of strcpy()
 2026-04-25  6:59 UTC  (20+ messages)
` [PATCH 01/35] fbdev: matroxfb: "
` [PATCH 02/35] fbdev: i810: "
` [PATCH 03/35] fbdev: sisfb: "
` [PATCH 04/35] fbdev: geode: "
` [PATCH 05/35] fbdev: atafb: "
` [PATCH 06/35] fbdev: tdfxfb: "
` [PATCH 07/35] fbdev: pm2fb: "
` [PATCH 08/35] fbdev: xen-fbfront: "
` [PATCH 09/35] fbdev: controlfb: "
` [PATCH 10/35] fbdev: stifb: "
` [PATCH 11/35] fbdev: fm2fb: "
` [PATCH 12/35] fbdev: arkfb: "
` [PATCH 13/35] fbdev: vt8500lcdfb: "
` [PATCH 14/35] fbdev: vt8623fb: "
` [PATCH 15/35] fbdev: gbefb: "
` [PATCH 16/35] fbdev: wm8505fb: "
` [PATCH 17/35] fbdev: rivafb: "
` [PATCH 18/35] fbdev: sh7760fb: "
` [PATCH 19/35] fbdev: savage: "

[PATCH v12 00/22] gpu: nova-core: Add memory management support
 2026-04-25 21:14 UTC  (20+ messages)
` [PATCH v12 04/22] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH v12 05/22] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
` [PATCH v12 06/22] gpu: nova-core: mm: Add common memory management types
` [PATCH v12 07/22] gpu: nova-core: mm: Add TLB flush support
` [PATCH v12 08/22] gpu: nova-core: mm: Add GpuMm centralized memory manager
` [PATCH v12 09/22] gpu: nova-core: mm: Add common types for all page table formats
` [PATCH v12 10/22] gpu: nova-core: mm: Add MMU v2 page table types
` [PATCH v12 11/22] gpu: nova-core: mm: Add MMU v3 "
` [PATCH v12 12/22] gpu: nova-core: mm: Add page table entry operation traits
` [PATCH v12 13/22] gpu: nova-core: mm: Add page table walker for MMU v2/v3
` [PATCH v12 14/22] gpu: nova-core: mm: Add Virtual Memory Manager
` [PATCH v12 15/22] gpu: nova-core: mm: Add virtual address range tracking to VMM
` [PATCH v12 16/22] gpu: nova-core: mm: Add multi-page mapping API "
` [PATCH v12 17/22] gpu: nova-core: Add BAR1 aperture type and size constant
` [PATCH v12 18/22] gpu: nova-core: mm: Add BAR1 user interface
` [PATCH v12 19/22] gpu: nova-core: mm: Add BAR1 memory management self-tests
` [PATCH v12 20/22] gpu: nova-core: mm: Add PRAMIN aperture self-tests
` [PATCH v12 21/22] gpu: nova-core: mm: pramin: drop useless as_ref() in run_self_test
` [PATCH v12 22/22] rust: maple_tree: implement Send and Sync for MapleTree


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