public inbox for drm-ai-reviews@public-inbox.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2026-05-21 14:44:37 to 2026-05-22 12:32:43 UTC [more...]

[PATCH] drm/i915/color: Fix plane color pipeline programming bugs
 2026-05-21 19:28 UTC  (3+ messages)

[PATCH 0/6] arm64: qcom: Enable additional hardware on Radxa Dragon Q6A
 2026-05-22  9:28 UTC  (7+ messages)
` [PATCH 3/6] drm/msm/dp: Limit voltage swing level to 2 for RA620 bridge
` [PATCH 5/6] arm64: dts: qcom: qcs6490-radxa-dragon-q6a: Enable GPU and display pipeline
` [PATCH 6/6] arm64: dts: qcom: qcs6490-radxa-dragon-q6a: Enable USB3 SuperSpeed

[PATCH] drm/i915: Don't set min_cdclk in the initial crtc_state
 2026-05-21 21:13 UTC  (2+ messages)

[PATCH v2] cgroup/dmem: implement dmem.high soft limit via prioritized eviction
 2026-05-22  9:30 UTC  (2+ messages)

[PATCH] drm/radeon: Use kvfree instead of kfree in radeon_gpu_reset
 2026-05-22  7:37 UTC  (2+ messages)

[PATCH v15 00/28] Add new general DRM property "color format"
 2026-05-22 12:31 UTC 

[PATCH v2 0/4] fbdev: Internalize fbcon
 2026-05-22 12:28 UTC  (5+ messages)
` [PATCH v2 1/4] fbdev: Wrap user-invoked calls to fb_set_var() in helper
` [PATCH v2 2/4] fbdev: Wrap user-invoked calls to fb_blank() "
` [PATCH v2 3/4] fbdev: Wrap fbcon updates from vga-switcheroo "
` [PATCH v2 4/4] fbdev: Do not export fbcon from fbdev

[PATCH 0/4] fbdev: Internalize fbcon
 2026-05-22 12:14 UTC  (4+ messages)
` [PATCH 1/4] fbdev: Wrap user-invoked calls to fb_set_var() in helper

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

[PATCH v6 00/22] Add HDMI 2.0 support to DW HDMI QP TX
 2026-05-22 11:42 UTC  (7+ messages)
` [PATCH v6 02/22] drm/connector: Add HDMI 2.0 scrambler infrastructure
` [PATCH v6 04/22] drm/display: scdc_helper: Add HDMI 2.0 scrambling management helpers

[PATCH v4 0/5] gpu/buddy: Per-order free and used block scoreboards
 2026-05-22 10:56 UTC  (9+ messages)
` [PATCH v4 1/5] gpu/buddy: Fix use-after-free in split_block() call sites
` [PATCH v4 2/5] gpu/buddy: Remove redundant condition in alloc_from_freetree() error path
` [PATCH v4 3/5] gpu/buddy: Introduce __gpu_buddy_undo_splits() helper
` [PATCH v4 4/5] gpu/buddy: Track per-order free blocks with a scoreboard
` [PATCH v4 5/5] gpu/buddy: Track per-order used "

[PATCH v4 00/27] rust: device: Higher-Ranked Lifetime Types for device drivers
 2026-05-22 10:14 UTC  (29+ messages)
` [PATCH v4 01/27] rust: alloc: remove `'static` bound on `ForeignOwnable`
` [PATCH v4 02/27] rust: driver: move 'static bounds to constructor
` [PATCH v4 03/27] rust: driver: decouple driver private data from driver type
` [PATCH v4 04/27] rust: driver core: drop drvdata before devres release
` [PATCH v4 05/27] rust: pci: implement Sync for Device<Bound>
` [PATCH v4 06/27] rust: platform: "
` [PATCH v4 07/27] rust: auxiliary: "
` [PATCH v4 08/27] rust: usb: "
` [PATCH v4 09/27] rust: device: "
` [PATCH v4 10/27] rust: device: make Core and CoreInternal lifetime-parameterized
` [PATCH v4 11/27] rust: pci: make Driver trait lifetime-parameterized
` [PATCH v4 12/27] rust: platform: "
` [PATCH v4 13/27] rust: auxiliary: "
` [PATCH v4 14/27] rust: usb: "
` [PATCH v4 15/27] rust: i2c: "
` [PATCH v4 16/27] rust: driver: update module documentation for GAT-based Data type
` [PATCH v4 17/27] rust: pci: make Bar lifetime-parameterized
` [PATCH v4 18/27] rust: io: make IoMem and ExclusiveIoMem lifetime-parameterized
` [PATCH v4 19/27] samples: rust: rust_driver_pci: use HRT lifetime for Bar
` [PATCH v4 20/27] gpu: nova-core: separate driver type from driver data
` [PATCH v4 21/27] rust: types: add `ForLt` trait for higher-ranked lifetime support
` [PATCH v4 22/27] rust: auxiliary: generalize Registration over ForLt
` [PATCH v4 23/27] samples: rust: rust_driver_auxiliary: showcase lifetime-bound registration data
` [PATCH REF v4 24/27] gpu: nova-core: use lifetime for Bar
` [PATCH REF v4 25/27] gpu: nova-core: unregister sysmem flush page from Drop
` [PATCH REF v4 26/27] gpu: nova-core: replace ARef<Device> with &'bound Device in SysmemFlush
` [PATCH REF v4 27/27] gpu: drm: tyr: use lifetime for IoMem

