dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-01 11:46:28 to 2026-04-02 07:07:45 UTC [more...]

[PATCH 0/2] Enable Mali G310 GPU support on i.MX952 board
 2026-04-01 17:20 UTC  (16+ messages)
` [PATCH 1/2] dt-bindings: gpu: mali-valhall-csf: Document i.MX952 support
    ` [EXT] "
        `  "
            `  "
                `  "

[PATCH] drm/panel-edp: Change BOE NV153WUM-N42 enable timings
 2026-04-01 21:22 UTC  (2+ messages)

[PATCH] drm/bridge: sii902x: Add Power Management hooks with audio context
 2026-04-02  7:07 UTC  (4+ messages)

[PATCH v7 00/29] Fair(er) DRM scheduler
 2026-04-02  7:01 UTC  (3+ messages)

[PATCH] drm/ioc32: stop speculation on the drm_compat_ioctl path
 2026-04-02  6:57 UTC  (4+ messages)

[PATCH v3 0/6] dma-buf: heaps: add coherent reserved-memory heap
 2026-04-02  6:52 UTC  (7+ messages)
` [PATCH v3 5/6] dma-buf: heaps: Add Coherent heap to dmabuf heaps

[PATCH 0/3] Minor hmm_test fixes and cleanups
 2026-04-02  6:32 UTC  (5+ messages)
` [PATCH 2/3] selftests/mm: hmm-tests: don't hardcode THP size to 2MB

[PATCH v11 2/7] drm/atomic: Add error_code element in atomic_state
 2026-04-02  6:17 UTC  (2+ messages)

[PATCH v3 00/15] firmware: qcom: Add OP-TEE PAS service support
 2026-04-02  6:23 UTC  (4+ messages)
` [PATCH v3 04/15] firmware: qcom: Add a PAS TEE service

[PATCH v9 00/23] gpu: nova-core: Add memory management support
 2026-04-02  5:59 UTC  (20+ messages)
` [PATCH v9 04/23] gpu: nova-core: gsp: Extract usable FB region from GSP
` [PATCH v10 00/21] gpu: nova-core: Add memory management support
  ` [PATCH v10 02/21] gpu: nova-core: gsp: Extract usable FB region from GSP
  ` [PATCH v10 03/21] gpu: nova-core: gsp: Expose total physical VRAM end from FB region info
  ` [PATCH v10 07/21] gpu: nova-core: mm: Add TLB flush support
  ` [PATCH v10 10/21] gpu: nova-core: mm: Add MMU v2 page table types
  ` [PATCH v10 12/21] gpu: nova-core: mm: Add unified page table entry wrapper enums
  ` [PATCH v10 21/21] gpu: nova-core: Use runtime BAR1 size instead of hardcoded 256MB

[PATCH v7 0/4] misc: fastrpc: Add polling mode support
 2026-04-02  5:49 UTC  (5+ messages)
` [PATCH v7 1/4] misc: fastrpc: Move fdlist to invoke context structure
` [PATCH v7 2/4] misc: fastrpc: Replace hardcoded ctxid mask with GENMASK
` [PATCH v7 3/4] misc: fastrpc: Expand context ID mask for DSP polling mode support
` [PATCH v7 4/4] misc: fastrpc: Add polling mode support for fastRPC driver

[PATCH v5 0/2] dma-buf: heaps: system: add an option to allocate explicitly shared/decrypted memory
 2026-04-02  5:35 UTC  (3+ messages)

[PATCH V2] accel/amdxdna: Support read-only user-pointer BO mappings
 2026-04-02  5:24 UTC  (6+ messages)

[PATCH v4 0/8] dma-buf: heaps: Turn heaps into modules
 2026-04-02  5:06 UTC  (3+ messages)

[PATCH v2 00/10] drm/mxsfb/lcdif: use DRM_BRIDGE_ATTACH_NO_CONNECTOR and the bridge-connector
 2026-04-02  5:07 UTC  (16+ messages)
