messages from 2026-02-24 10:59:15 to 2026-02-25 18:41:05 UTC [more...]
[PATCH RFT] drm/bridge: dw-hdmi: Replace calls to deprecated HDMI/audio detection functions
2026-02-25 18:40 UTC (3+ messages)
[PATCH v2] accel/ivpu: Limit number of maximum contexts and doorbells per user
2026-02-25 18:06 UTC
[PATCH v6] drm/edid: add CTA Video Format Data Block support
2026-02-25 17:57 UTC
[PATCH RFC 00/18] accel/qda: Introduce Qualcomm DSP Accelerator driver
2026-02-25 17:56 UTC (18+ messages)
` [PATCH RFC 01/18] accel/qda: Add Qualcomm QDA DSP accelerator driver docs
` [PATCH RFC 02/18] accel/qda: Add Qualcomm DSP accelerator driver skeleton
` [PATCH RFC 03/18] accel/qda: Add RPMsg transport for Qualcomm DSP accelerator
` [PATCH RFC 04/18] accel/qda: Add built-in compute CB bus for QDA and integrate with IOMMU
[PATCH v2] drm/amd/ras: Fix type size of remainder argument
2026-02-25 17:47 UTC
[PATCH] dt-bindings: display/msm: qcom,sm8750-mdss: Fix model typo
2026-02-25 17:34 UTC
[PATCH] drm/i915: Fix potential overflow of shmem scatterlist length
2026-02-25 17:29 UTC (5+ messages)
[PATCH] drm/amd/ras: Fix type size of remainder argument
2026-02-25 17:28 UTC (2+ messages)
[PATCH 00/14] drm: Create drm_output_color_format enum
2026-02-25 17:21 UTC (15+ messages)
` [PATCH 06/14] drm/bridge: analogix: Convert to drm_output_color_format
` [PATCH 07/14] drm/bridge: cadence: "
` [PATCH 08/14] drm/bridge: synopsys: dw-dp: "
` [PATCH 09/14] drm/bridge: synopsys: dw-hdmi: "
` [PATCH 10/14] drm/arm: komeda: "
` [PATCH 11/14] drm/mediatek: dp: "
` [PATCH 12/14] drm/rockchip: analogix: "
` [PATCH 13/14] drm/connector: Remove DRM_COLOR_FORMAT defines
` [PATCH 14/14] drm/display: hdmi: Use drm_output_color_format instead of hdmi_colorspace
[PATCH v4 0/6] cgroup/dmem,drm/ttm: Improve protection in contended cases
2026-02-25 17:16 UTC (12+ messages)
` [PATCH v4 1/6] cgroup/dmem: Add queries for protection values
` [PATCH v4 2/6] cgroup/dmem: Add dmem_cgroup_common_ancestor helper
` [PATCH v4 3/6] drm/ttm: Extract code for attempting allocation in a place
` [PATCH v4 4/6] drm/ttm: Split cgroup charge and resource allocation
` [PATCH v4 5/6] drm/ttm: Be more aggressive when allocating below protection limit
` [PATCH v4 6/6] drm/ttm: Use common ancestor of evictor and evictee as limit pool
[PATCH 0/7] dma-buf: heaps: Turn heaps into modules
2026-02-25 16:41 UTC (8+ messages)
` [PATCH 1/7] dma: contiguous: Turn heap registration logic around
` [PATCH 2/7] mm: cma: Export cma_alloc and cma_release
` [PATCH 3/7] mm: cma: Export cma_get_name
` [PATCH 4/7] mm: cma: Export dma_contiguous_default_area
` [PATCH 5/7] dma-buf: heaps: Export mem_accounting parameter
` [PATCH 6/7] dma-buf: heaps: cma: Turn the heap into a module
` [PATCH 7/7] dma-buf: heaps: system: "
[PATCH v11 0/4] Rust GPU buddy allocator bindings
2026-02-25 14:38 UTC (6+ messages)
` [reference PATCH v11 1/4] gpu: Move DRM buddy allocator one level up (part one)
` [reference PATCH v11 2/4] gpu: Move DRM buddy allocator one level up (part two)
` [reference PATCH v11 3/4] gpu: Fix uninitialized buddy for built-in drivers
` [PATCH v11 4/4] rust: gpu: Add GPU buddy allocator bindings
[PATCH v8 00/25] gpu: nova-core: Add memory management support
2026-02-25 14:26 UTC (28+ messages)
` [PATCH v8 01/25] gpu: nova-core: Select GPU_BUDDY for VRAM allocation
` [PATCH v8 02/25] gpu: nova-core: Kconfig: Sort select statements alphabetically
` [PATCH v8 03/25] gpu: nova-core: gsp: Return GspStaticInfo and FbLayout from boot()
` [PATCH v8 04/25] gpu: nova-core: gsp: Extract usable FB region from GSP
` [PATCH v8 05/25] gpu: nova-core: fb: Add usable_vram field to FbLayout
` [PATCH v8 06/25] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH v8 07/25] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
` [PATCH v8 08/25] gpu: nova-core: mm: Add common memory management types
` [PATCH v8 09/25] gpu: nova-core: mm: Add TLB flush support
` [PATCH v8 10/25] gpu: nova-core: mm: Add GpuMm centralized memory manager
` [PATCH v8 11/25] gpu: nova-core: mm: Use usable VRAM region for buddy allocator
` [PATCH v8 12/25] gpu: nova-core: mm: Add common types for all page table formats
` [PATCH v8 13/25] gpu: nova-core: mm: Add MMU v2 page table types
` [PATCH v8 14/25] gpu: nova-core: mm: Add MMU v3 "
` [PATCH v8 15/25] gpu: nova-core: mm: Add unified page table entry wrapper enums
` [PATCH v8 16/25] gpu: nova-core: mm: Add page table walker for MMU v2/v3
` [PATCH v8 17/25] gpu: nova-core: mm: Add Virtual Memory Manager
` [PATCH v8 18/25] gpu: nova-core: mm: Add virtual address range tracking to VMM
` [PATCH v8 19/25] gpu: nova-core: mm: Add multi-page mapping API "
` [PATCH v8 20/25] gpu: nova-core: Add BAR1 aperture type and size constant
` [PATCH v8 21/25] gpu: nova-core: gsp: Add BAR1 PDE base accessors
` [PATCH v8 22/25] gpu: nova-core: mm: Add BAR1 user interface
` [PATCH v8 23/25] gpu: nova-core: mm: Add BarUser to struct Gpu and create at boot
` [PATCH v8 24/25] gpu: nova-core: mm: Add BAR1 memory management self-tests
` [PATCH v8 25/25] gpu: nova-core: mm: Add PRAMIN aperture self-tests
[PATCH] drm/dumb-buffers: document that it's only for linear FB
2026-02-25 14:13 UTC (7+ messages)
[PATCH v4 0/2] Add lontium lt8713sx bridge driver
2026-02-25 14:12 UTC (5+ messages)
` [PATCH v4 1/2] dt-bindings: bridge: lt8713sx: Add bindings
` [PATCH v4 2/2] drm/bridge: add support for lontium lt8713sx bridge driver
[PATCH 0/4] gpu: nova-core: gsp: add locking to Cmdq
2026-02-25 13:41 UTC (5+ messages)
` [PATCH 1/4] gpu: nova-core: gsp: fix stale doc comments on command queue methods
` [PATCH 2/4] gpu: nova-core: gsp: add sync and async command queue API to `Cmdq`
` [PATCH 3/4] gpu: nova-core: gsp: make `Cmdq` a pinned type
` [PATCH 4/4] gpu: nova-core: gsp: add mutex locking to Cmdq
[PATCH] gpu/buddy: Introduce gpu_buddy_assert() for kunit-aware assertions
2026-02-25 13:20 UTC (3+ messages)
[PATCH v8 0/8] drm/amd/display: more drm_edid to AMD display driver (partial)
2026-02-25 12:04 UTC (9+ messages)
` [PATCH v8 1/8] drm/amd/display: make sure drm_edid stored in aconnector doesn't leak
` [PATCH v8 2/8] drm/amd/display: start using drm_edid helpers to parse EDID caps
` [PATCH v8 3/8] drm/amd/display: use drm_edid_product_id for parsing EDID product info
` [PATCH v8 4/8] drm/amd/display: use drm_edid helper to set analog EDID caps
` [PATCH v8 5/8] drm/edid: introduce a helper that gets monitor name from drm_edid
` [PATCH v8 6/8] drm/amd/display: get panel id with drm_edid helper
` [PATCH v8 7/8] drm/amd/display: get SAD from drm_eld when parsing EDID caps
` [PATCH v8 8/8] drm/amd/display: get SADB "
[PATCH] drm/msm/a6xx: Fix the bogus protect error on X2-85
2026-02-25 11:32 UTC (2+ messages)
[PATCH 0/5] drm/imagination: add support for j721e,j784s4,j722s,am62p
2026-02-25 11:06 UTC (9+ messages)
` [PATCH 1/5] arm64: dts: ti: k3-j721e: Add GPU node
` [PATCH 2/5] dt-bindings: gpu: img: Add J721e SoC specific compatible
` [PATCH 3/5] arm64: dts: ti: k3-j784s4: Add GPU node
` [PATCH 4/5] arm64: dts: ti: add "
` [PATCH 5/5] clk: keystone: don't cache clock rate
[PATCH 0/5] Add DSI display support for SC8280XP
2026-02-25 11:02 UTC (10+ messages)
` [PATCH 1/5] dt-bindings: display: msm-dsi-phy-7nm: Add SC8280XP
` [PATCH 2/5] dt-bindings: display/msm: dsi-controller-main: "
` [PATCH 3/5] dt-bindings: display: msm: Document DSI controller and DSI PHY on SC8280XP
` [PATCH 4/5] drm/msm/dsi: Add DSI PHY configuration "
` [PATCH] arm64: dts: qcom: sc8280xp: Add dsi nodes "
[PATCH 0/1] Fix use-after-free on framebuffers and property blobs when calling drm_dev_unplug
2026-02-25 10:15 UTC (2+ messages)
` [PATCH 1/1] drm: "
[PATCH v3] drm/mediatek: dsi: Store driver data before invoking mipi_dsi_host_register
2026-02-25 9:38 UTC
[PATCH 0/6] Add LCD and LVDS controller for sama7d65 SoC
2026-02-25 8:54 UTC (7+ messages)
` [PATCH 1/6] ARM: dts: microchip: sama7d65: add LCD controller
` [PATCH 2/6] dt-bindings: display: bridge: microchip, sam9x75-lvds: document SAMA7D65 binding
` [PATCH 3/6] ARM: dts: microchip: sama7d65: add LVDS controller
` [PATCH 4/6] ARM: configs: at91: sama7: enable DRM hlcdc support
` [PATCH 5/6] ARM: configs: at91: sama7: enable config for atmel maxtouch
` [PATCH 6/6] ARM: configs: at91: sama7: enable LVDS serializer support
[PATCH] drm/amdgpu: Fix resource leaks
2026-02-25 6:36 UTC (2+ messages)
[PATCH v11 0/2] rust: clist patches for nova-core memory management
2026-02-25 8:25 UTC (5+ messages)
` [PATCH v11 1/2] rust: ffi: Convert pub use to pub mod and create ffi module
` [PATCH v11 2/2] rust: clist: Add support to interface with C linked lists
[PATCH] drm/client: Do not destroy NULL modes
2026-02-25 7:52 UTC (2+ messages)
[PATCH 0/5] drm/vblank: Deferred Enable and Disable
2026-02-25 4:42 UTC (7+ messages)
` [PATCH 1/5] drm/vblank: Add drm_crtc_vblank_is_off() helper
` [PATCH 2/5] drm/vblank: Introduce deferred vblank enable/disable
` [PATCH 3/5] drm/amd/display: Refactor amdgpu_dm_crtc_set_vblank
` [PATCH 4/5] drm/amd/display: Implement deferred vblanks on IPS platforms
` [PATCH 5/5] drm/vblank: Add some debugging trace events
[PATCH v5 0/6] platform/x86/intel/vsec: Prep for ACPI PMT discovery
2026-02-25 1:50 UTC (7+ messages)
` [PATCH v5 1/6] platform/x86/intel/vsec: Refactor base_addr handling
` [PATCH v5 2/6] platform/x86/intel/vsec: Make driver_data info const
` [PATCH v5 3/6] platform/x86/intel/vsec: Decouple add/link helpers from PCI
` [PATCH v5 4/6] platform/x86/intel/vsec: Switch exported helpers from pci_dev to device
` [PATCH v5 5/6] platform/x86/intel/vsec: Return real error codes from registration path
` [PATCH v5 6/6] platform/x86/intel/vsec: Plumb ACPI PMT discovery tables through vsec
[PATCH v2] drm/pagemap_util: Ensure proper cache lock management on free
2026-02-24 23:15 UTC (3+ messages)
[PATCH v2 0/4] fbdev: defio: Protect against device/module removal
2026-02-24 22:02 UTC (2+ messages)
[PATCH] drm/amdkfd: remove duplicate ttmp11 scheduling mode definitions
2026-02-24 17:21 UTC
[PATCH v5 0/4] drm/atomic: Allocate drm_private_state through a callback
2026-02-24 16:10 UTC (5+ messages)
` [PATCH v5 1/4] drm/amdgpu: Switch private_obj initialization to atomic_create_state
` [PATCH v5 2/4] drm/omapdrm: "
` [PATCH v5 3/4] drm/tegra: "
` [PATCH v5 4/4] drm/atomic: Remove state argument to drm_atomic_private_obj_init
[PATCH] drm/tests: Mark slow tests as slow
2026-02-24 13:07 UTC (7+ messages)
[PATCH v16 00/10] rust: add `Ownable` trait and `Owned` type
2026-02-24 11:18 UTC (11+ messages)
` [PATCH v16 01/10] rust: alloc: add `KBox::into_nonnull`
` [PATCH v16 02/10] rust: types: Add Ownable/Owned types
` [PATCH v16 03/10] rust: rename `AlwaysRefCounted` to `RefCounted`
` [PATCH v16 04/10] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v16 05/10] rust: aref: update formatting of use statements
` [PATCH v16 06/10] rust: Add `OwnableRefCounted`
` [PATCH v16 07/10] rust: page: update formatting of `use` statements
` [PATCH v16 08/10] rust: page: convert to `Ownable`
` [PATCH v16 09/10] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v16 10/10] rust: page: add `from_raw()`
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox