public inbox for drm-ai-reviews@public-inbox.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2026-05-29 15:21:14 to 2026-05-31 13:58:39 UTC [more...]

[PATCH v8 0/5] rust: add basic serial device bus abstractions
 2026-05-30 20:59 UTC  (22+ messages)
` [PATCH v8 1/5] rust: devres: return reference in `devres::register`
` [PATCH v8 2/5] serdev: add rust private data to serdev_device
` [PATCH v8 3/5] rust: add basic serial device bus abstractions
` [PATCH v8 4/5] samples: rust: add Rust serial device bus sample device driver
` [PATCH v8 5/5] MAINTAINERS: serdev: Add self for serdev

[PATCH v9 0/3] rust: add basic serial device bus abstractions
 2026-05-30 17:36 UTC  (2+ messages)
` [PATCH v9 2/3] samples: rust: add Rust serial device bus sample device driver

[PATCH 0/6] drm: Open-code drm_simple_encoder_init() in several drivers
 2026-05-31  7:46 UTC  (3+ messages)
` [PATCH 4/6] drm/meson: Open-code drm_simple_encoder_init() in encoder_cvbs
  ` [PATCH 5/6] drm/meson: Open-code drm_simple_encoder_init() in encoder_hdmi

[PATCH V1] accel/amdxdna: Return errors for failed debug BO commands
 2026-05-31 13:17 UTC  (2+ messages)

[PATCH v3] dma-fence: Clarify external lock use case in dma_fence_init() docs
 2026-05-31 12:49 UTC 

[PATCH] gpu: nova-core: gsp: tu102: keep unloading if FWSEC-SB fails
 2026-05-31 12:37 UTC 

[PATCH v5 00/11] Add support for a DRM backlight capability
 2026-05-31 11:49 UTC  (12+ messages)
