public inbox for drm-ai-reviews@public-inbox.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2026-03-13 04:16:57 to 2026-03-13 15:17:43 UTC [more...]

[PATCH v2 0/1] Fix use-after-free on framebuffers and property blobs when calling drm_dev_unplug
 2026-03-13 15:17 UTC  (2+ messages)
` [PATCH v2 1/1] drm: "

[PATCH v5 00/11] Support repeated mappings in GPUVM and Panthor
 2026-03-13 15:09 UTC  (12+ messages)
` [PATCH v5 01/11] drm/panthor: Expose GPU page sizes to UM
` [PATCH v5 02/11] drm/gpuvm: Remove dead code
` [PATCH v5 03/11] drm/gpuvm: Fix comment to reflect remap operation operand status
` [PATCH v5 04/11] drm/gpuvm: Add a helper to check if two VA can be merged
` [PATCH v5 05/11] drm/gpuvm: Add a flags field to drm_gpuva_op_map
` [PATCH v5 06/11] drm/gpuvm: Add DRM_GPUVA_REPEAT flag and logic
` [PATCH v5 07/11] drm/gpuvm: Ensure correctness of unmap/remaps of repeated regions
` [PATCH v5 08/11] drm/panthor: Add support for repeated mappings
` [PATCH v5 09/11] drm/panthor: Handle remap case "
` [PATCH v5 10/11] drm/panthor: Pass vm_bind_op to vm_prepare_map_op_ctx
` [PATCH v5 11/11] drm/panthor: Bump the driver version to 1.8

[PATCH v1 RESEND 0/4] drm/tyr: implement GPU reset API
 2026-03-13 14:56 UTC  (10+ messages)
` [PATCH v1 RESEND 1/4] drm/tyr: clear reset IRQ before soft reset
` [PATCH v1 RESEND 2/4] rust: add Work::disable_sync
` [PATCH v1 RESEND 3/4] rust: add ordered workqueue wrapper
` [PATCH v1 RESEND 4/4] drm/tyr: add GPU reset handling

[PATCH] drm/amd/display: Replace use of system_wq with system_percpu_wq
 2026-03-13 14:47 UTC 

[PATCH v2] drm/shmem-helper: Fix Map huge page mapping in fault handler
 2026-03-13 14:17 UTC 

[PATCH v6 0/6] cgroup/dmem,drm/ttm: Improve protection in contended cases
 2026-03-13 14:16 UTC  (12+ messages)
` [PATCH v6 1/6] cgroup/dmem: Add queries for protection values
` [PATCH v6 2/6] cgroup,cgroup/dmem: Add (dmem_)cgroup_common_ancestor helper
` [PATCH v6 3/6] drm/ttm: Extract code for attempting allocation in a place
` [PATCH v6 4/6] drm/ttm: Split cgroup charge and resource allocation
` [PATCH v6 5/6] drm/ttm: Be more aggressive when allocating below protection limit
` [PATCH v6 6/6] drm/ttm: Use common ancestor of evictor and evictee as limit pool

[PATCH] drm/amdgpu: switch XGMI sysfs show helpers to sysfs_emit_at()
 2026-03-13 14:04 UTC  (2+ messages)

[PATCH v11 00/65] Fix DRM_USE_DYNAMIC_DEBUG=y
 2026-03-13 13:20 UTC  (66+ messages)
