public inbox for drm-ai-reviews@public-inbox.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2026-05-01 13:17:13 to 2026-05-04 20:11:37 UTC [more...]

[PATCH v4 00/17] drm: bridge: dw_hdmi: Misc enable/disable, CEC and EDID cleanup
 2026-05-04 19:10 UTC  (18+ messages)
` [PATCH v4 01/17] drm: bridge: dw_hdmi: Disable scrambler feature when not supported
` [PATCH v4 02/17] drm: bridge: dw_hdmi: Only notify connected status on HPD interrupt
` [PATCH v4 03/17] drm: bridge: dw_hdmi: Call poweron/poweroff from atomic enable/disable
` [PATCH v4 04/17] drm: bridge: dw_hdmi: Use passed mode instead of stored previous_mode
` [PATCH v4 05/17] drm: bridge: dw_hdmi: Fold poweron and setup functions
` [PATCH v4 06/17] drm: bridge: dw_hdmi: Remove previous_mode and mode_set
` [PATCH v4 07/17] drm: bridge: dw_hdmi: Invalidate CEC phys addr from connector detect
` [PATCH v4 08/17] drm: bridge: dw_hdmi: Remove cec_notifier_mutex
` [PATCH v4 09/17] drm: bridge: dw_hdmi: Extract dw_hdmi_connector_status_update()
` [PATCH v4 10/17] drm: bridge: dw_hdmi: Use dw_hdmi_connector_status_update()
` [PATCH v4 11/17] drm: bridge: dw_hdmi: Use display_info is_hdmi and has_audio
` [PATCH v4 12/17] drm: bridge: dw_hdmi: Use generic CEC notifier helpers
` [PATCH v4 13/17] drm: bridge: dw_hdmi: Use delayed_work to debounce hotplug event
` [PATCH v4 14/17] drm: bridge: dw_hdmi: Rework HDP and RXSENSE interrupt handling
` [PATCH v4 15/17] drm: bridge: dw_hdmi: Remove the empty dw_hdmi_setup_rx_sense()
` [PATCH v4 16/17] drm: bridge: dw_hdmi: Remove the empty dw_hdmi_phy_update_hpd()
` [PATCH v4 17/17] drm: bridge: dw_hdmi: Merge top and bottom half IRQ handlers

[PATCH v3] drm/bridge: imx8qxp-pxl2dpi: avoid ERR_PTR with device_node cleanup
 2026-05-04 19:09 UTC  (2+ messages)

[PATCH v3 00/16] drm/msm: Add PERFCNTR_CONFIG ioctl
 2026-05-04 19:06 UTC  (16+ messages)
` [PATCH v3 01/16] drm/msm: Remove obsolete perf infrastructure
` [PATCH v3 02/16] drm/msm: Allow CAP_PERFMON for setting SYSPROF
` [PATCH v3 04/16] drm/msm/registers: Sync gen_header.py from mesa
` [PATCH v3 05/16] drm/msm/registers: Add perfcntr json
` [PATCH v3 06/16] drm/msm: Add a6xx+ perfcntr tables
` [PATCH v3 07/16] drm/msm: Add sysprof accessors
` [PATCH v3 08/16] drm/msm/a6xx: Add yield & flush helper
` [PATCH v3 09/16] drm/msm: Add per-context perfcntr state
` [PATCH v3 10/16] drm/msm: Add basic perfcntr infrastructure
` [PATCH v3 11/16] drm/msm/a6xx+: Add support to configure perfcntrs
` [PATCH v3 12/16] drm/msm/a8xx: Add perfcntr flush sequence
` [PATCH v3 13/16] drm/msm: Add PERFCNTR_CONFIG ioctl
` [PATCH v3 14/16] drm/msm/a6xx: Increase pwrup_reglist size
` [PATCH v3 15/16] drm/msm/a6xx: Append SEL regs to dyn pwrup reglist
` [PATCH v3 16/16] drm/msm/a6xx: Allow IFPC with perfcntr stream

[PATCH 0/5] drm/rockchip: vop2: Fix layer cfg done timeout on multi-output setups
 2026-05-04 18:24 UTC  (6+ messages)