` [PATCH v5 01/11] Revert "backlight: Remove notifier"
` [PATCH v5 02/11] backlight: add kernel-internal backlight API
` [PATCH v5 03/11] drm: link connectors to backlight devices
` [PATCH v5 04/11] DRM: Add support for client indicating support for luminance
` [PATCH v5 05/11] drm/amd/display: Pass up errors reading actual brightness
` [PATCH v5 06/11] drm/amd/display: Allow backlight registration to fail
` [PATCH v5 07/11] drm/amd/display: Move backlight tracing out of the dc lock
` [PATCH v5 08/11] drm/amd/display: use drm backlight
` [PATCH v5 09/11] drm/amd/display: Drop brightness caching in amdgpu_dm
` [PATCH v5 10/11] drm/bridge: auto-link panel backlight in bridge connector
` [PATCH v5 11/11] drm/i915/display: use drm backlight

[PATCH 00/76] drm/bridge: Convert all reset users to create_state
 2026-05-31 10:08 UTC  (79+ messages)
` [PATCH 01/76] drm/atomic-state-helper: Rename __drm_atomic_helper_bridge_reset()
` [PATCH 02/76] drm/atomic-state-helper: Reorder __drm_atomic_helper_bridge_state_init() arguments
` [PATCH 03/76] drm/atomic-state-helper: Drop memset from __drm_atomic_helper_bridge_state_init()
` [PATCH 04/76] drm/bridge: Add new atomic_create_state callback
` [PATCH 05/76] drm/atomic-state-helper: Add drm_atomic_helper_bridge_create_state()
` [PATCH 06/76] drm/bridge: adv7511: Switch to atomic_create_state
` [PATCH 07/76] drm/bridge: analogix_dp: "
` [PATCH 08/76] drm/bridge: anx7625: "
` [PATCH 09/76] drm/bridge: chipone-icn6211: "
` [PATCH 10/76] drm/bridge: display-connector: "
` [PATCH 11/76] drm/bridge: fsl-ldb: "
` [PATCH 12/76] drm/bridge: imx8mp-hdmi-pvi: "
` [PATCH 13/76] drm/bridge: imx8qm-ldb: "
` [PATCH 14/76] drm/bridge: imx8qxp-ldb: "
` [PATCH 15/76] drm/bridge: imx8qxp-pixel-combiner: "
` [PATCH 16/76] drm/bridge: imx8qxp-pixel-link: "
` [PATCH 17/76] drm/bridge: imx8qxp-pxl2dpi: "
` [PATCH 18/76] drm/bridge: inno-hdmi: "
` [PATCH 19/76] drm/bridge: ite-it6263: "
` [PATCH 20/76] drm/bridge: ite-it6505: "
` [PATCH 21/76] drm/bridge: ite-it66121: "
` [PATCH 22/76] drm/bridge: lontium-lt9211: "
` [PATCH 23/76] drm/bridge: lontium-lt9611: "
` [PATCH 24/76] drm/bridge: lvds-codec: "
` [PATCH 25/76] drm/bridge: nwl-dsi: "
` [PATCH 26/76] drm/bridge: panel: "
` [PATCH 27/76] drm/bridge: parade-ps8640: "
` [PATCH 28/76] drm/bridge: samsung-dsim: "
` [PATCH 29/76] drm/bridge: sii902x: "
` [PATCH 30/76] drm/bridge: ssd2825: "
` [PATCH 31/76] drm/bridge: dw-dp: "
` [PATCH 32/76] drm/bridge: dw-hdmi-qp: "
` [PATCH 33/76] drm/bridge: dw-hdmi: "
` [PATCH 34/76] drm/bridge: dw-mipi-dsi: "
` [PATCH 35/76] drm/bridge: dw-mipi-dsi2: "
` [PATCH 36/76] drm/bridge: tc358762: "
` [PATCH 37/76] drm/bridge: tc358767: "
` [PATCH 38/76] drm/bridge: tc358768: "
` [PATCH 39/76] drm/bridge: tc358775: "
` [PATCH 40/76] drm/bridge: ti-dlpc3433: "
` [PATCH 41/76] drm/bridge: ti-sn65dsi83: "
` [PATCH 42/76] drm/bridge: ti-sn65dsi86: "
` [PATCH 43/76] drm/bridge: ti-tdp158: "
` [PATCH 44/76] drm/bridge: ti-tfp410: "
` [PATCH 45/76] drm/imx: parallel-display: "
` [PATCH 46/76] drm/ingenic: "
` [PATCH 47/76] drm/mediatek: dp: "
` [PATCH 48/76] drm/mediatek: dpi: "
` [PATCH 49/76] drm/mediatek: dsi: "
` [PATCH 50/76] drm/mediatek: hdmi: "
` [PATCH 51/76] drm/mediatek: hdmi_v2: "
` [PATCH 52/76] drm/meson: encoder_cvbs: "
` [PATCH 53/76] drm/meson: encoder_dsi: "
` [PATCH 54/76] drm/meson: encoder_hdmi: "
` [PATCH 55/76] drm/msm: dp: "
` [PATCH 56/76] drm/msm: hdmi: "
` [PATCH 57/76] drm/omap: hdmi4: "
` [PATCH 58/76] drm/omap: hdmi5: "
` [PATCH 59/76] drm/renesas: rcar-du: lvds: "
` [PATCH 60/76] drm/renesas: rcar-du: mipi_dsi: "
` [PATCH 61/76] drm/renesas: rz-du: "
` [PATCH 62/76] drm/rockchip: cdn-dp: "
` [PATCH 63/76] drm/rockchip: rk3066_hdmi: "
` [PATCH 64/76] drm/rockchip: lvds: "
` [PATCH 65/76] drm/stm: "
` [PATCH 66/76] drm/tests: bridge: "
` [PATCH 67/76] drm/tidss: encoder: "
` [PATCH 68/76] drm/tidss: oldi: "
` [PATCH 69/76] drm/vc4: dsi: "
` [PATCH 70/76] drm/verisilicon: "
` [PATCH 71/76] drm/xlnx: zynqmp_dp: "
` [PATCH 72/76] drm/atomic-state-helper: Remove drm_atomic_helper_bridge_reset()
` [PATCH 73/76] drm/bridge: cdns-dsi: Use __drm_atomic_helper_bridge_state_init()
` [PATCH 74/76] drm/bridge: cdns-dsi: Switch to atomic_create_state
` [PATCH 75/76] drm/bridge: cdns-mhdp8546: "
` [PATCH 76/76] drm/bridge: Remove atomic_reset support

[PATCH v6] cgroup/dmem: implement dmem.high soft limit via prioritized eviction
 2026-05-31  9:52 UTC 

[PATCH] drm/atomic: introduce PAGE_FLIP_EVENT property
 2026-05-31  9:26 UTC  (3+ messages)

[PATCH v5] cgroup/dmem: implement dmem.high soft limit via prioritized eviction
 2026-05-31  8:45 UTC 

[PATCH v11 0/3] rust: add basic serial device bus abstractions
 2026-05-31  7:01 UTC  (7+ messages)
` [PATCH v11 1/3] "
` [PATCH v11 2/3] samples: rust: add Rust serial device bus sample device driver
` [PATCH v11 3/3] MAINTAINERS: serdev: Add self for serdev