` [PATCH v11 01/65] dyndbg: fix NULL ptr on i386 due to section alignment
` [PATCH v11 02/65] dyndbg: factor ddebug_match_desc out from ddebug_change
` [PATCH v11 03/65] dyndbg: add stub macro for DECLARE_DYNDBG_CLASSMAP
` [PATCH v11 04/65] docs/dyndbg: update examples \012 to \n
` [PATCH v11 05/65] docs/dyndbg: explain flags parse 1st
` [PATCH v11 06/65] test-dyndbg: fixup CLASSMAP usage error
` [PATCH v11 07/65] dyndbg: reword "class unknown, " to "class:_UNKNOWN_"
` [PATCH v11 08/65] dyndbg: make ddebug_class_param union members same size
` [PATCH v11 09/65] dyndbg: drop NUM_TYPE_ARRAY
` [PATCH v11 10/65] dyndbg: tweak pr_fmt to avoid expansion conflicts
` [PATCH v11 11/65] dyndbg: reduce verbose/debug clutter
` [PATCH v11 12/65] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH v11 13/65] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v11 14/65] dyndbg: replace classmap list with a vector
` [PATCH v11 15/65] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v11 16/65] dyndbg, module: make proper substructs in _ddebug_info
` [PATCH v11 17/65] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH v11 18/65] dyndbg: move mod_name down from struct ddebug_table to _ddebug_info
` [PATCH v11 19/65] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v11 20/65] selftests-dyndbg: add a dynamic_debug run_tests target
` [PATCH v11 21/65] dyndbg: change __dynamic_func_call_cls* macros into expressions
` [PATCH v11 22/65] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
` [PATCH v11 23/65] dyndbg: detect class_id reservation conflicts
` [PATCH v11 24/65] dyndbg: check DYNAMIC_DEBUG_CLASSMAP_DEFINE args at compile-time
` [PATCH v11 25/65] dyndbg-test: change do_prints testpoint to accept a loopct
` [PATCH v11 26/65] dyndbg-API: promote DYNAMIC_DEBUG_CLASSMAP_PARAM to API
` [PATCH v11 27/65] dyndbg: treat comma as a token separator
` [PATCH v11 28/65] dyndbg: split multi-query strings with %
` [PATCH v11 29/65] selftests-dyndbg: add test_mod_submod
` [PATCH v11 30/65] dyndbg: resolve "protection" of class'd pr_debug
` [PATCH v11 31/65] dyndbg: add DYNAMIC_DEBUG_CLASSMAP_USE_(dd_class_name, offset)
` [PATCH v11 32/65] dyndbg: Harden classmap and callsite validation
` [PATCH v11 33/65] docs/dyndbg: add classmap info to howto
` [PATCH v11 34/65] drm: use correct ccflags-y spelling
` [PATCH v11 35/65] drm-dyndbg: adapt drm core to use dyndbg classmaps-v2
` [PATCH v11 36/65] drm-dyndbg: adapt DRM to invoke DYNAMIC_DEBUG_CLASSMAP_PARAM
` [PATCH v11 37/65] drm-print: modernize an archaic comment
` [PATCH v11 38/65] drm-print: fix config-dependent unused variable
` [PATCH v11 39/65] drm-dyndbg: DRM_CLASSMAP_USE in amdgpu driver
` [PATCH v11 40/65] drm-dyndbg: DRM_CLASSMAP_USE in i915 driver
` [PATCH v11 41/65] drm-dyndbg: DRM_CLASSMAP_USE in drm_crtc_helper
` [PATCH v11 42/65] drm-dyndbg: DRM_CLASSMAP_USE in drm_dp_helper
` [PATCH v11 43/65] drm-dyndbg: DRM_CLASSMAP_USE in nouveau
` [PATCH v11 44/65] drm-dyndbg: add DRM_CLASSMAP_USE to Xe driver
` [PATCH v11 45/65] drm-dyndbg: add DRM_CLASSMAP_USE to virtio_gpu
` [PATCH v11 46/65] drm-dyndbg: add DRM_CLASSMAP_USE to simpledrm
` [PATCH v11 47/65] drm-dyndbg: add DRM_CLASSMAP_USE to bochs
` [PATCH v11 48/65] drm-dyndbg: add DRM_CLASSMAP_USE to etnaviv
` [PATCH v11 49/65] drm-dyndbg: add DRM_CLASSMAP_USE to gma500 driver
` [PATCH v11 50/65] drm-dyndbg: add DRM_CLASSMAP_USE to radeon
` [PATCH v11 51/65] drm-dyndbg: add DRM_CLASSMAP_USE to vmwgfx driver
` [PATCH v11 52/65] drm-dyndbg: add DRM_CLASSMAP_USE to vkms driver
` [PATCH v11 53/65] drm-dyndbg: add DRM_CLASSMAP_USE to udl driver
` [PATCH v11 54/65] drm-dyndbg: add DRM_CLASSMAP_USE to mgag200 driver
` [PATCH v11 55/65] drm-dyndbg: add DRM_CLASSMAP_USE to the gud driver
` [PATCH v11 56/65] drm-dyndbg: add DRM_CLASSMAP_USE to the qxl driver
` [PATCH v11 57/65] drm-dyndbg: add DRM_CLASSMAP_USE to the drm_gem_shmem_helper driver
` [PATCH v11 58/65] accel: add -DDYNAMIC_DEBUG_MODULE to subdir-ccflags
` [PATCH v11 59/65] accel/ivpu: implement IVPU_DBG_* as a dyndbg classmap
` [PATCH v11 60/65] drm: restore CONFIG_DRM_USE_DYNAMIC_DEBUG un-BROKEN
` [PATCH v11 61/65] accel/ethosu: enable drm.debug control
` [PATCH v11 62/65] accel/rocket: "
` [PATCH v11 63/65] drm_buddy: fix 64-bit truncation in power-of-2 rounding
` [PATCH v11 64/65] drm_print: fix drm_printer dynamic debug bypass
` [PATCH v11 65/65] drm_vblank: use dyndbg's static-key to avoid flag-check