[PATCH v5 0/5] Devicetree support for Glymur GPU
 2026-05-22 10:12 UTC  (6+ messages)
` [PATCH v5 1/5] drm/msm/a8xx: Fix RSCC offset
` [PATCH v5 2/5] dt-bindings: display/msm: gpu: Document Adreno X2-185
` [PATCH v5 3/5] arm64: dts: qcom: glymur: Add GPU smmu node
` [PATCH v5 4/5] arm64: dts: qcom: Add GPU support for Glymur
` [PATCH v5 5/5] arm64: dts: qcom: glymur: Add GPU cooling

[PATCH v2 0/6] bus: mhi: Fix broken runtime PM design
 2026-05-22 10:00 UTC  (7+ messages)
` [PATCH v2 1/6] bus: mhi: Replace controller runtime_get/put callbacks with direct PM runtime APIs
` [PATCH v2 2/6] bus: mhi: Drop controller runtime PM callback indirection
` [PATCH v2 3/6] net: mhi_net: Hold runtime PM during active data path operations
` [PATCH v2 4/6] net: qrtr: "
` [PATCH v2 5/6] net: wwan: "
` [PATCH v2 6/6] bus: mhi: host: Fix runtime PM ownership between clients and controller

[PATCH 00/11] Microsoft Surface Pro 9 5G update
 2026-05-22  9:36 UTC  (18+ messages)
` [PATCH 01/11] drm/panel: edp: Add LG LP129WT232166 panel
` [PATCH 02/11] arm64: dts: qcom: sc8280xp-arcata: Enable backlight
` [PATCH 03/11] arm64: dts: qcom: sc8280xp-arcata: Enable the eDP display
` [PATCH 04/11] arm64: dts: qcom: sc8280xp-arcata: add USB-C orientation GPIOs
` [PATCH 05/11] arm64: dts: qcom: sc8280xp-arcata: Fix top USB-C DP alt mode
` [PATCH 06/11] arm64: dts: qcom: sc8280xp-arcata: Enable 4-lane DP support

[PATCH] accel/ivpu: Document why full JSM message size is always used
 2026-05-22  9:32 UTC 

[PATCH] drm/accel/ivpu: send exact IPC message size instead of union size
 2026-05-22  9:10 UTC  (2+ messages)

[PATCH] drm/sched: Fix clang build warning in kunit tests
 2026-05-22  9:01 UTC 

[PATCH v2] drm/virtio: abort virtqueue wait on device removal to avoid hung task
 2026-05-22  8:51 UTC  (7+ messages)

[PATCH v4 0/2] drm/amdgpu: fix recursive ww_mutex in devcoredump IB dump
 2026-05-22  8:31 UTC  (6+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/2] drm/amdgpu: convert amdgpu_vm_lock_by_pasid() to drm_exec
  ` [PATCH v5 2/2] drm/amdgpu: fix recursive ww_mutex acquire in amdgpu_devcoredump_format

[PATCH] drm/vmwgfx: Fix hrtimer interrupt storm due to 0-period vblank
 2026-05-22  8:22 UTC  (2+ messages)

[PATCH v4 0/5] Add DU support for RZ/T2H and RZ/N2H SoCs
 2026-05-22  7:43 UTC  (7+ messages)
