public inbox for drm-ai-reviews@public-inbox.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2026-05-30 20:59:58 to 2026-06-01 12:37:38 UTC [more...]

[PATCH 0/4] rust / dma_buf: Add abstractions for dma_fence
 2026-06-01 12:37 UTC  (16+ 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 v3 00/24] dynamic-debug cleanups refactors maintenance + alignment fix
 2026-06-01 12:05 UTC  (25+ messages)
` [PATCH v3 01/24] docs/dyndbg: update examples \012 to \n
` [PATCH v3 02/24] docs/dyndbg: explain flags parse 1st
` [PATCH v3 03/24] vmlinux.lds.h: refactor BOUNDED_SECTION_* macros into bounded_sections.lds.h
` [PATCH v3 04/24] vmlinux.lds.h: drop unused HEADERED_SECTION* macros
` [PATCH v3 05/24] vmlinux.lds.h: Fix ALIGN(8) omission causing NULL ptr on i386
` [PATCH v3 06/24] vmlinux.lds.h: remove redundant ALIGN(8) directives
` [PATCH v3 07/24] dyndbg.lds.S: fix lost dyndbg sections in modules
` [PATCH v3 08/24] dyndbg: factor ddebug_match_desc out from ddebug_change
` [PATCH v3 09/24] dyndbg: add stub macro for DECLARE_DYNDBG_CLASSMAP
` [PATCH v3 10/24] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
` [PATCH v3 11/24] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v3 12/24] dyndbg: drop NUM_TYPE_ARGS
` [PATCH v3 13/24] dyndbg: reduce verbose/debug clutter
` [PATCH v3 14/24] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH v3 15/24] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v3 16/24] dyndbg: replace classmap list with an array-slice
` [PATCH v3 17/24] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v3 18/24] dyndbg: Upgrade class param storage to u64 for 64-bit classmaps
` [PATCH v3 19/24] dyndbg,module: make proper substructs in _ddebug_info
` [PATCH v3 20/24] dyndbg: move mod_name down from struct ddebug_table to _ddebug_info
` [PATCH v3 21/24] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH v3 22/24] selftests-dyndbg: add a dynamic_debug run_tests target
` [PATCH v3 23/24] dyndbg: change __dynamic_func_call_cls* macros into expressions
` [PATCH v3 24/24] dynamic_debug: use KBUILD_MODFILE for unique builtin module names

[PATCH v2 0/4] drm/v3d: Fix perfmon locking and cross-queue isolation
 2026-06-01 12:03 UTC  (7+ messages)
` [PATCH v2 1/4] drm/v3d: Fix global performance monitor reference counting
` [PATCH v2 2/4] drm/v3d: Refactor perfmon locking
` [PATCH v2 3/4] drm/v3d: Serialize jobs across queues when a perfmon is attached
` [PATCH v2 4/4] drm/v3d: Drop the queue argument from v3d_job_add_syncobjs()

[PATCH v3 0/4] drm/hibmc: Fix plane helpers and convert to gem-shmem
 2026-06-01 11:45 UTC  (5+ messages)
` [PATCH v3 1/4] drm/hibmc: Use drm_atomic_helper_check_plane_state()
` [PATCH v3 2/4] drm/hibmc: Fix list of formats on the primary plane
` [PATCH v3 3/4] drm/hibmc: Do not use cpp from struct drm_format_info
` [PATCH v3 4/4] drm/hibmc: Use gem-shmem with shadow-plane helpers for memory management

[PATCH] drm/amdgpu: use ACK polling for page-write completion
 2026-06-01 11:23 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] drm/msm/dp: add EDID re-read retry in msm_dp_panel_get_modes()
 2026-06-01 11:20 UTC  (4+ messages)

[PATCH 0/4] drm: Safe font-data access in log/panic drawing
 2026-06-01 11:19 UTC  (9+ messages)
` [PATCH 1/4] lib/fonts: Look up glyph data with font_data_glyph_buf()
` [PATCH 2/4] drm/client: log: Look up glyph shape with font helper
` [PATCH 3/4] drm/panic: "
` [PATCH 4/4] drm/draw: Remove unused helper drm_draw_get_char_bitmap()

[PATCH v4 00/10] drm: Improve logic behind damage handling
 2026-06-01 10:30 UTC  (21+ 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/2] drm/v3d: Fix indirect CSD jobs with zeroed workgroups
 2026-06-01 10:11 UTC  (3+ messages)
` [PATCH 2/2] drm/v3d: Skip CSD when it has "

