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

[PATCH v3 00/13] vc,fbcon,fonts: Proper handling of font data
 2026-03-10  2:19 UTC  (23+ messages)
` [PATCH v3 01/13] fbdev: Declare src parameter of fb_pad_ helpers as constant
  ` Claude review: "
` [PATCH v3 02/13] vt: Remove trailing whitespaces
  ` Claude review: "
` [PATCH v3 03/13] vt: Store font in struct vc_font
  ` Claude review: "
` [PATCH v3 04/13] vt: Calculate font-buffer size with vc_font_size()
  ` Claude review: "
` [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 10/13] lib/fonts: Compare font data for equality with font_data_is_equal()
` [PATCH v3 11/13] lib/fonts: Create font_data_t from struct console_font with font_data_import()
` [PATCH v3 12/13] lib/fonts: Store font data for user space with font_data_export()
` [PATCH v3 13/13] lib/fonts: Remove internal symbols and macros from public header file
` Claude review: vc,fbcon,fonts: Proper handling of font data

[PATCH v5 0/9] drm/panthor: Add a GEM shrinker
 2026-03-10  2:15 UTC  (21+ messages)
` [PATCH v5 1/9] drm/gem: Consider GEM object reclaimable if shrinking fails
  ` Claude review: "
` [PATCH v5 2/9] drm/panthor: Move panthor_gems_debugfs_init() to panthor_gem.c
  ` Claude review: "
` [PATCH v5 3/9] drm/panthor: Group panthor_kernel_bo_xxx() helpers
  ` Claude review: "
` [PATCH v5 4/9] drm/panthor: Don't call drm_gpuvm_bo_extobj_add() if the object is private
  ` Claude review: "
` [PATCH v5 5/9] drm/panthor: Part ways with drm_gem_shmem_object
  ` Claude review: "
` [PATCH v5 6/9] drm/panthor: Lazily allocate pages on mmap()
  ` Claude review: "
` [PATCH v5 7/9] drm/panthor: Split panthor_vm_prepare_map_op_ctx() to prepare for reclaim
  ` Claude review: "
` [PATCH v5 8/9] drm/panthor: Track the number of mmap on a BO
  ` Claude review: "
` [PATCH v5 9/9] drm/panthor: Add a GEM shrinker
  ` Claude review: "

[PATCH] drm/imagination: Fix deadlock in soft reset sequence
 2026-03-10  2:12 UTC  (3+ messages)
` Claude review: "

[PATCH v4 0/4] Fixes the stack overflow
 2026-03-10  2:10 UTC  (15+ messages)
` [PATCH v4 1/4] rust: ptr: add `KnownSize` trait to support DST size info extraction
  ` Claude review: "
` [PATCH v4 2/4] rust: ptr: add projection infrastructure
  ` Claude review: "
` [PATCH v4 3/4] rust: dma: use pointer projection infra for `dma_{read,write}` macro
  ` Claude review: "
` [PATCH v4 4/4] gpu: nova-core: fix stack overflow in GSP memory allocation
  ` Claude review: "
` Claude review: Fixes the stack overflow

[PATCH] drm/sun4i: layers: Use drm_fb_dma_get_gem_addr() to get display memory
 2026-03-10  2:07 UTC  (4+ messages)
` Claude review: "

[PATCH v2] rust: update `kernel::c_str!` documentation
 2026-03-10  2:05 UTC  (3+ messages)
` Claude review: "

[PATCH v3] dt-bindings: display: panel: Document the rotation property
 2026-03-10  2:03 UTC  (3+ messages)
` Claude review: "

[PATCH v2] drm/ttm/tests: add a test to exercise ttm_bo_swapout
 2026-03-10  2:02 UTC  (3+ messages)
` Claude review: "

[PATCH] drm/ttm: document that ttm_bo_swapout deals with pages
 2026-03-10  1:58 UTC  (3+ messages)
` Claude review: "

[PATCH v3 phy-next 00/24] Split Generic PHY consumer and provider API
 2026-03-10  1:57 UTC  (48+ messages)
` [PATCH v3 phy-next 01/24] ata: add <linux/pm_runtime.h> where missing
  ` Claude review: "
` [PATCH v3 phy-next 02/24] PCI: Add missing headers transitively included by <linux/phy/phy.h>
  ` Claude review: "
` [PATCH v3 phy-next 03/24] usb: add "
  ` Claude review: "