` [PATCH v4 4/5] drm: renesas: rz-du: Move mode_valid logic to per-SoC clock limits

[PATCH v1 00/15] arm64: dts: ti: k3-am62-verdin: Add display and peripheral overlays
 2026-05-22  7:34 UTC  (24+ messages)
` [PATCH v1 01/15] dt-bindings: display: panel: Move Logic Technologies LT170410-2WHC to LVDS
` [PATCH v1 02/15] arm64: dts: ti: k3-am62-verdin: Add Toradex DSI to LVDS adapter with 10.1" display
` [PATCH v1 03/15] arm64: dts: ti: k3-am62-verdin: Add Toradex Capacitive Touch Display 10.1" LVDS
` [PATCH v1 04/15] dt-bindings: vendor-prefixes: Add Riverdi
` [PATCH v1 05/15] dt-bindings: display: panel-lvds: Add Riverdi RVT70HSLNWCA0 and RVT101HVLNWC00
` [PATCH v1 06/15] arm64: dts: ti: k3-am62-verdin: Add Toradex Capacitive Touch Display 10.1" DSI
` [PATCH v1 07/15] arm64: dts: ti: k3-am62-verdin: Add Toradex Capacitive Touch Display 7" DSI
` [PATCH v1 08/15] arm64: dts: ti: k3-am62-verdin: Add NAU8822 Bridge Tied Load
` [PATCH v1 09/15] arm64: dts: ti: k3-am62-verdin: Reserve UART_4 for Cortex-M4F
` [PATCH v1 10/15] arm64: dts: ti: k3-am62-verdin: Add Toradex OV5640 CSI Cameras
` [PATCH v1 11/15] arm64: dts: ti: k3-am62-verdin: Add Toradex Verdin Mezzanine CAN
` [PATCH v1 12/15] arm64: dts: ti: k3-am62-verdin: Add Mezzanine with Toradex Display 10.1" LVDS
` [PATCH v1 13/15] dt-bindings: display: panel-lvds: Add dual-channel LVDS support
` [PATCH v1 14/15] dt-bindings: display: panel-lvds: Add LG LP156WF1
` [PATCH v1 15/15] arm64: dts: ti: k3-am62-verdin: Add Mezzanine with LG LP156WF1 LVDS panel

[PATCH V1] Revert "accel/amdxdna: Support read-only user-pointer BO mappings"
 2026-05-22  7:29 UTC  (2+ messages)

[PATCH v6 0/7] gpu: nova-core: run unload sequence upon unbinding
 2026-05-22  6:59 UTC  (3+ messages)
` [PATCH v6 7/7] gpu: nova-core: run Booter Unloader and FWSEC-SB "

[PATCH v1 0/2] fixes to DRM doc & parameter's print
 2026-05-22  6:34 UTC  (5+ messages)
` [PATCH v1 1/2] drm/print: describe 6th & 9th bit of drm.debug
` [PATCH v1 2/2] drm/managed: fix drmm_add_mod_or_reset() kernel-doc

[PATCH v4 0/5] Add support to 2 panels in bonded-DSI mode
 2026-05-22  6:32 UTC  (10+ messages)
` [PATCH v4 1/5] drm/msm/dsi: support DSC configurations with slice_per_pkt > 1
` [PATCH v4 2/5] drm/mipi-dsi: Add flag to support dual-panel configurations
` [PATCH v4 3/5] drm/msm/dsi: Support dual panel use case with single CRTC
` [PATCH v4 4/5] dt-bindings: display: Add Synaptics R63455 panel support
` [PATCH v4 5/5] drm/panel: Add driver for Synaptics R63455 DSI panel

[PATCH v6 00/10] Add eDP support for RK3576
 2026-05-22  6:29 UTC  (6+ messages)
` [PATCH v6 01/10] dt-bindings: display: rockchip: analogix-dp: Fix hclk as third clock for RK3588

[PATCH v5 0/7] Refactor drm_writeback_connector structure
 2026-05-22  5:10 UTC  (9+ messages)
` [PATCH v5 1/7] drm: writeback: "
` [PATCH v5 2/7] drm: writeback: Modify writeback init helpers
` [PATCH v5 3/7] drm: writeback: Modify drm_writeback_queue_job helper
` [PATCH v5 4/7] drm: writeback: Modify drm_writeback_signal_completion helper
` [PATCH v5 5/7] drm: writeback: Modify drm_writeback_get_out_fence helper
` [PATCH v5 6/7] drm: writeback: Modify prepare_writeback_job helper
` [PATCH v5 7/7] drm: writeback: Modify cleanup_writeback_job helper