[PATCH v3] drm/bridge: cdns-mhdp8546: Add suspend resume support to the bridge driver
 2026-06-01  9:50 UTC 

[PATCH v2 0/5] nouveau/gsp: Clean up IS_ERR vs IS_ERR_OR_NULL usage
 2026-06-01  9:54 UTC  (6+ messages)
` [PATCH v2 1/5] nouveau/gsp/rpc: Document RPC function return value contracts
` [PATCH v2 2/5] nouveau/gsp/rpc: Cleanup incorrect IS_ERR_OR_NULL in rpc.c
` [PATCH v2 3/5] nouveau/gsp/rm/alloc: Cleanup IS_ERR_OR_NULL usage
` [PATCH v2 4/5] nouveau/gsp/rm/bar: "
` [PATCH v2 5/5] nouveau/gsp: Cleanup IS_ERR_OR_NULL in nvkm_gsp_rpc_rd()

[PATCH 0/9] iommu: introduce iova_to_phys_length for efficient IOVA-to-physical translation
 2026-06-01  9:23 UTC  (15+ messages)
  ` [PATCH 1/9] iommu: introduce iova_to_phys_length in iommu_domain_ops
  ` [PATCH 2/9] iommu/io-pgtable: introduce iova_to_phys_length in io_pgtable_ops
  ` [PATCH 3/9] iommu/generic_pt: implement iova_to_phys_length
  ` [PATCH 4/9] iommu/arm-smmu: "
  ` [PATCH 5/9] iommu: apple-dart/ipmmu/mtk_iommu "
  ` [PATCH 6/9] iommu: direct page-table drivers "
  ` [PATCH 7/9] vfio/iommufd: use iova_to_phys_length for efficient unmap
  ` [PATCH 8/9] drm/gpu, iommu/io-pgtable: switch to iova_to_phys_length
  ` [PATCH 9/9] iommu: remove deprecated iova_to_phys from domain_ops and io_pgtable_ops

[PATCH] drm/todo: clarify drm_syncobj error TODOs
 2026-06-01  9:10 UTC  (2+ messages)

[PATCH] drm/i915/audio: use generic_handle_irq_safe() for LPE audio irq
 2026-06-01  9:04 UTC  (9+ messages)
            ` [PATCH v2] "

[PATCH] Documentation: drm: Add entry for removing spsc_queue to TODO list
 2026-06-01  8:30 UTC  (2+ messages)

[PATCH v2 0/2] rust: sync: Introduce LazyInit
 2026-06-01  8:28 UTC  (5+ messages)
` [PATCH v2 1/2] rust: sync: lock: Add Lock::get_mut_pinned()
` [PATCH v2 2/2] rust: sync: Introduce LazyInit

[PATCH] staging: fbtft: replace sprintf with snprintf
 2026-06-01  8:25 UTC  (3+ messages)

[PATCH v3] dma-fence: Clarify external lock use case in dma_fence_init() docs
 2026-06-01  8:24 UTC  (2+ messages)

[PATCH] fbcon: don't suspend/resume when vc is graphics mode
 2026-06-01  7:54 UTC  (2+ messages)
` [PATCH v2] fbcon: do suspend/resume only when vc is text mode and visible

[PATCH v3] drm/virtio: abort virtqueue wait on device removal to avoid hung task
 2026-06-01  7:53 UTC 

[PATCH] drm/logicvc: Avoid use-after-free with devm_kzalloc()
 2026-06-01  7:11 UTC  (2+ messages)

[PATCH v10 00/11] Add eDP support for RK3576
 2026-06-01  6:51 UTC  (12+ messages)