[PATCH] drm/msm/dpu: fix parameter name in dpu_core_perf_adjusted_mode_clk kernel-doc
 2026-05-30 20:13 UTC 

[PATCH] drm/imx/dcss: add missing kernel-doc parameters for scaler functions
 2026-05-30 19:59 UTC 

[PATCH] drm: buddy: remove stale @p parameter from gpu_buddy_print kernel-doc
 2026-05-30 19:57 UTC 

[PATCH 0/2] drm/v3d: Fix indirect CSD jobs with zeroed workgroups
 2026-05-30 19:51 UTC  (3+ messages)
` [PATCH 1/2] drm/v3d: Fix vaddr leak when indirect CSD has "
` [PATCH 2/2] drm/v3d: Skip CSD when it "

[PATCH v4 00/10] drm: Improve logic behind damage handling
 2026-05-30 18:53 UTC  (11+ messages)
` [PATCH v4 01/10] drm/damage-helper: Do not alter damage clips on modeset, but ignore them
` [PATCH v4 02/10] drm/atomic-helpers: Evaluate plane damage after atomic_check
` [PATCH v4 03/10] drm/ingenic: Remove calls to drm_atomic_helper_check_plane_damage()
` [PATCH v4 04/10] drm/appletbdrm: Allocate request/response buffers in begin_fb_access
` [PATCH v4 05/10] drm/atomic_helper: Do not evaluate plane damage before atomic_check
` [PATCH v4 06/10] drm/damage-helper: Test src coord in drm_atomic_helper_check_plane_damage()
` [PATCH v4 07/10] drm/damage-helper: Remove old state from drm_atomic_helper_damage_iter_init()
` [PATCH v4 08/10] drm/damage-helper: Remove old state from drm_atomic_helper_damage_merged()
` [PATCH v4 09/10] drm/damage-helper: Rename state parameters in damage helpers
` [PATCH v4 10/10] drm/vmwgfx: Remove unused field struct vmwgfx_du_update_plane.old_state

[PATCH 0/4] drm/v3d: Fix RPi 4 system hangs from stale cache and MMU state
 2026-05-30 18:37 UTC  (5+ messages)
` [PATCH 1/4] drm/v3d: Wait for pending L2T flush before cleaning caches
` [PATCH 2/4] drm/v3d: Flush MMU TLB and cache during runtime resume
` [PATCH 3/4] drm/v3d: Clean caches before runtime suspend
` [PATCH 4/4] drm/v3d: Reduce PM runtime autosuspend delay

[PATCH 0/4] rust / dma_buf: Add abstractions for dma_fence
 2026-05-30 15:27 UTC  (9+ messages)
` [PATCH 1/4] rust: types: implement ForeignOwnable for ARef<T>
` [PATCH 2/4] rust: rcu: add RcuBox type
` [PATCH 3/4] rust: Add dma_fence abstractions
` [PATCH 4/4] MAINTAINERS: Add entry for Rust dma-buf

[PATCH v3 00/15] drm/tidss: Add BeagleY-AI display support (and some more)
 2026-05-30  8:58 UTC  (5+ messages)
` [PATCH v3 03/15] dt-bindings: display: ti,am625-oldi: Add optional power-domain for OLDI
` [PATCH v3 04/15] dt-bindings: display: ti,am65x-dss: Add ti,dpi-io-ctrl

[PATCH v4] cgroup/dmem: implement dmem.high soft limit via prioritized eviction
 2026-05-30  7:35 UTC 

