public inbox for drm-ai-reviews@public-inbox.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2026-02-09 06:11:15 to 2026-02-10 09:05:38 UTC [more...]

[PATCH v9 0/7] User readable error codes on atomic_ioctl failure
 2026-02-10  9:03 UTC  (2+ messages)
` [PATCH v9 1/7] drm: Define user readable error codes for atomic ioctl

[PATCH 0/5] dma-buf: heaps: system: add an option to allocate explicitly decrypted memory
 2026-02-10  9:05 UTC  (9+ messages)
` [PATCH 1/5] dma-mapping: avoid random addr value print out on error path
` [PATCH 2/5] dma-mapping: introduce DMA_ATTR_CC_DECRYPTED for pre-decrypted memory
` [PATCH 3/5] dma-buf: heaps: use designated initializer for exp_info
` [PATCH 4/5] dma-buf: heaps: allow heap to specify valid heap flags
` [PATCH 5/5] dma-buf: heaps: system: add an option to allocate explicitly decrypted memory

[PATCH] accel/qaic: Fix dma_free_attrs() buffer size
 2026-02-10  8:35 UTC 

[PATCH] drm/radeon: Add HAINAN clock adjustment
 2026-02-10  7:26 UTC 

[PATCH] drm/amdgpu: Add HAINAN clock adjustment
 2026-02-10  7:24 UTC 

[PATCH v9 00/15] Apply drm_bridge_connector and panel_bridge helper for the Analogix DP driver
 2026-02-10  7:12 UTC  (14+ messages)
` [PATCH v9 01/15] drm/bridge: analogix_dp: Add &analogix_dp_plat_data.next_bridge
` [PATCH v9 02/15] drm/bridge: Move legacy bridge driver out of imx directory for multi-platform use
` [PATCH v9 03/15] drm/exynos: exynos_dp: Remove &exynos_dp_device.ptn_bridge
` [PATCH v9 04/15] drm/exynos: exynos_dp: Remove unused &exynos_dp_device.connector
` [PATCH v9 05/15] drm/exynos: exynos_dp: Apply of-display-mode-bridge to parse the display-timings node
` [PATCH v9 06/15] drm/bridge: analogix_dp: Remove redundant &analogix_dp_plat_data.skip_connector
` [PATCH v9 07/15] drm/bridge: analogix_dp: Move the color format check to .atomic_check() for Rockchip platforms
` [PATCH v9 08/15] drm/bridge: analogix_dp: Remove unused &analogix_dp_plat_data.get_modes()
` [PATCH v9 09/15] drm/bridge: analogix_dp: Apply drm_bridge_connector helper
` [PATCH v9 10/15] drm/bridge: analogix_dp: Add new API analogix_dp_finish_probe()
` [PATCH v9 11/15] drm/rockchip: analogix_dp: Apply analogix_dp_finish_probe()
` [PATCH v9 12/15] drm/exynos: exynos_dp: "
` [PATCH v9 13/15] drm/bridge: analogix_dp: Attach the next bridge in analogix_dp_bridge_attach()

[PATCH v2 0/5] drm/ci: add new jobs, uprev IGT and mesa
 2026-02-10  7:11 UTC  (6+ messages)
` [PATCH v2 1/5] drm/ci: reduce sm8350-hdk parallel jobs from 4 to 2
` [PATCH v2 2/5] drm/ci: i915: cml: update runner tag
` [PATCH v2 3/5] drm/ci: uprev mesa
` [PATCH v2 4/5] drm/ci: move qualcomm baremetal jobs to lava
` [PATCH v2 5/5] drm/ci: add rk3588-rock-5b

[PATCH] drm/bridge: lt9611: Remove DRM_BRIDGE_OP_MODES flag
 2026-02-10  7:08 UTC 

[PATCH v7 0/5] drm/microchip: add GFX2D support for SAM9X60 and SAM9X75
 2026-02-10  6:01 UTC  (8+ messages)