` [PATCH v3 phy-next 04/24] drm: add <linux/pm_runtime.h> where missing
  ` Claude review: "
` [PATCH v3 phy-next 05/24] phy: "
  ` Claude review: "
` [PATCH v3 phy-next 06/24] phy: spacemit: include missing <linux/phy/phy.h>
  ` Claude review: "
` [PATCH v3 phy-next 07/24] net: lan969x: include missing <linux/of.h>
  ` Claude review: "
` [PATCH v3 phy-next 08/24] PCI: Remove device links to PHY
  ` Claude review: "
` [PATCH v3 phy-next 09/24] ufs: exynos: stop poking into struct phy guts
  ` Claude review: "
` [PATCH v3 phy-next 10/24] drm/rockchip: dw_hdmi: avoid direct dereference of phy->dev.of_node
  ` Claude review: "
` [PATCH v3 phy-next 11/24] drm/msm/dp: remove debugging prints with internal struct phy state
  ` Claude review: "
` [PATCH v3 phy-next 12/24] phy: move provider API out of public <linux/phy/phy.h>
  ` Claude review: "
` [PATCH v3 phy-next 13/24] phy: make phy_get_mode(), phy_(get|set)_bus_width() NULL tolerant
  ` Claude review: "
` [PATCH v3 phy-next 14/24] phy: introduce phy_get_max_link_rate() helper for consumers
  ` Claude review: "
` [PATCH v3 phy-next 15/24] drm/rockchip: dsi: include PHY provider header
  ` Claude review: "
` [PATCH v3 phy-next 16/24] drm: bridge: cdns-mhdp8546: use consumer API for getting PHY bus width
  ` Claude review: "
` [PATCH v3 phy-next 17/24] media: sunxi: a83-mips-csi2: include PHY provider header
  ` Claude review: "
` [PATCH v3 phy-next 18/24] net: renesas: rswitch: "
  ` Claude review: "
` [PATCH v3 phy-next 19/24] pinctrl: tegra-xusb: "
  ` Claude review: "
` [PATCH v3 phy-next 20/24] power: supply: cpcap-charger: include missing <linux/property.h>
  ` Claude review: "
` [PATCH v3 phy-next 21/24] phy: include PHY provider header (1/2)
` [PATCH v3 phy-next 22/24] phy: include PHY provider header (2/2)
` [PATCH v3 phy-next 23/24] phy: remove temporary provider compatibility from consumer header
  ` Claude review: "
` [PATCH v3 phy-next 24/24] MAINTAINERS: add regexes for linux-phy
  ` Claude review: "
` Claude review: Split Generic PHY consumer and provider API

[PATCH v2] drm/bridge: ti-sn65dsi83: two fixes + add test pattern
 2026-03-10  1:48 UTC  (4+ messages)
` [PATCH v2] drm/bridge: ti-sn65dsi83: add test pattern generation support
` Claude review: drm/bridge: ti-sn65dsi83: two fixes + add test pattern

[PATCH v2 0/8] Rockchip DRM use-after-free & null-ptr-deref fixes
 2026-03-10  1:47 UTC  (18+ messages)
` [PATCH v2 1/8] drm/rockchip: inno-hdmi: Switch to drmm_kzalloc()
  ` Claude review: "
` [PATCH v2 2/8] drm/rockchip: dw_dp: "
  ` Claude review: "
` [PATCH v2 3/8] drm/rockchip: dw_dp: Fix null-ptr-deref in dw_dp_remove()
  ` Claude review: "
` [PATCH v2 4/8] drm/rockchip: dw_dp: Simplify error handling
  ` Claude review: "
` [PATCH v2 5/8] drm/rockchip: dw_dp: Drop unnecessary #include
  ` Claude review: "
` [PATCH v2 6/8] drm/rockchip: dw_hdmi_qp: Switch to drmm_encoder_init()
  ` Claude review: "
` [PATCH v2 7/8] drm/bridge: synopsys: dw-dp: Unregister AUX channel on bridge detach
  ` Claude review: "
` [PATCH v2 8/8] drm/bridge: synopsys: dw-dp: Drop useless memory allocation
  ` Claude review: "
` Claude review: Rockchip DRM use-after-free & null-ptr-deref fixes

[PATCH] gpu: nova-core: gsp: fix UB in DmaGspMem pointer accessors
 2026-03-10  1:44 UTC  (3+ messages)