[RFC PATCH] drm/xe/hwmon: report a single fan for DG2 instead of two
 2026-05-30  7:12 UTC  (6+ messages)
` [PATCH v2] drm/xe/hwmon: document DG2 fan speed reporting quirk
      ` [PATCH v3] "

[PATCH v7 0/4] gpu: nova-core: run unload sequence upon unbinding
 2026-05-30  5:55 UTC  (4+ messages)
` [PATCH v7 4/4] gpu: nova-core: gsp: run the unload bundle if Gsp::boot() fails

[PATCH v2 0/4] accel: rocket: Add RK3568 NPU support
 2026-05-29 18:19 UTC  (9+ messages)
` [PATCH v2 1/4] accel: rocket: Add support for Rockchip RK3568
` [PATCH v2 2/4] dt-bindings: npu: rockchip, rk3588-rknn-core: Add RK3568 support
  ` [PATCH v2 2/4] dt-bindings: npu: rockchip,rk3588-rknn-core: "
` [PATCH v2 3/4] arm64: dts: rockchip: rk356x: Add NPU and its IOMMU
` [PATCH v2 4/4] arm64: dts: rockchip: rk3568-rock-3b: Enable NPU

[PATCH v3 2/2] drm/radeon: fix eDP resume from suspend on iMac11, 1 / DCE3.1 systems
 2026-05-29  7:43 UTC  (4+ messages)
` [PATCH v4] drm/radeon: fix internal display on iMac11, 1 (RV770/DCE3.1)

[PATCH] Documentation: drm: Add entry for removing spsc_queue to TODO list
 2026-05-29 21:52 UTC 

[PATCH v2] drm/omap: dsi: avoid sending bta sync all the time in writes
 2026-05-29 20:19 UTC 

[PATCH v5 0/2] backlight: Add SY7758 6-channel High Efficiency LED Driver support
 2026-05-29 19:23 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: leds: backlight: document the SY7758 6-channel High Efficiency LED Driver
` [PATCH v5 2/2] backlight: Add SY7758 6-channel High Efficiency LED Driver support

[PATCH v15 0/6] Rust bindings for gem shmem
 2026-05-29 18:34 UTC  (7+ messages)
` [PATCH v15 1/6] rust: gem: shmem: Fix Default implementation for ObjectConfig
` [PATCH v15 2/6] rust: drm: gem/shmem: Add DmaResvGuard helper
` [PATCH v15 3/6] rust: drm: gem: Add vmap functions to shmem bindings
` [PATCH v15 4/6] rust: faux: Allow retrieving a bound Device
` [PATCH v15 5/6] drm/gem/shmem: Introduce __drm_gem_shmem_free_sgt_locked()
` [PATCH v15 6/6] rust: drm: gem: Introduce shmem::Object::sg_table()

[PATCH v2 0/2] rust: sync: Introduce LazyInit
 2026-05-29 17:30 UTC  (3+ messages)
` [PATCH v2 1/2] rust: sync: lock: Add Lock::get_mut_pinned()
` [PATCH v2 2/2] rust: sync: Introduce LazyInit

[PATCH v1 0/2] dt-bindings: display: panel: Add LG LP156WF1 dual-LVDS panel
 2026-05-29 16:32 UTC  (4+ messages)
` [PATCH v1 1/2] dt-bindings: display: panel: Add LG LP156WF1

[PATCH V1] accel/amdxdna: Remove drv_cmd tracing from job free callback
 2026-05-29 15:28 UTC 

[PATCH v3 0/5] gpu: drm: nova: enable calling into nova-core
 2026-05-29 15:27 UTC  (6+ messages)
` [PATCH v3 1/5] rust: inline some init methods
` [PATCH v3 2/5] gpu: nova-core: export Rust symbols for dependent modules
` [PATCH v3 3/5] gpu: nova-core: emit Rust metadata "
` [PATCH v3 4/5] gpu: drm: nova: build after nova-core metadata
` [PATCH POC v3 5/5] drm: nova: demonstrate interaction with nova-core

[PATCH] drm/i915/audio: use generic_handle_irq_safe() for LPE audio irq
 2026-05-29 15:21 UTC  (6+ messages)


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