[PATCH v4 0/7] Refactor drm_writeback_connector structure
 2026-05-22  4:21 UTC  (13+ messages)
` [PATCH v4 1/7] drm: writeback: "
` [PATCH v4 2/7] drm: writeback: Modify writeback init helpers
` [PATCH v4 3/7] drm: writeback: Modify drm_writeback_queue_job helper
` [PATCH v4 4/7] drm: writeback: Modify drm_writeback_signal_completion helper
` [PATCH v4 5/7] drm: writeback: Modify drm_writeback_get_out_fence helper

[PATCH] drm/ci: disable mr-label-maker-test
 2026-05-22  2:28 UTC 

[PATCH v11 0/2] Add Lontium LT7911EXC eDP to MIPI DSI bridge
 2026-05-22  1:57 UTC  (3+ messages)
` [PATCH v11 1/2] dt-bindings: bridge: "
` [PATCH v11 2/2] drm/bridge: "

[PATCH v2 0/3] Add eDP lane mapping support
 2026-05-22  1:32 UTC  (7+ messages)
` [PATCH v2 1/3] dt-bindings: display: bridge: analogix-dp: Add data-lanes support for endpoint
` [PATCH v2 2/3] dt-bindings: rockchip: analogix-dp: Add data-lanes example

[PATCH] dma-buf: set SB_I_NOEXEC on the pseudo filesystem
 2026-05-21 22:54 UTC  (3+ messages)

[PATCH] drm/vmwgfx: Remove duplicates in vmwgfx_bo.h
 2026-05-21 22:41 UTC 

[PATCH v4 0/4] Fix some issues from igt runs
 2026-05-21 22:37 UTC  (5+ messages)
` [PATCH v4 1/4] drm/vmwgfx: Add some checks to vmw_cursor_plane_atomic_update
` [PATCH v4 2/4] drm/vmwgfx: Check vrefresh in drm_mode_setcrtc
` [PATCH v4 3/4] drm/vmwgfx: Reserve ttm object before resv usage
` [PATCH v4 4/4] drm/vmwgfx: Change ttm refs for dumb buffers

[PATCH v4 0/3] vfio/dma-buf: add TPH support for peer-to-peer access
 2026-05-21 22:24 UTC  (4+ messages)
` [PATCH v4 1/3] vfio: add dma-buf get_tph callback and DMA_BUF_TPH feature

[PATCH] drm/bridge: chipone-icn6211: use devm_mipi_dsi_attach
 2026-05-21 21:25 UTC 

[PATCH v4 0/2] drm/hyperv: harden host message parsing
 2026-05-21 20:41 UTC  (3+ messages)
` [PATCH v4 1/2] drm/hyperv: validate resolution_count and fix WIN8 fallback
` [PATCH v4 2/2] drm/hyperv: validate VMBus packet size in receive callback

[PATCH v1] drm/bridge: analogix_dp: Convert status check functions to bool
 2026-05-21 19:57 UTC  (2+ messages)

[PATCH v5 0/2] drm: panel: support the R63419 based dual-DSI video mode Display Panels
 2026-05-21 19:55 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: display: panel: document the Renesas "

[PATCH 00/11] Convert moduleparams to seq_buf
 2026-05-21 17:44 UTC  (3+ messages)
` [PATCH 10/11] treewide: Manually convert custom kernel_param_ops .get callbacks

[PATCH] drm/accel/amdxdna: add debugfs support
 2026-05-21 17:34 UTC  (2+ messages)

[PATCH V1] accel/amdxdna: Block running when IOMMU is off
 2026-05-21 17:28 UTC  (5+ messages)

[PATCH v3 0/2] drm/hyperv: harden host message parsing
 2026-05-21 17:19 UTC  (5+ messages)
` [PATCH v3 1/2] drm/hyperv: validate resolution_count and fix WIN8 fallback
` [PATCH v3 2/2] drm/hyperv: validate VMBus packet size in receive callback

[PATCH] accel/rocket: fix UAF via dangling GEM handle in create_bo
 2026-05-21 16:57 UTC 

[PATCH] drm/i915: use 'depends on' with visible DEBUG_OBJECTS for DRM_I915_DEBUG and DRM_I915_SW_FENCE_DEBUG_OBJECTS
 2026-05-21 14:45 UTC 

[PATCH v5 0/2] Let userspace know about swapped out panthor GEM objects
 2026-05-21 14:44 UTC  (3+ messages)
` [PATCH v5 1/2] drm/panthor: Implement evicted status for "


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