` [PATCH v10 01/11] dt-bindings: display: rockchip: analogix-dp: Fix hclk as third clock for RK3588
` [PATCH v10 02/11] dt-bindings: display: rockchip: analogix-dp: Add per-clock descriptions
` [PATCH v10 03/11] arm64: dts: rockchip: Add missing hclk for RK3588 eDP0
` [PATCH v10 04/11] arm64: dts: rockchip: Add missing hclk for RK3588 eDP1
` [PATCH v10 05/11] drm/rockchip: analogix_dp: Enable hclk for RK3588
` [PATCH v10 06/11] drm/rockchip: analogix_dp: Fix OF node reference leak via auto cleanup
` [PATCH v10 07/11] dt-bindings: display: rockchip: analogix-dp: Add support for RK3576
` [PATCH v10 08/11] arm64: dts: rockchip: Add eDP node "
` [PATCH v10 09/11] drm/bridge: analogix_dp: Rename and simplify is_rockchip()
` [PATCH v10 10/11] drm/bridge: analogix_dp: Add support for RK3576
` [PATCH v10 11/11] drm/rockchip: "

[PATCH] drm/qxl: fix local_gobj leak in qxl_gem_object_create_with_handle
 2026-06-01  6:49 UTC 

[PATCH] drm/vc4: fix krealloc() memory leak
 2026-06-01  3:34 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] gpu: nova-core: gsp: tu102: keep unloading if FWSEC-SB fails
 2026-06-01  2:10 UTC  (4+ messages)

[PATCH v11 0/3] rust: add basic serial device bus abstractions
 2026-06-01  0:13 UTC  (14+ 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 v6] cgroup/dmem: implement dmem.high soft limit via prioritized eviction
 2026-05-31 17:06 UTC  (2+ messages)

[PATCH V1] accel/amdxdna: Remove drv_cmd tracing from job free callback
 2026-05-31 14:18 UTC  (2+ messages)

[PATCH v8 0/5] rust: add basic serial device bus abstractions
 2026-05-30 20:59 UTC  (21+ messages)
` [PATCH v8 1/5] rust: devres: return reference in `devres::register`
` [PATCH v8 3/5] rust: add basic serial device bus abstractions

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

[PATCH v6 0/8] media: meson: Fix memory leak in error path in vdec
 2026-05-30  9:42 UTC  (9+ messages)
` [PATCH v6 1/8] media: meson: vdec: Fix memory leaks and lifetime of m2m device
` [PATCH v6 2/8] media: meson: vdec: Fix concurrent STREAMON / STREAMOFF race conditions
` [PATCH v6 3/8] media: meson: vdec: Handle kthread failure and free codec state
` [PATCH v6 4/8] media: meson: vdec: Condition buffer flushing on queue type in start_streaming
` [PATCH v6 5/8] media: meson: vdec: Cancel esparser work during teardown
` [PATCH v6 6/8] media: meson: vdec: Configure DMA mask and segment size in probe
` [PATCH v6 7/8] media: meson: vdec: Fix NULL pointer dereference in ISR handlers
` [PATCH v6 8/8] gpu: drm: meson: Fix DMA max segment size for DMABUF imports

[PATCH v9 0/3] rust: add basic serial device bus abstractions
 2026-05-30 18:00 UTC  (5+ messages)
` [PATCH v9 1/3] "
` [PATCH v9 2/3] samples: rust: add Rust serial device bus sample device driver
` [PATCH v9 3/3] MAINTAINERS: serdev: Add self for serdev

[PATCH 0/6] drm: Open-code drm_simple_encoder_init() in several drivers
 2026-05-31  7:46 UTC  (7+ messages)
` [PATCH 1/6] drm/fsl-dcu: Open-code drm_simple_encoder_init()
` [PATCH 2/6] drm/tidss: "
` [PATCH 3/6] drm/virtio: "
` [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 6/6] drm/meson: Open-code drm_simple_encoder_init() in encoder_dsi

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

[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  (5+ messages)
` [PATCH 04/76] drm/bridge: Add new atomic_create_state callback
` [PATCH 70/76] drm/verisilicon: Switch to atomic_create_state

[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 


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