` [PATCH v2 02/10] drm/mxsfb/lcdif: simplify ep pointer management using __free
` [PATCH v2 03/10] drm/mxsfb/lcdif: use dev_err_probe() consistently in lcdif_attach_bridge
` [PATCH v2 04/10] drm/mxsfb/lcdif: lcdif_attach_bridge: move iteration-specific variables declaration inside loop
` [PATCH v2 07/10] drm/bridge: dw-hdmi: move next_bridge lookup to attach time
` [PATCH v2 08/10] drm/bridge: imx8mp-hdmi-tx: add an hdmi-connector when missing using a DT overlay at boot time
` [PATCH v2 09/10] drm/bridge: imx8mp-hdmi-tx: switch to DRM_BRIDGE_ATTACH_NO_CONNECTOR
` [PATCH v2 10/10] drm/mxsfb/lcdif: use DRM_BRIDGE_ATTACH_NO_CONNECTOR and the bridge-connector

[PATCH v2] workqueue: Add pool_workqueue to pending_pwqs list when unplugging multiple inactive works
 2026-04-02  4:18 UTC  (6+ messages)

[PATCH v5 0/3] Add "link bpc" DRM property
 2026-04-02  2:55 UTC  (18+ messages)

[PATCH 00/33] rust: bump minimum Rust and `bindgen` versions
 2026-04-02  1:43 UTC  (107+ messages)
` [PATCH 01/33] rust: bump Rust minimum supported version to 1.85.0 (Debian Trixie)
` [PATCH 02/33] rust: bump Clippy's MSRV and clean `incompatible_msrv` allows
` [PATCH 03/33] rust: simplify `RUSTC_VERSION` Kconfig conditions
` [PATCH 04/33] rust: remove `RUSTC_HAS_SLICE_AS_FLATTENED` and simplify code
` [PATCH 05/33] rust: remove `RUSTC_HAS_COERCE_POINTEE` "
` [PATCH 06/33] rust: kbuild: remove skipping of `-Wrustdoc::unescaped_backticks`
` [PATCH 07/33] rust: kbuild: remove `feature(...)`s that are now stable
` [PATCH 08/33] rust: kbuild: simplify `--remap-path-prefix` workaround
` [PATCH 09/33] rust: kbuild: make `--remap-path-prefix` workaround conditional
` [PATCH 10/33] rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()`
` [PATCH 11/33] rust: alloc: simplify with `NonNull::add()` now that it is stable
` [PATCH 12/33] rust: macros: update `extract_if` MSRV TODO comment
` [PATCH 13/33] rust: block: update `const_refs_to_static` "
` [PATCH 14/33] rust: bump `bindgen` minimum supported version to 0.71.1 (Debian Trixie)
` [PATCH 15/33] rust: rust_is_available: remove warning for 0.66.[01] buggy versions
` [PATCH 16/33] rust: rust_is_available: remove warning for < 0.69.5 && libclang >= 19.1
` [PATCH 17/33] rust: kbuild: update `bindgen --rust-target` version and replace comment
` [PATCH 18/33] rust: kbuild: remove "dummy parameter" workaround for `bindgen` < 0.71.1
` [PATCH 19/33] rust: kbuild: remove "`try` keyword" workaround for `bindgen` < 0.59.2
` [PATCH 20/33] rust: kbuild: remove unneeded old `allow`s for generated layout tests
` [PATCH 21/33] gpu: nova-core: bindings: remove unneeded `cfg_attr`
` [PATCH 22/33] docs: rust: quick-start: openSUSE provides `rust-src` package nowadays
` [PATCH 23/33] docs: rust: quick-start: update Ubuntu versioned packages
` [PATCH 24/33] docs: rust: quick-start: update minimum Ubuntu version
` [PATCH 25/33] docs: rust: quick-start: add Ubuntu 26.04 LTS and remove subsection title
` [PATCH 26/33] docs: rust: quick-start: remove Gentoo "testing" note
` [PATCH 27/33] docs: rust: quick-start: remove Nix "unstable channel" note
` [PATCH 28/33] docs: rust: quick-start: remove GDB/Binutils mention
` [PATCH 29/33] docs: rust: general-information: simplify Kconfig example
` [PATCH 30/33] docs: rust: general-information: use real example
` [PATCH 31/33] rust: declare cfi_encoding for lru_status
` [PATCH 32/33] rust: kbuild: support global per-version flags
` [PATCH 33/33] rust: kbuild: allow `clippy::precedence` for Rust < 1.86.0

[PATCH v2] gpu: nova-core: bitfield: fix broken Default implementation
 2026-04-02  1:02 UTC  (5+ messages)

[PATCH] drm/colorop: Mark interpolation properties as immutable and atomic
 2026-04-02  0:53 UTC  (4+ messages)

[PATCH v2 0/4] ice: use better bitmap API
 2026-04-02  0:08 UTC  (2+ messages)

[PATCHv2] accel/qaic: kcalloc + kzalloc to kzalloc
 2026-04-01 22:06 UTC 

[PATCH v8 0/4] Support for Adreno 612 GPU - Respin
 2026-04-01 21:18 UTC  (2+ messages)

[PATCH] drm/amd/display: Change dither policy for 10 bpc output back to dithering
 2026-04-01 19:32 UTC  (2+ messages)

[pull] amdgpu, amdkfd drm-next-7.1
 2026-04-01 18:44 UTC 

[PATCH V1 0/6] accel/amdxdna: Initial support for AIE4 platform
 2026-04-01 17:57 UTC  (4+ messages)
` [PATCH V1 1/6] accel/amdxdna: Create shared functions for AIE2 and AIE4