[PATCH v11 00/65] Fix DRM_USE_DYNAMIC_DEBUG=y
 2026-03-13 13:09 UTC  (3+ messages)
` [PATCH v11 01/65] dyndbg: fix NULL ptr on i386 due to section alignment
` [PATCH v11 02/65] dyndbg: factor ddebug_match_desc out from ddebug_change

[PATCH 0/2] Disable Panel Replay as quirk for LGD panel
 2026-03-13 12:21 UTC  (3+ messages)
` [PATCH 1/2] drm/dp: Add quirk to disable Panel Replay on certain panels
` [PATCH 2/2] drm/i915/psr: Disable Panel Replay on DP_DPCD_QUIRK_NO_PANEL_REPLAY quirk

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

[PATCH] drm/ast: DisplayPort edid supports 256 bytes
 2026-03-13 10:04 UTC 

[PATCH] [linux-next mismerge] drm/fbdev-emulation: restore drm_fb_helper_gem_is_fb() dummy
 2026-03-13  9:56 UTC 

[PATCH v2 0/3] Arm China Linlon-D6 display controller support
 2026-03-13  3:31 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: vendor-prefixes: Add Arm Technology (China) Co., Ltd
` [PATCH v2 2/3] dt-bindings: display: arm, komeda: add Arm China Linlon D6 compatible
` [PATCH v2 3/3] drm/komeda: Add support for Arm China Linlon-D6

[PATCH] drm/nouveau: fix misleading indentation
 2026-03-13  6:32 UTC 

[PATCH] backlight: cgbc_bl: fix kernel-doc comment for struct cgbc_bl_data
 2026-03-12 21:42 UTC 

[PATCH v2] dt-bindings: display: panel: Align style of "true" properties
 2026-03-13  8:20 UTC 

[PATCH v7 0/2] Add ITE IT61620 MIPI DSI to HDMI bridge driver
 2026-03-13  6:48 UTC  (3+ messages)
` [PATCH v7 1/2] dt-binding: display: Add ITE IT61620 MIPI DSI to HDMI bridge
` [PATCH v7 2/2] drm/bridge: Add ITE IT61620 MIPI DSI to HDMI bridge driver

[PATCH v2 0/2] drm/imagination: Improve power off sequence
 2026-03-13  6:38 UTC  (3+ messages)
` [PATCH v2 1/2] drm/imagination: Improve firmware power off for layout_mars config
` [PATCH v2 2/2] drm/imagination: Skip 2nd thread DM association for non META Firmware

[PATCH v3 0/2] Add ITE IT6162 MIPI DSI to HDMI bridge driver
 2026-03-13  6:16 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: display: bridge: Add ITE IT6162 MIPI DSI to HDMI bridge
` [PATCH v3 2/2] drm/bridge: Add ITE IT6162 MIPI DSI to HDMI bridge driver

[PATCH] drm/display: Increase DP_RECEIVER_CAP_SIZE from 15 to 16 bytes
 2026-03-13  5:00 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] drm/i915/gem: update outdated comment
 2026-03-13  4:47 UTC  (3+ messages)
` Claude review: "

[PATCH] staging: fbtft: fb_ra8875: replace udelay() with usleep_range()
 2026-03-13  4:46 UTC  (3+ messages)
` Claude review: "

[PATCH] staging: fbtft: fb_tinylcd: replace udelay() with usleep_range()
 2026-03-13  4:44 UTC  (3+ messages)
` Claude review: "

[PATCH] drm/amd/display: Fix gamma 2.2 colorop TFs
 2026-03-13  4:43 UTC  (3+ messages)
` Claude review: "

[PATCH 0/2] ili9806e: Add Densitron DMT050WVNMCMI-1A to ILI9806E DSI driver
 2026-03-13  4:42 UTC  (2+ messages)
` Claude review: "

[PATCH] drm/msm/dsi: Restore widebus calculation for CMDMode panels
 2026-03-13  4:40 UTC  (3+ messages)
` Claude review: "

[PATCH v2 0/5] drm/tyr: Use register! macro
 2026-03-13  4:38 UTC  (12+ messages)
` [PATCH v2 1/5] drm/tyr: Use register! macro for GPU_CONTROL
  ` Claude review: "
` [PATCH v2 2/5] drm/tyr: Set interconnect coherency during probe
  ` Claude review: "
` [PATCH v2 3/5] drm/tyr: Use register! macro for JOB_CONTROL
  ` Claude review: "
` [PATCH v2 4/5] drm/tyr: Use register! macro for MMU_CONTROL
  ` Claude review: "
` [PATCH v2 5/5] drm/tyr: Remove custom register struct
  ` Claude review: "
` Claude review: drm/tyr: Use register! macro

[PATCH v8 0/4] Support for Adreno 612 GPU - Respin
 2026-03-13  4:34 UTC  (10+ messages)
` [PATCH v8 1/4] arm64: dts: qcom: talos: add the GPU SMMU node
  ` Claude review: "
` [PATCH v8 2/4] arm64: dts: qcom: talos: Add gpu and rgmu nodes
  ` Claude review: "
` [PATCH v8 3/4] arm64: dts: qcom: talos: Add GPU cooling
  ` Claude review: "
` [PATCH v8 4/4] arm64: dts: qcom: qcs615-ride: Enable Adreno 612 GPU
  ` Claude review: "
` Claude review: Support for Adreno 612 GPU - Respin

[PATCH v2 0/2] drm: bridge: ti-sn65dsi83: Improve dual-link LVDS support
 2026-03-13  4:32 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: display: bridge: ti, sn65dsi83: Add dual-link video mode property
  ` Claude review: "
` [PATCH v2 2/2] drm: bridge: ti-sn65dsi83: Add support for dual-link LVDS video mode
  ` Claude review: "
` Claude review: drm: bridge: ti-sn65dsi83: Improve dual-link LVDS support

[PATCH v7 0/3] Panel Replay BW optimization
 2026-03-13  4:30 UTC  (8+ messages)
` [PATCH v7 1/3] drm/i915/display: Add drm helper to check pr optimization support
  ` Claude review: "
` [PATCH v7 2/3] drm/i915/display: Panel Replay BW optimization for DP2.0 tunneling
  ` Claude review: "
` [PATCH v7 3/3] drm/i915/display: Disable Panel Replay for DP-tunneling without optimization
  ` Claude review: "
` Claude review: Panel Replay BW optimization

[PATCH] drm/bridge: Fix refcount shown via debugfs for encoder_bridges_show()
 2026-03-13  4:28 UTC  (3+ messages)