` Claude review: "

[PATCH v3 0/5] Support for the Pixel 3a XL with the Tianma panel
 2026-03-10  1:42 UTC  (12+ messages)
` [PATCH v3 1/5] dt-bindings: arm: qcom: document google, bonito-tianma board
  ` Claude review: "
` [PATCH v3 2/5] dt-bindings: panel-simple-dsi: add nt37700f compatible
  ` Claude review: "
` [PATCH v3 3/5] drm/panel: Add Novatek/Tianma NT37700F panel
  ` Claude review: "
` [PATCH v3 4/5] arm64: dts: qcom: sdm670-google: add common device tree include
  ` Claude review: "
` [PATCH v3 5/5] arm64: dts: qcom: add support for pixel 3a xl with the tianma panel
  ` Claude review: "
` Claude review: Support for the Pixel 3a XL with the Tianma panel

[PATCH v10 00/18] Apply drm_bridge_connector and panel_bridge helper for the Analogix DP driver
 2026-03-10  1:39 UTC  (28+ messages)
` [PATCH v10 01/18] drm/bridge: analogix_dp: Add &analogix_dp_plat_data.next_bridge
  ` Claude review: "
` [PATCH v10 02/18] drm/bridge: Move legacy bridge driver out of imx directory for multi-platform use
  ` Claude review: "
` [PATCH v10 03/18] drm/exynos: exynos_dp: Remove &exynos_dp_device.ptn_bridge
  ` Claude review: "
` [PATCH v10 04/18] drm/exynos: exynos_dp: Remove unused &exynos_dp_device.connector
  ` Claude review: "
` [PATCH v10 05/18] drm/exynos: exynos_dp: Apply of-display-mode-bridge to parse the display-timings node
  ` Claude review: "
` [PATCH v10 06/18] drm/bridge: analogix_dp: Remove redundant &analogix_dp_plat_data.skip_connector
  ` Claude review: "
` [PATCH v10 07/18] drm/bridge: analogix_dp: Move the color format check to .atomic_check() for Rockchip platforms
  ` Claude review: "
` [PATCH v10 08/18] drm/bridge: analogix_dp: Remove unused &analogix_dp_plat_data.get_modes()
  ` Claude review: "
` [PATCH v10 09/18] drm/bridge: analogix_dp: Remove unused struct drm_connector* for &analogix_dp_plat_data.attach()
  ` Claude review: "
` [PATCH v10 10/18] drm/bridge: analogix_dp: Pass struct drm_atomic_state* for analogix_dp_bridge_mode_set()
  ` Claude review: "
` [PATCH v10 11/18] drm/bridge: analogix_dp: Apply drm_bridge_connector helper
  ` Claude review: "
` [PATCH v10 12/18] drm/bridge: analogix_dp: Remove unnecessary &analogix_dp_device.connector
  ` Claude review: "
` [PATCH v10 13/18] drm/bridge: analogix_dp: Add new API analogix_dp_finish_probe()
  ` Claude review: "
` Claude review: Apply drm_bridge_connector and panel_bridge helper for the Analogix DP driver

[PATCH v2 2/2] drm/bridge: Add ITE IT6162 MIPI DSI to HDMI bridge driver
 2026-03-09 22:26 UTC  (3+ messages)

[PATCH v2] drm/panthor: Fix the "done_fence is initialized" detection logic
 2026-03-09 17:30 UTC  (3+ messages)

[PATCH] drm/amdgpu: fix PASID task_info lookup race
 2026-03-09 16:54 UTC 

[PATCH 0/2] drm/amdgpu: fix use-after-free in userq signal/wait IOCTLs
 2026-03-09  2:22 UTC  (3+ messages)
` [PATCH 1/2] drm/amdgpu: protect waitq access with userq_mutex in wait IOCTL
` [PATCH 2/2] drm/amdgpu: protect queue access in signal IOCTL

[PATCH v2 0/2] Add support for Tianma TA066VVHM03 DSI panel
 2026-03-09  7:59 UTC  (7+ messages)
` [PATCH v2 1/2] dt-bindings: display: panel: Document Tianma TA066VVHM03
` [PATCH v2 2/2] drm/panel: Add support for Tianma TA066VVHM03 panel

[PATCH] drm/panthor: Fix the "done_fence is initialized" detection logic
 2026-03-09 15:32 UTC  (5+ messages)


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