[pull] amdgpu, amdkfd drm-fixes-7.0
 2026-04-01 17:47 UTC 

[PATCH v4 0/2] gpu: nova-core: gsp: fix undefined behavior in command queue code
 2026-04-01 15:28 UTC  (4+ messages)
` [PATCH v4 1/2] gpu: nova-core: gsp: inline methods providing queue range invariants
` [PATCH v4 2/2] gpu: nova-core: gsp: fix undefined behavior in command queue code

[PATCH 0/5] drm/sun4i: Support LVDS on D1s/T113 combo D-PHY
 2026-04-01 15:04 UTC  (5+ messages)
` [PATCH v3 0/6] "

[PATCH v7 00/10] drm/panthor: Add a GEM shrinker
 2026-04-01 13:48 UTC  (11+ messages)
` [PATCH v7 01/10] drm/gem: Consider GEM object reclaimable if shrinking fails
` [PATCH v7 02/10] drm/panthor: Remove unused panthor_vm_op_ctx::map::new_vma field
` [PATCH v7 03/10] drm/panthor: Move panthor_gems_debugfs_init() to panthor_gem.c
` [PATCH v7 04/10] drm/panthor: Group panthor_kernel_bo_xxx() helpers
` [PATCH v7 05/10] drm/panthor: Don't call drm_gpuvm_bo_extobj_add() if the object is private
` [PATCH v7 06/10] drm/panthor: Part ways with drm_gem_shmem_object
` [PATCH v7 07/10] drm/panthor: Lazily allocate pages on mmap()
` [PATCH v7 08/10] drm/panthor: Split panthor_vm_prepare_map_op_ctx() to prepare for reclaim
` [PATCH v7 09/10] drm/panthor: Track the number of mmap on a BO
` [PATCH v7 10/10] drm/panthor: Add a GEM shrinker

[PATCH v4] drm/amdgpu: use IRQ-safe xarray API for PASID management
 2026-04-01 13:34 UTC  (2+ messages)

[PATCH] arch/sh: Drop CONFIG_FIRMWARE_EDID from defconfig files
 2026-04-01 13:25 UTC  (6+ messages)

[PATCH v7] drm/amdgpu: replace PASID IDR with XArray
 2026-04-01 13:24 UTC  (6+ messages)

[PATCH v2 0/2] drm: Rename drm_atomic_state
 2026-04-01 12:41 UTC  (2+ messages)

[RESEND] drm/i915/hdmi: Poll for 200 msec for TMDS_Scrambler_Status
 2026-04-01 12:26 UTC  (2+ messages)

[PATCH v6 0/2] Add "link bpc" DRM property
 2026-04-01 12:17 UTC  (2+ messages)


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