` [PATCH v7 1/5] dt-bindings: gpu: add bindings for the Microchip GFX2D GPU
` [PATCH v7 2/5] drm/microchip: add a driver "
` [PATCH v7 3/5] ARM: dts: microchip: sam9x60: Add "
` [PATCH v7 4/5] ARM: dts: microchip: sam9x7: "
` [PATCH v7 5/5] ARM: configs: at91_dt_defconfig: enable GFX2D driver

[PATCH 0/6] Support for the Pixel 3a XL with the Tianma panel
 2026-02-10  2:33 UTC  (7+ messages)
` [PATCH 1/6] dt-bindings: arm: qcom: document google, bonito-tianma board
` [PATCH 2/6] dt-bindings: panel-simple-dsi: add nt37700f compatible
` [PATCH 3/6] drm/panel: Add Novatek/Tianma NT37700F panel
` [PATCH 4/6] arm64: dts: qcom: sdm670-google-sargo: add touchscreen and display labels
` [PATCH 5/6] arm64: dts: qcom: sdm670-google: add common device tree include
` [PATCH 6/6] arm64: dts: qcom: add support for pixel 3a xl with the tianma panel

[PATCH -next v8 0/3] rust: Add CList and GPU buddy allocator bindings
 2026-02-09 21:42 UTC  (4+ messages)
` [PATCH -next v8 1/3] rust: clist: Add support to interface with C linked lists
` [PATCH -next v8 2/3] rust: gpu: Add GPU buddy allocator bindings
` [PATCH -next v8 3/3] nova-core: mm: Select GPU_BUDDY for VRAM allocation

[PATCH] fbcon: Remove struct fbcon_display.inverse
 2026-02-09 21:31 UTC  (2+ messages)

[PATCH] drm/mediatek: dsi: Store driver data before invoking mipi_dsi_host_register
 2026-02-09 18:46 UTC  (3+ messages)

[PATCH] drm/rockchip: vop2: Use drm_err_ratelimited() for wait timeouts
 2026-02-09 16:16 UTC 

[PATCH] drm/bridge: samsung-dsim: Fix memory leak in error path
 2026-02-09 18:41 UTC 

[PATCH v3 0/6] drm/gem-shmem: Track page accessed/dirty status
 2026-02-09 15:01 UTC  (13+ messages)
` [PATCH v3 1/6] drm/gem-shmem: Use obj directly where appropriate in fault handler
` [PATCH v3 2/6] drm/gem-shmem: Test for existence of page in mmap "
` [PATCH v3 3/6] drm/gem-shmem: Return vm_fault_t from drm_gem_shmem_try_map_pmd()
` [PATCH v3 4/6] drm/gem-shmem: Refactor drm_gem_shmem_try_map_pmd()
` [PATCH v3 5/6] drm/gem-shmem: Track folio accessed/dirty status in mmap
` [PATCH v3 6/6] drm/gem-shmem: Track folio accessed/dirty status in vmap

[PATCH] drm/i915/guc: fix corrupted copyright symbols in selftest files
 2026-02-09 11:27 UTC 

[PATCH] gpu: host1x: Fix passing zero to ERR_PTR in host1x_iommu_attach()
 2026-02-09 13:14 UTC 

[PATCH AUTOSEL 6.18-5.10] drm/tegra: hdmi: sor: Fix error: variable ‘j’ set but not used
 2026-02-09 12:26 UTC 

[PATCH] drm/panel: ilitek-ili9882t: Fine-tune HFP for tianma, tl121bvms07-00
 2026-02-09  9:07 UTC 

[PATCH v4 0/8] drm/amdkfd: Add batch userptr allocation support
 2026-02-09  6:10 UTC  (9+ messages)
` [PATCH v4 1/8] drm/amdkfd: Add userptr batch allocation UAPI structures
` [PATCH v4 2/8] drm/amdkfd: Add user_range_info infrastructure to kgd_mem
` [PATCH v4 3/8] drm/amdkfd: Implement interval tree for userptr ranges
` [PATCH v4 4/8] drm/amdkfd: Add batch MMU notifier support
` [PATCH v4 5/8] drm/amdkfd: Implement batch userptr page management
` [PATCH v4 6/8] drm/amdkfd: Add batch allocation function and export API
` [PATCH v4 7/8] drm/amdkfd: Unify userptr cleanup and update paths
` [PATCH v4 8/8] drm/amdkfd: Wire up batch allocation in ioctl handler


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