public inbox for drm-ai-reviews@public-inbox.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2026-03-19 09:39:32 to 2026-03-20 16:28:15 UTC [more...]

[PATCH] accel/amdxdna: fix missing newline in pr_err message
 2026-03-20 15:54 UTC  (2+ messages)

[PATCH v2 00/20] drm/atomic: Rework initial state allocation
 2026-03-20 16:27 UTC  (16+ messages)
` [PATCH v2 01/20] drm/colorop: Fix typos in the doc
` [PATCH v2 02/20] drm/atomic: Drop drm_private_state.obj assignment from create_state
` [PATCH v2 03/20] drm/mode-config: Mention drm_mode_config_reset() culprits
` [PATCH v2 04/20] drm/colorop: Rename __drm_colorop_state_reset()
` [PATCH v2 05/20] drm/colorop: Create drm_atomic_helper_colorop_create_state()
` [PATCH v2 06/20] drm/atomic-state-helper: Fix __drm_atomic_helper_plane_reset() doc typo
` [PATCH v2 07/20] drm/atomic-state-helper: Rename __drm_atomic_helper_plane_state_reset()
` [PATCH v2 08/20] drm/plane: Add new atomic_create_state callback
` [PATCH v2 09/20] drm/atomic-state-helper: Rename __drm_atomic_helper_crtc_state_reset()
` [PATCH v2 10/20] drm/crtc: Add new atomic_create_state callback
` [PATCH v2 11/20] drm/atomic-state-helper: Rename __drm_atomic_helper_connector_state_reset()
` [PATCH v2 12/20] drm/hdmi: Rename __drm_atomic_helper_connector_hdmi_reset()
` [PATCH v2 13/20] drm/connector: Add new atomic_create_state callback
` [PATCH v2 14/20] drm/mode-config: Create drm_mode_config_create_state()
` [PATCH v2 15/20] drm/drv: Call drm_mode_config_create_state() by default

[PATCH v5 0/6] Rust GPUVM immediate mode
 2026-03-20 16:08 UTC  (7+ messages)
` [PATCH v5 1/6] rust: drm: add base GPUVM immediate mode abstraction
` [PATCH v5 2/6] rust: helpers: Add bindings/wrappers for dma_resv_lock
` [PATCH v5 3/6] rust: gpuvm: add GpuVm::obtain()
` [PATCH v5 4/6] rust: gpuvm: add GpuVa struct
` [PATCH v5 5/6] rust: gpuvm: add GpuVmCore::sm_unmap()
` [PATCH v5 6/6] rust: gpuvm: add GpuVmCore::sm_map()

[PATCH v3 RESEND] drm/mediatek: dsi: Store driver data before invoking mipi_dsi_host_register
 2026-03-20 15:37 UTC 

[PATCH v2 0/2] drm/imagination: GPU_ID-related cleanups
 2026-03-20 15:22 UTC  (3+ messages)
` [PATCH v2 1/2] drm/imagination: Define packed BVNCs in the uapi
` [PATCH v2 2/2] drm/imagination: Add PVR_GPU_ID_FMT to format pvr_gpu_id

[PATCH] drm/shmem_helper: Make sure PMD entries get the writeable upgrade
 2026-03-20 15:19 UTC 

[PATCH v7 0/3] Add support for the Samsung S6E8FC0 DSI and M1906F9 display panel
 2026-03-20 14:41 UTC  (4+ messages)
` [PATCH v7 1/3] dt-bindings: display: panel: Add Samsung S6E8FC0-M1906F9
` [PATCH v7 2/3] drm: panel: Add Samsung S6E8FC0 DSI controller for M1906F9 panel
` [PATCH v7 3/3] arm64: dts: qcom: sm6125-xiaomi-laurel-sprout: Enable MDSS and add panel

[PATCH v5 0/3] Add "link bpc" DRM property
 2026-03-20 14:32 UTC  (5+ messages)
