public inbox for drm-ai-reviews@public-inbox.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2026-03-10 02:19:43 to 2026-03-10 20:41:14 UTC [more...]

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-10 18:40 UTC  (22+ messages)
` [PATCH 03/61] ceph: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 15/61] trace: "
` [PATCH 18/61] sound: "
` [PATCH 30/61] net/sunrpc: "
` [PATCH 37/61] drm: "
` [PATCH 46/61] vfio: "
` [PATCH 56/61] clk: "
` [PATCH 57/61] reset: "
` [PATCH 61/61] file: Drop unlikely() around IS_ERR_OR_NULL()

[PATCH 01/61] Coccinelle: Prefer IS_ERR_OR_NULL over manual NULL check
 2026-03-10 15:41 UTC  (2+ messages)

[PATCH v3] fbdev/hga: Request memory region before ioremap
 2026-03-10 13:08 UTC  (2+ messages)

[PATCH 51/61] leds: Prefer IS_ERR_OR_NULL over manual NULL check
 2026-03-10 13:33 UTC  (2+ messages)
` (subset) "

[PATCH v2] fbdev/hga: Request memory region before ioremap
 2026-03-10 11:49 UTC  (2+ messages)

[PATCH] gpu: nova: rename drivers to use kebab-case convention
 2026-03-10 20:41 UTC  (2+ messages)

[PATCH v7 00/26] drm/i915/display: All patches to make PREEMPT_RT work on i915 + xe
 2026-03-10 19:03 UTC  (31+ messages)
` [PATCH v7 01/26] drm/vblank_work: Add methods to schedule vblank_work in 2 stages
` [PATCH v7 02/26] drm/vblank: Add a 2-stage version of drm_crtc_arm_vblank_event
` [PATCH v7 03/26] drm/intel/display: Make intel_crtc_arm_vblank_event static
` [PATCH v7 04/26] drm/intel/display: Convert vblank event handling to 2-stage arming
` [PATCH v7 05/26] drm/i915/display: Move vblank put until after critical section
` [PATCH v7 06/26] drm/i915/display: Remove locking from intel_vblank_evade "
` [PATCH v7 07/26] drm/i915/display: Handle vlv dsi workaround in scanline_in_safe_range too
` [PATCH v7 08/26] drm/i915: Use preempt_disable/enable_rt() where recommended
` [PATCH v7 09/26] drm/i915/display: Make get_vblank_counter use intel_de_read_fw()
` [PATCH v7 10/26] drm/i915/display: Do not take uncore lock in i915_get_vblank_counter
` [PATCH v7 11/26] drm/i915/display: Make icl_dsi_frame_update use _fw too
` [PATCH v7 12/26] drm/i915/display: Use intel_de_read/write_fw in colorops
` [PATCH v7 13/26] drm/i915/display: Use intel_de_write_fw in intel_pipe_fastset
` [PATCH v7 14/26] drm/i915/display: Make set_pipeconf use the fw variants
` [PATCH v7 15/26] drm/i915/display: Fix intel_lpe_audio_irq_handler for PREEMPT-RT
` [PATCH v7 16/26] drm/i915/gt: Use spin_lock_irq() instead of local_irq_disable() + spin_lock()
` [PATCH v7 17/26] drm/i915: Drop the irqs_disabled() check
` [PATCH v7 18/26] drm/i915/guc: Consider also RCU depth in busy loop
` [PATCH v7 19/26] drm/i915/gt: Fix selftests on PREEMPT_RT
` [PATCH v7 20/26] drm/i915/gt: Set stop_timeout() correctly on PREEMPT-RT
` [PATCH v7 21/26] drm/i915/display: Remove uncore lock from vlv_atomic_update_fifo
` [PATCH v7 22/26] drm/i915: Use sleeping selftests for igt_atomic on PREEMPT_RT
` [PATCH v7 23/26] Revert "drm/i915: Depend on !PREEMPT_RT."
` [PATCH v7 24/26] PREEMPT_RT injection
` [PATCH v7 25/26] FOR-CI: bump MAX_STACK_TRACE_ENTRIES
` [PATCH v7 26/26] drm/i915/gt: Add a spinlock to prevent starvation of irq_work

[PATCH V2] accel/amdxdna: Fix runtime suspend deadlock when there is pending job
 2026-03-10 18:52 UTC  (3+ messages)

[PATCH V1] accel/amdxdna: Fix runtime suspend deadlock when there is pending job
 2026-03-10 18:00 UTC  (3+ messages)

[PATCH] video: fbdev: omapfb: Add missing error check for clk_get()
 2026-03-10 17:42 UTC  (2+ messages)

[PATCH] video/fbdev/via: check ioremap return value in viafb_lcd_get_mobile_state
 2026-03-10 16:36 UTC  (2+ messages)

[PATCH 00/14] drm/atomic: Rework initial state allocation
 2026-03-10 16:07 UTC  (15+ messages)
` [PATCH 01/14] drm/atomic: Document atomic state lifetime
` [PATCH 02/14] drm/atomic: Drop drm_private_state.obj assignment from create_state
` [PATCH 03/14] drm/mode-config: Mention drm_mode_config_reset() culprits
` [PATCH 04/14] drm/atomic-state-helper: Fix __drm_atomic_helper_plane_reset() doc typo
` [PATCH 05/14] drm/plane: Add new atomic_create_state callback
` [PATCH 06/14] drm/crtc: "
` [PATCH 07/14] drm/connector: "
` [PATCH 08/14] drm/mode-config: Create drm_mode_config_create_state()
` [PATCH 09/14] drm/drv: Call drm_mode_config_create_state() by default
` [PATCH 10/14] drm/atomic: Drop private obj state allocation
` [PATCH 11/14] drm/drv: Drop drm_mode_config_reset() from our skeleton
` [PATCH 12/14] drm/tidss: Drop call to drm_mode_config_reset at probe time
` [PATCH 13/14] drm/tidss: Convert to atomic_create_state
` [PATCH 14/14] drm/bridge_connector: "

[PATCH] drm/amd/display: Fix a benign uninitialized variable warning
 2026-03-10 15:46 UTC 

[PATCH v2 0/2] dma-buf: heaps: Use page clearing helpers
 2026-03-10 15:29 UTC  (7+ messages)
` [PATCH v2 1/2] dma-buf: heaps: Clear CMA pages with clear_pages()
` [PATCH v2 2/2] dma-buf: heaps: Clear CMA highages using helper

[PATCH] drm/msm/hdmi: make 'msm_hdmi_pm_ops' static
 2026-03-10 15:17 UTC  (3+ messages)

[PATCH v37 0/4] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
 2026-03-10 14:49 UTC  (5+ messages)
` [PATCH v37 1/4] drm/xe/xe_pagefault: Disallow writes to read-only VMAs
` [PATCH v37 2/4] drm/xe/uapi: Define drm_xe_vm_get_property
` [PATCH v37 3/4] drm/xe/xe_vm: Add per VM fault info
` [PATCH v37 4/4] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl

[PATCH] drm/msm/mdss: Add a TODO for better managing the MDSS clock power state
 2026-03-10 13:37 UTC  (2+ messages)

[PATCH v2 0/2] drm/bridge: add drm_bridge_clear_and_put()
 2026-03-10 12:13 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] drm/bridge: samsung-dsim: use drm_bridge_clear_and_put() to put the next bridge

[PATCH] accel/ivpu: Apply minor code style cleanups to align with kernel style
 2026-03-10 12:07 UTC 

[PATCH v2 0/2] drm/colorop: Keep colorop state consistent across atomic commits
 2026-03-10 11:32 UTC  (3+ messages)
` [PATCH v2 1/2] drm/colorop: Preserve bypass value in duplicate_state()
` [PATCH v2 2/2] drm/atomic: Add affected colorops with affected planes

[PATCH 0/2] drm/imagination: Drain interrupts before suspending the GPU
 2026-03-10 11:41 UTC  (3+ messages)
` [PATCH 1/2] drm/imagination: Synchronize "
` [PATCH 2/2] drm/imagination: Disable "

[PATCH v1 0/4] Add eDP support for RK3576
 2026-03-10 11:11 UTC  (6+ messages)
` [PATCH v1 1/4] dt-bindings: display: rockchip: analogix-dp: Add "
` [PATCH v1 2/4] arm64: dts: rockchip: Add eDP node "
` [PATCH v1 3/4] drm/bridge: analogix_dp: Add support "
` [PATCH v1 4/4] drm/rockchip: "

[PATCH] fbdev/hga: Request memory region before ioremap
 2026-03-10 10:03 UTC  (2+ messages)

[PATCH V4 0/5] Enable ADSP and CDSP for Glymur SoC
 2026-03-10  9:17 UTC  (9+ messages)
` [PATCH V4 1/5] dt-bindings: remoteproc: qcom, sm8550-pas: Add Glymur ADSP
  ` [PATCH V4 1/5] dt-bindings: remoteproc: qcom,sm8550-pas: "
` [PATCH V4 2/5] dt-bindings: remoteproc: qcom, sm8550-pas: Add Glymur CDSP
` [PATCH V4 3/5] dt-bindings: misc: qcom, fastrpc: Add compatible for Glymur
  ` [PATCH V4 3/5] dt-bindings: misc: qcom,fastrpc: "
` [PATCH V4 4/5] arm64: dts: qcom: glymur: Add ADSP and CDSP for Glymur SoC
` [PATCH V4 5/5] arm64: dts: qcom: glymur-crd: Enable ADSP and CDSP

[PATCH RESEND 0/4] drm/gem-dma: Support dedicated DMA device for allocation
 2026-03-10  8:21 UTC  (9+ messages)
` [PATCH RESEND 1/4] drm/prime: Limit scatter list size with dedicated DMA device
` [PATCH RESEND 2/4] drm/gem-dma: Support dedicated DMA device for allocation and mapping
` [PATCH RESEND 3/4] drm/mediatek: Set dedicated DMA device and drop custom GEM callbacks
` [PATCH RESEND 4/4] drm/sun4i: Use backend/mixer as dedicated DMA device

[PATCH v4 0/5] gpu: nova-core: gsp: add locking to Cmdq
 2026-03-10  8:09 UTC  (6+ messages)
` [PATCH v4 1/5] gpu: nova-core: gsp: fix stale doc comments on command queue methods
` [PATCH v4 2/5] gpu: nova-core: gsp: add `RECEIVE_TIMEOUT` constant for command queue
` [PATCH v4 3/5] gpu: nova-core: gsp: add reply/no-reply info to `CommandToGsp`
` [PATCH v4 4/5] gpu: nova-core: gsp: make `Cmdq` a pinned type
` [PATCH v4 5/5] gpu: nova-core: gsp: add mutex locking to Cmdq

[PATCH v3 0/2] Add support for Tianma TA066VVHM03 DSI panel
 2026-03-10  4:36 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: display: panel: Document Tianma TA066VVHM03
` [PATCH v3 2/2] drm/panel: Add support for Tianma TA066VVHM03 panel

[PATCH] drm/amdgpu: fix PASID task_info lookup race
 2026-03-10  0:58 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3 0/9] Qualcomm Sahara protocol enhancements
 2026-03-10  7:22 UTC  (10+ messages)
` [PATCH v3 1/9] Add documentation for Sahara protocol
` [PATCH v3 2/9] bus: mhi: Move sahara protocol driver under drivers/bus/mhi
` [PATCH v3 3/9] bus: mhi: Match devices exposing the protocol on the SAHARA channel
` [PATCH v3 4/9] bus: mhi: Centralize firmware image table selection at probe time
` [PATCH v3 5/9] bus: mhi: Add QDU100 variant and image_id firmware fallback
` [PATCH v3 6/9] bus: mhi: Load DDR training data using per-device serial number
` [PATCH v3 7/9] bus: mhi: Capture DDR training data using command mode
` [PATCH v3 8/9] bus: mhi: Expose DDR training data via controller sysfs
` [PATCH v3 9/9] Documentation: ABI: Add sysfs ABI documentation for DDR training data

[REGRESSION][PATCH] drm/amd/display: Fix uninitialized variable which breaks full LTO
 2026-03-10  5:54 UTC  (2+ messages)

[PATCH 0/4] drm/gem-dma: Support dedicated DMA device for allocation
 2026-03-10  3:20 UTC  (5+ messages)
` [PATCH 1/4] drm/prime: Limit scatter list size with dedicated DMA device
` [PATCH 2/4] drm/gem-dma: Support dedicated DMA device for allocation and mapping
` [PATCH 3/4] drm/mediatek: Set dedicated DMA device and drop custom GEM callbacks
` [PATCH 4/4] drm/sun4i: Use backend/mixer as dedicated DMA device

[PATCH v2 0/2] Add support for Tianma TA066VVHM03 DSI panel
 2026-03-10  2:50 UTC  (6+ messages)
` [PATCH v2 2/2] drm/panel: Add support for Tianma TA066VVHM03 panel
  ` Claude review: "
` [PATCH v2 1/2] dt-bindings: display: panel: Document Tianma TA066VVHM03
  ` Claude review: "
` Claude review: Add support for Tianma TA066VVHM03 DSI panel

[PATCH 0/2] 2 bugfixes found in DRM-CI
 2026-03-10  2:46 UTC  (6+ messages)
` [PATCH 1/2] drm_buddy: fix power-of-2 rounding errs
  ` Claude review: "
` [PATCH 2/2] drivers/gpu/drm/drm_print: fix drm_printer dynamic debug bypass
  ` Claude review: "
