public inbox for drm-ai-reviews@public-inbox.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2026-06-01 07:11:28 to 2026-06-02 07:03:46 UTC [more...]

[PATCH 00/76] drm/bridge: Convert all reset users to create_state
 2026-06-02  7:03 UTC  (10+ messages)
` [PATCH 01/76] drm/atomic-state-helper: Rename __drm_atomic_helper_bridge_reset()
` [PATCH 27/76] drm/bridge: parade-ps8640: Switch to atomic_create_state
` [PATCH 42/76] drm/bridge: ti-sn65dsi86: "
` [PATCH 69/76] drm/vc4: dsi: "

[PATCH v2] dt-bindings: misc: qcom,fastrpc: Add Maili FastRPC compatible
 2026-06-02  6:51 UTC 

[PATCH] drm/amdgpu: use ACK polling for page-write completion
 2026-06-02  6:31 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v3] drm/i915/display: Fix intel_lpe_audio_irq_handler for PREEMPT-RT
 2026-06-02  6:29 UTC  (2+ messages)

[PATCH] accel/ivpu: Add bounds check for firmware runtime memory
 2026-06-02  5:50 UTC  (3+ messages)

[PATCH] accel/ivpu: Add buffer overflow check in MS get_info_ioctl
 2026-06-02  5:49 UTC  (3+ messages)

[PATCH] accel/ivpu: Add bounds checks for firmware log indices
 2026-06-02  5:49 UTC  (3+ messages)

[PATCH] misc: fastrpc: take fl->lock when moving mmaps on interrupted invoke
 2026-06-02  5:29 UTC 

[PATCH 0/2] drm/amdgpu: fix MES queue init wptr reset on atomic64 carriers
 2026-06-02  5:03 UTC  (3+ messages)
` [PATCH 1/2] drm/amdgpu/mes11: fix queue init wptr reset
` [PATCH 2/2] drm/amdgpu/mes12: "

[PATCH v3 0/4] DRM RAS Fixes
 2026-06-02  4:48 UTC  (5+ messages)
` [PATCH v3 1/4] drm/ras: Cancel and free message on get counter failure
` [PATCH v3 2/4] drm/xe/drm_ras: Make counter allocation drm managed
` [PATCH v3 3/4] drm/xe/drm_ras: Add per node cleanup action
` [PATCH v3 4/4] drm/xe/hw_error: Use HW_ERR prefix in log

[PATCH V1] accel/amdxdna: Preserve user address when PASID is disabled
 2026-06-02  4:06 UTC 

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

[PATCH v7 00/30] Add HDMI 2.0 support to DW HDMI QP TX
 2026-06-01 22:44 UTC  (31+ messages)
` [PATCH v7 01/30] drm/fb-helper: Remove unused local variable in hotplug_event()
` [PATCH v7 02/30] drm/connector: Add HDMI 2.0 scrambler infrastructure
` [PATCH v7 03/30] drm/display: scdc_helper: Add macro for connector-prefixed debug messages
` [PATCH v7 04/30] drm/display: scdc_helper: Add HDMI 2.0 scrambling management helpers
` [PATCH v7 05/30] drm/display: hdmi_state_helper: Add ctx-aware hotplug helper for SCDC sync
` [PATCH v7 06/30] drm/display: hdmi_state_helper: Plumb HDMI 2.0 source scrambling capability
` [PATCH v7 07/30] drm/bridge: Remove redundant error check in drm_bridge_helper_reset_crtc()
` [PATCH v7 08/30] drm/bridge: Add HDMI 2.0 scrambler bridge operation and callbacks
` [PATCH v7 09/30] drm/display: bridge_connector: Use cached connector status in .get_modes()
` [PATCH v7 10/30] drm/display: bridge_connector: Switch to .detect_ctx() connector helper
` [PATCH v7 11/30] drm/display: bridge_connector: Wire up HDMI 2.0 scrambler callbacks
` [PATCH v7 12/30] drm/bridge: dw-hdmi-qp: Rate limit i2c read error messages
` [PATCH v7 13/30] drm/bridge: dw-hdmi-qp: Provide .{enable|disable}_hpd() PHY ops
` [PATCH v7 14/30] drm/bridge: dw-hdmi-qp: Add HDMI 2.0 SCDC scrambling support
` [PATCH v7 15/30] drm/bridge: dw-hdmi-qp: Provide dw_hdmi_qp_hpd_notify() helper
` [PATCH v7 16/30] drm/rockchip: dw_hdmi_qp: Add missing newlines in dev_err_probe() messages
` [PATCH v7 17/30] drm/rockchip: dw_hdmi_qp: Use local dev variable consistently in bind()
` [PATCH v7 18/30] drm/rockchip: dw_hdmi_qp: Drop unnecessary #include
` [PATCH v7 19/30] drm/rockchip: dw_hdmi_qp: Defer HPD IRQ enable until after connector setup
` [PATCH v7 20/30] drm/rockchip: dw_hdmi_qp: Mask HPD IRQ in rk3576_io_init()
` [PATCH v7 21/30] drm/rockchip: dw_hdmi_qp: Implement .{enable|disable}_hpd() PHY ops
` [PATCH v7 22/30] drm/rockchip: dw_hdmi_qp: Switch to dw_hdmi_qp_hpd_notify()
` [PATCH v7 23/30] drm/bridge: dw-hdmi-qp: Remove obsolete .setup_hpd() phy op
` [PATCH v7 24/30] drm/vc4: hdmi: Use common TMDS char rate constants
` [PATCH v7 25/30] drm/vc4: hdmi: Convert to common HDMI 2.0 SCDC scrambling helpers
` [PATCH v7 26/30] drm/tests: connector: Add HDMI source-side scrambler capability tests
` [PATCH v7 27/30] drm/tests: edid: Add 4K@60Hz EDID with 600MHz TMDS
` [PATCH v7 28/30] drm/tests: hdmi_state_helper: Add HDMI 2.0 scrambling tests
` [PATCH v7 29/30] drm/tests: edid: Fix conformity for 1080p+4K YUV420 200MHz EDID
` [PATCH v7 30/30] drm/tests: edid: Fix conformity for 4K RGB/YUV 340MHz EDID

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