` Claude review: "

[PATCH v2 00/15] firmware: qcom: Add OP-TEE PAS service support
 2026-03-13  4:26 UTC  (32+ messages)
` [PATCH v2 01/15] arm64: dts: qcom: kodiak: Add EL2 overlay
  ` Claude review: "
` [PATCH v2 02/15] firmware: qcom: Add a generic PAS service
  ` Claude review: "
` [PATCH v2 03/15] firmware: qcom_scm: Migrate to "
  ` Claude review: "
` [PATCH v2 04/15] firmware: qcom: Add a PAS TEE service
  ` Claude review: "
` [PATCH v2 05/15] remoteproc: qcom_q6v5_pas: Switch over to generic PAS TZ APIs
  ` Claude review: "
` [PATCH v2 06/15] remoteproc: qcom_q6v5_mss: Switch "
  ` Claude review: "
` [PATCH v2 07/15] soc: qcom: mdtloader: "
  ` Claude review: "
` [PATCH v2 08/15] remoteproc: qcom_wcnss: "
  ` Claude review: "
` [PATCH v2 09/15] remoteproc: qcom: Select QCOM_PAS_TEE service backend
  ` Claude review: "
` [PATCH v2 10/15] drm/msm: Switch to generic PAS TZ APIs
  ` Claude review: "
` [PATCH v2 11/15] media: qcom: "
  ` Claude review: "
` [PATCH v2 12/15] net: ipa: "
  ` Claude review: "
` [PATCH v2 13/15] wifi: ath12k: "
  ` Claude review: "
` [PATCH v2 14/15] firmware: qcom_scm: Remove SCM PAS wrappers
  ` Claude review: "
` [PATCH v2 15/15] MAINTAINERS: Add maintainer entry for Qualcomm PAS TZ service
  ` Claude review: "
` Claude review: firmware: qcom: Add OP-TEE PAS service support

[PATCH RESEND drm-dp 0/4] Fix some bugs in the hibmc driver
 2026-03-13  4:23 UTC  (10+ messages)
` [PATCH RESEND drm-dp 1/4] drm/hisilicon/hibmc: add updating link cap in DP detect()
  ` Claude review: "
` [PATCH RESEND drm-dp 2/4] drm/hisilicon/hibmc: fix no showing when no connectors connected
  ` Claude review: "
` [PATCH RESEND drm-dp 3/4] drm/hisilicon/hibmc: move display contrl config to hibmc_probe()
  ` Claude review: "
` [PATCH RESEND drm-dp 4/4] drm/hisilicon/hibmc: use clock to look up the PLL value
  ` Claude review: "
` Claude review: Fix some bugs in the hibmc driver

[PATCH v19 0/4] drm/msm/dpu: Support quad pipe with dual-interface
 2026-03-13  4:21 UTC  (10+ messages)
` [PATCH v19 1/4] drm/msm/dpu: Extract plane splitting into a dedicated function
  ` Claude review: "
` [PATCH v19 2/4] drm/msm/dpu: Defer SSPP allocation until CRTC check
  ` Claude review: "
` [PATCH v19 3/4] drm/msm/dpu: support plane splitting in quad-pipe case
  ` Claude review: "
` [PATCH v19 4/4] drm/msm/dpu: Enable quad-pipe for DSC and dual-DSI case
  ` Claude review: "
` Claude review: drm/msm/dpu: Support quad pipe with dual-interface

[PATCH] staging: fbtft: avoid empty macro argument in define_fbtft_write_reg
 2026-03-13  4:18 UTC  (3+ messages)
` Claude review: "

[PATCH v2 0/3] drm/imagination: Firmware handling of context reset notification
 2026-03-13  4:16 UTC  (8+ messages)
` [PATCH v2 1/3] drm/imagination: Add missing rogue context reset reasons
  ` Claude review: "
` [PATCH v2 2/3] drm/imagination: Switch reset_reason fields from enum to u32
  ` Claude review: "
` [PATCH v2 3/3] drm/imagination: Implement handling of context reset notification
  ` Claude review: "
` Claude review: drm/imagination: Firmware "


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