` Claude review: 2 bugfixes found in DRM-CI

[PATCH 0/2] drm/amdgpu: fix use-after-free in userq signal/wait IOCTLs
 2026-03-10  2:44 UTC  (6+ messages)
` [PATCH 1/2] drm/amdgpu: protect waitq access with userq_mutex in wait IOCTL
  ` Claude review: "
` [PATCH 2/2] drm/amdgpu: protect queue access in signal IOCTL
  ` Claude review: "
` Claude review: drm/amdgpu: fix use-after-free in userq signal/wait IOCTLs

[PATCH v2] drm/msm/dpu: fix mismatch between power and frequency
 2026-03-10  2:42 UTC  (3+ messages)
` Claude review: "

[PATCH RFC 0/3] Some updates over DP AUX Transactions
 2026-03-10  2:41 UTC  (8+ messages)
` [PATCH RFC 1/3] drm/display/dp: Export function to wake the sink AUX_CH
  ` Claude review: "
` [PATCH RFC 2/3] drm/i915/dp: On AUX_CH tx timeout, wake up the sink
  ` Claude review: "
` [PATCH RFC 3/3] drm/i915/dp: Configure PORT_AUX_CTL and then trigger the tx
  ` Claude review: "
` Claude review: Some updates over DP AUX Transactions

[PATCH v4 0/2] gpu/drm: tegra: add DSI support for Tegra20/Tegra30
 2026-03-10  2:38 UTC  (6+ messages)
` [PATCH v4 1/2] drm/tegra: dsi: add "
  ` Claude review: "
` [PATCH v4 2/2] drm/tegra: dsi: re-add clear enable register if DSI was powered by bootloader
  ` Claude review: "
` Claude review: gpu/drm: tegra: add DSI support for Tegra20/Tegra30

[PATCH] drm/loongson: Mark driver as orphaned
 2026-03-10  2:37 UTC  (3+ messages)
` Claude review: "

[PATCH -next 0/2] drm: verisilicon: add hardware cursor support
 2026-03-10  2:36 UTC  (6+ messages)
` [PATCH -next 1/2] drm: verisilicon: add max cursor size to HWDB
  ` Claude review: "
` [PATCH -next 2/2] drm: verisilicon: add support for cursor planes
  ` Claude review: "
` Claude review: drm: verisilicon: add hardware cursor support

[PATCH] accel/ivpu: Test for imported buffers with drm_gem_is_imported()
 2026-03-10  2:33 UTC  (3+ messages)
` Claude review: "

[PATCH v2 0/2] Add ITE IT6162 MIPI DSI to HDMI bridge driver
 2026-03-10  2:31 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: display: bridge: Add ITE IT6162 MIPI DSI to HDMI bridge
  ` Claude review: "
` [PATCH v2 2/2] drm/bridge: Add ITE IT6162 MIPI DSI to HDMI bridge driver
  ` Claude review: "
` Claude review: "

[PATCH RESEND] drm/bridge: it6505: disable HDCP retry when KSV list timeout
 2026-03-10  2:28 UTC  (3+ messages)
` Claude review: "

[PATCH] drm/msm/dsi: add the missing parameter description
 2026-03-10  2:27 UTC  (3+ messages)
` Claude review: "

[PATCH] drm/panthor: Fix the "done_fence is initialized" detection logic
 2026-03-10  2:25 UTC  (3+ messages)
` Claude review: "

[PATCH v2] drm/panthor: Fix the "done_fence is initialized" detection logic
 2026-03-10  2:23 UTC  (3+ messages)
` Claude review: "

[PATCH v3 00/13] vc,fbcon,fonts: Proper handling of font data
 2026-03-10  2:19 UTC  (19+ messages)
` [PATCH v3 05/13] lib/fonts: Remove trailing whitespaces
  ` Claude review: "
` [PATCH v3 06/13] lib/fonts: Remove FNTCHARCNT()
  ` Claude review: "
` [PATCH v3 07/13] lib/fonts: Store font data as font_data_t; update consoles
  ` Claude review: "
` [PATCH v3 08/13] lib/fonts: Read font size with font_data_size()
  ` Claude review: "
` [PATCH v3 09/13] lib/fonts: Manage font-data lifetime with font_data_get/_put()
  ` Claude review: "
` [PATCH v3 10/13] lib/fonts: Compare font data for equality with font_data_is_equal()
  ` Claude review: "
` [PATCH v3 11/13] lib/fonts: Create font_data_t from struct console_font with font_data_import()
  ` Claude review: "
` [PATCH v3 12/13] lib/fonts: Store font data for user space with font_data_export()
  ` Claude review: "
` [PATCH v3 13/13] lib/fonts: Remove internal symbols and macros from public header file
  ` Claude review: "


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