` [PATCH 1/5] drm/rockchip: vop2: Fix wrong wait target in layer cfg done check
` [PATCH 2/5] drm/rockchip: vop2: Wait for layer cfg done before switching LAYERSEL_REGDONE_SEL
` [PATCH 3/5] drm/rockchip: vop2: Delay old_{layer|port}_sel updates in setup_layer_mixer()
` [PATCH 4/5] drm/rockchip: vop2: Drop redundant zero-init "
` [PATCH 5/5] drm/rockchip: vop2: Use vop2->old_layer_sel directly in wait_for_layer_cfg_done()

[PATCH] drm/ttm/pool: back up at native page order
 2026-05-04 17:35 UTC  (5+ messages)

[PATCH v4 00/11] drm/bridge: handle refcounting for bridge-only callers of drm_of_find_panel_or_bridge()
 2026-05-04 15:27 UTC  (19+ messages)
` [PATCH v4 01/11] drm/bridge: drm_bridge_get/put(): ignore ERR_PTR
` [PATCH v4 02/11] drm/bridge: add of_drm_get_bridge_by_endpoint()
` [PATCH v4 03/11] drm/msm/hdmi: switch to of_drm_get_bridge_by_endpoint()
` [PATCH v4 04/11] drm/hisilicon/kirin: "
` [PATCH v4 05/11] drm/bridge: chrontel-ch7033: "
` [PATCH v4 06/11] drm/bridge: lontium-lt9611uxc: "
` [PATCH v4 07/11] drm/bridge: lt9611: "
` [PATCH v4 08/11] drm/bridge: adv7511: "
` [PATCH v4 09/11] drm/bridge: lt8713sx: "
` [PATCH v4 10/11] drm: zynqmp_dp: "
` [PATCH v4 11/11] drm: of: forbid bridge-only calls to drm_of_find_panel_or_bridge()

[PATCH] drm: Consistently define pci_device_ids using named initializers
 2026-05-04 15:05 UTC 

[PATCH 00/10] drm/panthor: Reduce dma_fence signalling latency
 2026-05-04 15:00 UTC  (25+ messages)
` [PATCH 01/10] drm/panthor: Make panthor_irq::state a non-atomic field
` [PATCH 02/10] drm/panthor: Move the register accessors before the IRQ helpers
` [PATCH 03/10] drm/panthor: Replace the panthor_irq macro machinery by inline helpers
` [PATCH 04/10] drm/panthor: Extend the IRQ logic to allow fast/raw IRQ handlers
` [PATCH 05/10] drm/panthor: Make panthor_fw_{update,toggle}_reqs() callable from IRQ context
  ` [PATCH 05/10] drm/panthor: Make panthor_fw_{update, toggle}_reqs() "
` [PATCH 06/10] drm/panthor: Prepare the scheduler logic for FW events in "
` [PATCH 07/10] drm/panthor: Automate CSG IRQ processing at group unbind time
` [PATCH 08/10] drm/panthor: Automatically enable interrupts in panthor_fw_wait_acks()
` [PATCH 09/10] drm/panthor: Process FW events in IRQ context
` [PATCH 10/10] drm/panthor: Introduce interrupt coalescing support for job IRQs

[PATCH] drm/bridge: ite-it6263: Drop unnecessary blank line
 2026-05-04 14:59 UTC 

[PATCH 6.18.y] fbdev: defio: Disconnect deferred I/O from the lifetime of struct fb_info
 2026-05-04 14:19 UTC 

[PATCH v2 0/2] drm/drm_blend: allow blend mode property without PREMULTI
 2026-05-04 14:06 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] drm: ensure blend mode supported if alpha exposed

[PATCH 0/2] gpu/buddy: Per-order free and used block scoreboards
 2026-05-04 13:52 UTC  (3+ messages)
` [PATCH 1/2] gpu/buddy: Track per-order free blocks with a scoreboard
` [PATCH 2/2] gpu/buddy: Track per-order used "

[PATCH v1 0/3] drm: Drop unused include of <drm/drm_pciids.h>
 2026-05-04 13:42 UTC  (3+ messages)
` [PATCH v1 3/3] drm/mgag200: "

[PATCH 0/4] Add Novatek NT37705 panel driver for Fairphone (Gen. 6)
 2026-05-04 13:36 UTC  (8+ messages)
` [PATCH 1/4] dt-bindings: display: panel: Add Novatek NT37705
` [PATCH 2/4] drm/panel: Add driver for Novatek NT37705 panel
` [PATCH 3/4] arm64: defconfig: Enable "
` [PATCH 4/4] arm64: dts: qcom: milos-fairphone-fp6: Enable display

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

[PATCH v7 phy-next 00/27] Split Generic PHY consumer and provider
 2026-05-04 11:48 UTC  (5+ messages)
` [PATCH v7 phy-next 08/27] PCI: Remove device links to PHY
` [PATCH v7 phy-next 09/27] scsi: ufs: exynos: stop poking into struct phy guts

[PATCH 0/6] Add DRM driver for Solomon SSD16xx e-paper display controllers
 2026-05-04 10:18 UTC  (3+ messages)
` [PATCH 1/6] dt-bindings: vendor-prefixes: Add Dalian Good Display Co., Ltd

[PATCH] drm/ipv3: add CONFIG_OF dependency for DRM_OF_DISPLAY_MODE_BRIDGE
 2026-05-04 10:18 UTC  (2+ messages)

[PATCH v8 0/4] kunit: Add support for suppressing warning backtraces
 2026-05-04 10:03 UTC  (6+ messages)
` [PATCH v8 1/4] bug/kunit: Core "
` [PATCH v8 2/4] kunit: Add backtrace suppression self-tests
` [PATCH v8 3/4] drm: Suppress intentional warning backtraces in scaling unit tests
` [PATCH v8 4/4] kunit: Add documentation for warning backtrace suppression API

[PATCH] drm/rcar-du: Drop superfluous spaces after assignments
 2026-05-04  8:11 UTC  (2+ messages)

[PATCH v3 0/2] drm: panel: support the R63419 based dual-DSI video mode Display Panels
 2026-05-04  8:02 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: display: panel: document the Renesas "
` [PATCH v3 2/2] drm: panel: add support for "

[PATCH] drm/vmwgfx: Don't use UTS_RELEASE directly
 2026-05-04  7:34 UTC 

[PATCH v4 0/6] mm, drm/ttm, drm/xe: Avoid reclaim/eviction loops under fragmentation
 2026-05-04  7:16 UTC  (7+ messages)
` [PATCH v4 2/6] mm: Introduce zone_maybe_fragmented_in_shrinker()
    ` PATCH v4 0/6] mm, drm/ttm, drm/xe: Avoid reclaim/eviction loops under fragmentation
` [PATCH v4 3/6] drm/ttm: Issue direct reclaim at beneficial_order

[PATCH v3 00/10] Add dmabuf read/write via io_uring
 2026-05-04  7:14 UTC  (5+ messages)
` [PATCH v3 01/10] file: add callback for creating long-term dmabuf maps

[PATCH] drm/bridge: analogix_dp: Extract error pointer from correct variable
 2026-05-04  7:02 UTC  (2+ messages)

[PATCH v2 0/2] drm: panel: support the R63419 based dual-DSI video mode Display Panels
 2026-05-04  7:00 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: regulator: document the Renesas "

[PATCH] drm/panel: boe-tv101wum-nl6: restore MODE_LPM after sending disable cmds
 2026-05-04  6:48 UTC  (2+ messages)

[PATCH v2] drm/ttm: Fix GPU MM stats during pool shrinking
 2026-05-04  4:09 UTC  (3+ messages)

[PATCH] drm/nouveau/kms/nvd9-: Use contiguous memory for CRC notifier context
 2026-05-04  4:01 UTC  (2+ messages)

[PATCH v2 0/2] drm/tegra: gr2d/gr3d: Move pm_runtime_enable to gr*d_probe
 2026-05-03 18:36 UTC  (4+ messages)
` [PATCH v2 1/2] drm/tegra: gr2d/gr3d: Initialize address register map before HOST1X client is registered
` [PATCH v2 2/2] drm/tegra: gr2d/gr3d: Contain PM in the gr*d_probe/gr*d_remove

[PATCH] drm/panthor: Fix missing declaration for panthor_transparent_hugepage
 2026-05-03 14:42 UTC 

[PATCH v2 0/4] Devicetree support for Glymur GPU
 2026-05-03 14:14 UTC  (8+ messages)
` [PATCH v2 1/4] dt-bindings: display/msm: gpu: Document Adreno X2-185
` [PATCH v2 2/4] dt-bindings: arm-smmu: Update the description for Glymur GPU SMMU
` [PATCH v2 3/4] arm64: dts: qcom: glymur: Add GPU smmu node
` [PATCH v2 4/4] arm64: dts: qcom: Add GPU support for Glymur

[PATCH v3 0/9] MDSS / DPU bringup for Milos
 2026-05-03 12:28 UTC  (3+ messages)