[PATCH] drm/amdkfd: convert CRIU event-private allocation to kvcalloc()
 2026-06-01 19:55 UTC 

[PATCH] drm/lima: call drm_mm_init() with a valid allocation range
 2026-06-01 12:03 UTC 

[PATCH v4] drm/radeon: fix internal display on iMac11, 1 (RV770/DCE3.1)
 2026-06-01 21:19 UTC  (2+ messages)
` [PATCH v5] "

[PATCH v5] dma-buf: Fix silent overflow for phys vec to sgt
 2026-06-01 20:00 UTC 

[PATCH] drm: writeback: Document behaviour for framebuffer size mismatch
 2026-06-01 19:57 UTC 

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

[PATCH v2 0/2] YUV support for VOP2 background color
 2026-06-01 18:08 UTC  (4+ messages)
` [PATCH v2 1/2] drm/rockchip: vop2: Rename CSC_BT2020 to CSC_BT2020L
` [PATCH v2 2/2] drm/rockchip: vop2: Add YUV support to background color

[PATCH v3] accel: ethosu: Add performance counter support
 2026-06-01 17:38 UTC  (2+ messages)
` [PATCH v4] "

[PATCH 0/7] drm/vblank: timer: Fix timestamps and improve reliabilty
 2026-06-01 17:30 UTC  (10+ messages)
` [PATCH 1/7] drm/vblank: timer: Return success status from get_vblank_timeout
` [PATCH 2/7] drm/vblank: timer: Fix timestamp calculation
` [PATCH 3/7] drm/vblank: timer: Use absolute timer since boot
` [PATCH 4/7] drm/vblank: timer: Reorganize get_vblank_timeout
` [PATCH 5/7] drm/vblank: timer: Estimate vblank timeout if timer is disabled
` [PATCH 6/7] drm/vblank: timer: Verify that expiry time is in the future
` [PATCH 7/7] drm/vblank: timer: Avoid reading the vblank time unnecessarily

[PATCH v3 0/5] gpu: drm: nova: enable calling into nova-core
 2026-06-01 17:00 UTC  (3+ messages)

[PATCH v2] accel/ivpu: Fix signed integer truncation in IPC receive
 2026-06-01 16:16 UTC 

[PATCH v4 0/3] Rockchip DRM use-after-free & null-ptr-deref fixes
 2026-06-01 16:13 UTC  (4+ messages)
` [PATCH v4 1/3] drm/bridge: synopsys: dw-dp: Support unregistering the AUX channel
` [PATCH v4 2/3] drm/rockchip: dw_dp: Add missing newline in dev_err_probe() message
` [PATCH v4 3/3] drm/rockchip: dw_dp: Release core resources

[PATCH v3 00/11] mfd: lm3533: convert to OF bindings, improve support
 2026-06-01 15:18 UTC  (12+ messages)
` [PATCH v3 01/11] dt-bindings: leds: Document TI LM3533 LED controller
` [PATCH v3 02/11] mfd: lm3533: Remove driver specific regmap wrappers
` [PATCH v3 03/11] iio: light: lm3533-als: Remove redundant pdata helpers
` [PATCH v3 04/11] mfd: lm3533-core: "
` [PATCH v3 05/11] mfd: lm3533: Convert to use OF bindings
` [PATCH v3 06/11] mfd: lm3533: Add support for VIN power supply
` [PATCH v3 07/11] mfd: lm3533: Set DMA mask
` [PATCH v3 08/11] video: backlight: lm3533_bl: Improve linear sysfs logic
` [PATCH v3 09/11] video: backlight: lm3533_bl: Set initial mapping mode from DT
` [PATCH v3 10/11] video: backlight: lm3533_bl: Implement backlight_scale property
` [PATCH v3 11/11] video: leds: backlight: lm3533: Support getting LED sources from DT

[PATCH V1] accel/amdxdna: Remove drv_cmd tracing from job free callback
 2026-06-01 15:18 UTC  (3+ messages)

[PATCH 0/9] iommu: introduce iova_to_phys_length for efficient IOVA-to-physical translation
 2026-06-01 14:32 UTC  (12+ messages)
  ` [PATCH 1/9] iommu: introduce iova_to_phys_length in iommu_domain_ops
  ` [PATCH 3/9] iommu/generic_pt: implement iova_to_phys_length

[PATCH v4 00/10] drm: Improve logic behind damage handling
 2026-06-01 14:01 UTC  (22+ 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] rust / dma_buf: Add abstractions for dma_fence
 2026-06-01 13:41 UTC  (22+ 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  (4+ messages)
` [PATCH v2 2/4] drm/v3d: Refactor perfmon locking

[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/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 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] 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  (3+ messages)
` [PATCH v2] "

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

[PATCH] staging: fbtft: replace sprintf with snprintf
 2026-06-01  8:25 UTC  (2+ 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)


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