` [PATCH v5 1/3] drm/connector: Add a 'link bpc' property
` [PATCH v5 2/3] drm/connector: hdmi: Add support for "
` [PATCH v5 3/3] drm/amd/display: "

[PATCH v14 0/2] Rust GPU buddy allocator bindings
 2026-03-20 13:04 UTC  (6+ messages)
` [PATCH v14 1/2] rust: gpu: Add "
` [PATCH v14 2/2] MAINTAINERS: gpu: buddy: Update reviewer

[PATCH] gpu: nova-core: gsp: fix undefined behavior in command queue code
 2026-03-20 12:54 UTC  (2+ messages)

[PATCH] gpu: nova-core: gsp: move Cmdq's DMA handle to a struct member
 2026-03-20 12:45 UTC  (2+ messages)

[PATCH V3] MAINTAINERS: Update GPU driver maintainer information
 2026-03-20 12:39 UTC  (2+ messages)

[PATCH v2 00/10] gpu: nova-core: convert registers to use the kernel register macro
 2026-03-20 12:19 UTC  (11+ messages)
` [PATCH v2 01/10] gpu: nova-core: convert PMC registers to "
` [PATCH v2 02/10] gpu: nova-core: convert PBUS "
` [PATCH v2 03/10] gpu: nova-core: convert PFB "
` [PATCH v2 04/10] gpu: nova-core: convert GC6 "
` [PATCH v2 05/10] gpu: nova-core: convert FUSE "
` [PATCH v2 06/10] gpu: nova-core: convert PDISP "
` [PATCH v2 07/10] gpu: nova-core: falcon: introduce `bounded_enum` macro
` [PATCH v2 08/10] gpu: nova-core: convert falcon registers to kernel register macro
` [PATCH v2 09/10] gpu: nova-core: remove `io::` qualifier to register macro invocations
` [PATCH v2 10/10] Documentation: nova: remove register abstraction task

[PATCH 0/8] drm/mxsfb/lcdif: use DRM_BRIDGE_ATTACH_NO_CONNECTOR and the bridge-connector
 2026-03-20 11:11 UTC  (10+ messages)
` [PATCH 1/8] drm/mxsfb/lcdif: simplify remote pointer management using __free
` [PATCH 2/8] drm/mxsfb/lcdif: don't unnecessarily loop over ports
` [PATCH 3/8] drm/mxsfb/lcdif: use dev_err_probe() consistently in lcdif_attach_bridge
` [PATCH 4/8] drm/bridge: dw-hdmi: document the output_port field
` [PATCH 5/8] drm/bridge: dw-hdmi: warn on unsupported attach combination
` [PATCH 6/8] drm/bridge: dw-hdmi: move next_bridge lookup to attach time
` [PATCH 7/8] drm/bridge: imx8mp-hdmi-tx: add an hdmi-connector when missing using a DT overlay at boot time
` [PATCH 8/8] drm/mxsfb/lcdif: use DRM_BRIDGE_ATTACH_NO_CONNECTOR and the bridge-connector

[PATCH v2 0/9] Add eDP support for RK3576
 2026-03-20  9:41 UTC  (12+ messages)
` [PATCH v2 1/9] dt-bindings: display: rockchip: analogix-dp: Expand clock-names "hclk" for the third clock
` [PATCH v2 2/9] arm64: dts: rockchip: Add missing clock "hclk" for RK3588 eDP0 nodes
` [PATCH v2 3/9] arm64: dts: rockchip: Add missing clock "hclk" for RK3588 eDP1 nodes
` [PATCH v2 4/9] drm/rockchip: analogix_dp: Enable clock "hclk" for RK3588
` [PATCH v2 5/9] dt-bindings: display: rockchip: analogix-dp: Add support for RK3576
` [PATCH v2 6/9] arm64: dts: rockchip: Add eDP node "
` [PATCH v2 7/9] drm/bridge: analogix_dp: Rename and simplify is_rockchip()
` [PATCH v2 8/9] drm/bridge: analogix_dp: Add support for RK3576
` [PATCH v2 9/9] drm/rockchip: "

[PATCH v3 0/4] drm/msm: add RGB101010 pixel format and fix 10-bit DSC timing
 2026-03-20  9:22 UTC  (33+ messages)
` [PATCH v3 1/4] drm/msm/dsi: rename MSM8998 DSI version from V2_2_0 to V2_0_0
` [PATCH v3 2/4] drm/msm/dsi: add DSI version >= comparison helper
` [PATCH v3 3/4] drm/msm/dsi: Add support for RGB101010 pixel format
` [PATCH v3 4/4] drm/msm/dpu: fix video mode DSC INTF timing width calculation

[PATCH] drm/amdgpu/userq: convert comma to semicolon
 2026-03-20  8:32 UTC 

[PATCH 0/2] drm: Use seq_puts() for fixed string output
 2026-03-20  7:31 UTC  (3+ messages)
` [PATCH 1/2] drm/debugfs: Replace seq_printf with seq_puts for constant strings
` [PATCH 2/2] drm/dp_mst: "

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

[PATCH v8 0/2] Add ITE IT61620 MIPI DSI to HDMI bridge driver
 2026-03-20  7:50 UTC  (3+ messages)
` [PATCH v8 1/2] dt-binding: display: Add ITE IT61620 MIPI DSI to HDMI bridge
` [PATCH v8 2/2] drm/bridge: Add ITE IT61620 MIPI DSI to HDMI bridge driver