` [PATCH v3 4/9] dt-bindings: display: msm: document the Milos Mobile Display Subsystem

[PATCH v2] rust: drm: fix unsound initialization in drm::Device::new
 2026-05-03 12:21 UTC  (3+ messages)

[PATCH v4 0/2] Add Lontium LT7911EXC eDP to MIPI DSI bridge
 2026-05-03 12:07 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: bridge: "

[PATCH] drm/i915: replace select with dependency for visible DEBUG_OBJECTS
 2026-05-02 19:19 UTC 

[PATCH] drm/vc4: fix NULL dereference in vc4_hvs_unbind
 2026-05-02 12:12 UTC 

[PATCH RFC v5 0/7] Add support for Adreno 810 GPU
 2026-05-02  8:08 UTC  (8+ messages)
` [PATCH RFC v5 1/7] dt-bindings: display/msm/gmu: Document Adreno 810 GMU
` [PATCH RFC v5 2/7] dt-bindings: display/msm/gpu: Document A810 GPU
` [PATCH RFC v5 3/7] drm/msm/adreno: rename llc_mmio to cx_misc_mmio
` [PATCH RFC v5 4/7] drm/msm/adreno: set cx_misc_mmio regardless of if platform has LLCC
` [PATCH RFC v5 5/7] drm/msm/a8xx: use pipe protect slot 15 for last-span-unbound feature
` [PATCH RFC v5 6/7] drm/msm/adreno: add Adreno 810 GPU support
` [PATCH RFC v5 7/7] arm64: dts: qcom: milos: Add Adreno 810 GPU and GMU nodes

[PATCH] drm/ttm: Fix GPU MM stats during pool shrinking
 2026-05-02  4:13 UTC  (3+ messages)

[PATCH v2] drm/bridge: tc358762: Use mipi_dsi_generic_write_multi()
 2026-05-02  3:10 UTC 

[PATCH] mm/memory: Fix spurious warning when unmapping device-private/exclusive pages
 2026-05-02  1:14 UTC  (2+ messages)

[PATCH v3] drm/gpusvm: Drop redundant @flags.* kernel-doc on struct drm_gpusvm_pages
 2026-05-01 22:39 UTC  (2+ messages)

[PATCH] drm/nouveau/kms/nvd9-: Remove unused header in crc.c
 2026-05-01 21:57 UTC 

[PATCH v1 0/7] gpu: nova-core: add INTR_CTRL interrupt controller and CPU doorbell self-test
 2026-05-01 20:58 UTC  (8+ messages)
` [PATCH v1 1/7] rust: sync: completion: add wait_for_completion_timeout()
` [PATCH v1 2/7] gpu: nova-core: allocate PCI MSI vector during probe
` [PATCH v1 3/7] gpu: nova-core: add interrupt controller register definitions
` [PATCH v1 4/7] gpu: nova-core: add Architecture::is_pre_hopper() helper
` [PATCH v1 5/7] gpu: nova-core: add INTR_CTRL interrupt controller API
` [PATCH v1 6/7] gpu: nova-core: add CPU doorbell IRQ self-test
` [PATCH v1 7/7] gpu: nova-core: document INTR_CTRL interrupt tree

[PATCH v2] drm/gpusvm: Drop redundant @flags.* kernel-doc on struct drm_gpusvm_pages
 2026-05-01 17:44 UTC 

[PATCH] drm/gpusvm: Drop redundant @flags.* kernel-doc on struct drm_gpusvm_pages
 2026-05-01 17:13 UTC 

[PATCH 0/7] gpu: drm: nova: enable calling into nova-core
 2026-05-01 15:31 UTC  (4+ messages)
` [PATCH 2/7] scripts: modpost: increase buf_printf's buffer size

[PATCH v4 0/6] drm/atomic: track colorop changes of a given plane
 2026-05-01 13:06 UTC  (7+ messages)
` [PATCH v4 1/6] drm/atomic: only add colorop state from active color pipeline
` [PATCH v4 2/6] drm/atomic: don't set colorop properties of inactive color pipelines
` [PATCH v4 3/6] drm/colorop: Remove read-only comments from interpolation fields
` [PATCH v4 4/6] drm/colorop: make lut(1/3)d_interpolation mutable
` [PATCH v4 5/6] drm/atomic: track individual colorop updates
` [PATCH v4 6/6] drm/amd/display: use plane color_mgmt_changed to track colorop changes

[PATCH v3] drm: renesas: rz-du: mipi_dsi: Fix return path on error
 2026-05-01 13:21 UTC 


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