[PATCH v2 0/6] Enable new features for flipkart-rimob
 2026-03-20  7:39 UTC  (9+ messages)
` [PATCH v2 2/6] drm/panel: Add driver for Novatek NT35532
` [PATCH v2 5/6] arm64: dts: qcom: msm8953-flipkart-rimob: Enable touchscreen
` [PATCH v2 6/6] arm64: dts: qcom: msm8953-flipkart-rimob: Enable Hall sensor

[PATCH] drm/vmwgfx: Add some checks to vmw_cursor_plane_atomic_update
 2026-03-20  1:49 UTC 

[PATCH] drm/etnaviv: use kzalloc_flex
 2026-03-20  1:07 UTC 

[PATCH v3] drm/panel-edp: Add BOE NV153WUM-N42, CMN N153JCA-ELK, CSW MNF307QS3-2
 2026-03-20  1:04 UTC  (2+ messages)

[PATCH v2 0/3] cgroup/dmem: allow atomic irrestrictive writes to dmem.max
 2026-03-19 21:22 UTC  (4+ messages)
` [PATCH v2 1/3] cgroup/dmem: remove region parameter from dmemcg_parse_limit
` [PATCH v2 2/3] cgroup/dmem: accept a single region when writing to attributes
` [PATCH v2 3/3] cgroup/dmem: allow max to be set below current usage

[PATCH v13.1] rust: interop: Add list module for C linked list interface
 2026-03-19 21:07 UTC 

[PATCH v2 0/4] Improvements on RZ/G2L MIPI DSI driver
 2026-03-19 16:48 UTC  (5+ messages)
` [PATCH v2 1/4] drm: renesas: rzg2l_mipi_dsi: Move rzg2l_mipi_dsi_set_display_timing()
` [PATCH v2 2/4] drm: renesas: rzg2l_mipi_dsi: Fix assert of CMN_RSTB signal
` [PATCH v2 3/4] drm: renesas: rzg2l_mipi_dsi: Fix deassert "
` [PATCH v2 4/4] drm: renesas: rzg2l_mipi_dsi: Increase reset deassertion delay to 1 msec

[PATCH v3 00/16] drm/mipi-dbi: Replace simple-display helpers with regular atomic helpers
 2026-03-19 15:59 UTC  (17+ messages)
` [PATCH v3 01/16] drm/mipi-dbi: Only modify planes on enabled CRTCs
` [PATCH v3 02/16] drm/mipi-dbi: Support custom pipelines with drm_mipi_dbi_dev_init()
` [PATCH v3 03/16] drm/mipi-dbi: Provide callbacks for atomic interfaces
` [PATCH v3 04/16] drm/hx8357d: Use regular atomic helpers; drop simple-display helpers
` [PATCH v3 05/16] drm/ili9163: "
` [PATCH v3 06/16] drm/ili9225: "
` [PATCH v3 07/16] drm/ili9341: "
` [PATCH v3 08/16] drm/ili9486: "
` [PATCH v3 09/16] drm/mi0283qt: "
` [PATCH v3 10/16] drm/panel-mipi-dbi: "
` [PATCH v3 11/16] drm/st7586: "
` [PATCH v3 12/16] drm/st7735r: Rename struct st7735r_priv to struct st7735r_device
` [PATCH v3 13/16] drm/st7735r: Rename priv variable to st7735r
` [PATCH v3 14/16] drm/st7735r: Use regular atomic helpers; drop simple-display helpers
` [PATCH v3 15/16] drm/mipi-dbi: Remove simple-display helpers from mipi-dbi
` [PATCH v3 16/16] drm/simple-kms: Deprecate simple-kms helpers

[PATCH] drm/panthor: extend timestamp query with flags
 2026-03-19 15:33 UTC  (9+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH V2 for drm-misc-fixes] MAINTAINERS: split hisilicon maintenance and add Yongbang Shi for hibmc-drm matainers
 2026-03-19 13:11 UTC 

[PATCH v2 0/3] drm/msm: add RGB101010 pixel format and fix 10-bit DSC timing
 2026-03-19 10:33 UTC  (10+ messages)
` [PATCH v2 2/3] drm/msm/dsi: Add support for RGB101010 pixel format
` [PATCH v2 3/3] drm/msm/dpu: fix video mode DSC INTF timing width for non 8 bit panels

[PATCH v2] drm/panel-edp: Add BOE NV153WUM-N42, CMN N153JCA-ELK, CSW MNF307QS3-2
 2026-03-19  4:44 UTC 

[PATCH v3] drm: shmobile: Fix white screen after resume when LCDC is stopped
 2026-03-19  8:31 UTC 

[PATCH] cgroup/dmem: return error when failing to set dmem.max
 2026-03-19  9:40 UTC  (3+ messages)


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