dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-16 16:28:42 to 2026-03-17 13:41:55 UTC [more...]

[PATCH v2 0/2] gpu: nova: rename drivers and directory to use kebab-case convention
 2026-03-17 13:20 UTC  (7+ messages)
` [PATCH v2 1/2] gpu: nova: rename drivers "
` [PATCH v2 2/2] gpu: nova-drm: rename nova/ directory to nova-drm/
    ` [PATCH v3 2/2] gpu: nova-drm: rename nova to nova-drm

[PATCH 0/9] gpu: nova-core: gsp: add RM control command infrastructure
 2026-03-17 13:41 UTC  (9+ messages)
` [PATCH 6/9] gpu: nova-core: generalize `flush_into_kvec` to `flush_into_vec`

[PATCH net-next v3 0/2] dma-buf: heaps: system: add an option to allocate explicitly decrypted memory
 2026-03-17 13:37 UTC  (3+ messages)

[PATCH v5 00/20] Add support for DU and DSI on the Renesas RZ/G3E SoC
 2026-03-17 13:35 UTC  (11+ messages)
` [PATCH v5 10/20] dt-bindings: display: bridge: renesas, dsi: Add support for "
  ` [PATCH v5 10/20] dt-bindings: display: bridge: renesas,dsi: "
` [PATCH v5 11/20] drm: renesas: rz-du: mipi_dsi: Add out_port to OF data
` [PATCH v5 12/20] drm: renesas: rz-du: mipi_dsi: Add RZ_MIPI_DSI_FEATURE_GPO0R feature
` [PATCH v5 13/20] drm: renesas: rz-du: mipi_dsi: Add support for RZ/G3E
` [PATCH v5 14/20] drm: renesas: rz-du: Add RZ/G3E support

[PATCH v7 00/15] tegra-video: add CSI support for Tegra20 and Tegra30
 2026-03-17 13:07 UTC  (5+ messages)
` [PATCH v7 05/15] gpu: host1x: convert MIPI to use operation function pointers

[PATCH 0/8] dma::Coherent & dma::CoherentInit API
 2026-03-17 12:56 UTC  (8+ messages)
` [PATCH 2/8] rust: dma: add generalized container for types other than slices
` [PATCH 3/8] rust: dma: add zeroed constructor to `Coherent`
` [PATCH 4/8] rust: dma: introduce dma::CoherentInit for memory initialization

[PATCH 0/2] Improvements on RZ/G2L MIPI DSI driver
 2026-03-17 12:36 UTC  (3+ messages)
` [PATCH 1/2] drm: renesas: rzg2l_mipi_dsi: Use fsleep() for 1ms delay in D-PHY init
` [PATCH 2/2] drm: renesas: rzg2l_mipi_dsi: Fix the power-on sequence

[RFC PATCH 00/12] Introduce DRM dep queue
 2026-03-17 12:31 UTC  (15+ messages)
` [RFC PATCH 02/12] drm/dep: Add DRM dependency queue layer

[PATCH 00/10] drm/i915/color: Enable SDR plane color pipeline
 2026-03-17 12:29 UTC  (13+ messages)
` [PATCH 01/10] drm/colorop: Add DRM_COLOROP_CSC_FF

[PATCH v2 0/4] drm: Support DMA per allocation kernel mappings
 2026-03-17 12:24 UTC  (8+ messages)
` [PATCH v2 1/4] drm/rcar-du: Use drm_gem_dma_get_sg_table() helper to get scatter gather table
` [PATCH v2 2/4] drm: Introduce DRM_MODE_DUMB_KERNEL_MAP flag
` [PATCH v2 3/4] drm/gem-dma: Use the dma_*_attr API variant
` [PATCH v2 4/4] drm/gem-dma: Support DRM_MODE_DUMB_KERNEL_MAP flag

[PATCH v2] drm/ast: DisplayPort edid supports 256 bytes
 2026-03-17 12:19 UTC 

Patch "drm/ttm: Fix ttm_pool_beneficial_order() return type" has been added to the 6.19-stable tree
 2026-03-17 12:12 UTC 

[PATCH 0/2] drm/gpuvm: add debugfs utilities for GPU VA state dumping
 2026-03-17 12:03 UTC  (3+ messages)
` [PATCH 1/2] drm/gpuvm: add name(), RawGpuVa and kernel_alloc_va() for debugfs
` [PATCH 2/2] drm/gpuvm: add GpuVaIter and va_mappings() "

[RFC/POC PATCH 00/12] POC SVM implementation in AMDGPU based on drm_gpusvm
 2026-03-17 11:48 UTC  (14+ messages)
` [RFC/POC PATCH 01/12] drm/amdgpu: add SVM UAPI definitions
` [RFC/POC PATCH 02/12] drm/amdgpu: add SVM data structures and header
` [RFC/POC PATCH 03/12] drm/amdgpu: add SVM attribute data structures
` [RFC/POC PATCH 04/12] drm/amdgpu: implement SVM attribute tree operations
` [RFC/POC PATCH 05/12] drm/amdgpu: implement SVM attribute set
` [RFC/POC PATCH 06/12] drm/amdgpu: add SVM range data structures
` [RFC/POC PATCH 07/12] drm/amdgpu: implement SVM range PTE flags and GPU mapping
` [RFC/POC PATCH 08/12] drm/amdgpu: implement SVM range notifier and invalidation
` [RFC/POC PATCH 09/12] drm/amdgpu: implement SVM range workers
` [RFC/POC PATCH 10/12] drm/amdgpu: implement SVM core initialization and fini
` [RFC/POC PATCH 11/12] drm/amdgpu: implement SVM ioctl and fault handler
` [RFC/POC PATCH 12/12] drm/amdgpu: wire up SVM build system "

FAILED: patch "[PATCH] mm: Fix a hmm_range_fault() livelock / starvation problem" failed to apply to 6.18-stable tree
 2026-03-17 11:39 UTC  (2+ messages)
` [PATCH 6.18.y] mm: Fix a hmm_range_fault() livelock / starvation problem

[PATCH AUTOSEL 6.19-6.12] drm/amdgpu: fix gpu idle power consumption issue for gfx v12
 2026-03-17 11:32 UTC 

[PATCH v6 0/5] kunit: Add support for suppressing warning backtraces
 2026-03-17 11:30 UTC  (9+ messages)
` [PATCH v6 1/5] bug/kunit: Core "
` [PATCH v6 2/5] bug/kunit: Suppressing warning backtraces reduced impact on WARN*() sites
` [PATCH v6 3/5] Add unit tests to verify that warning backtrace suppression works
` [PATCH v6 4/5] drm: Suppress intentional warning backtraces in scaling unit tests
` [PATCH v6 5/5] kunit: Add documentation for warning backtrace suppression API

Patch "mm: Fix a hmm_range_fault() livelock / starvation problem" has been added to the 6.19-stable tree
 2026-03-17 11:24 UTC 

[PATCH] drm/ttm: Fix spelling mistakes and comment style in ttm_resource.c
 2026-03-17 11:19 UTC  (2+ messages)

[PATCH v2] drm/msm: default separate_gpu_kms to auto selection
 2026-03-17 10:36 UTC  (2+ messages)

[PATCH v4 00/27] drm/amd: VRR fixes, HDMI Gaming Features
 2026-03-17 10:03 UTC  (4+ messages)
` [PATCH v4 07/27] drm/amd/display: Use bigger VRR range if found in AMD vsdb

linux-next: build failure after merge of the drm-intel tree
 2026-03-17  9:00 UTC  (2+ messages)

[PATCH 1/2] drm/msm/dpu: fix mismatch between power and frequency
 2026-03-17  8:59 UTC  (13+ messages)

[PATCH] drm/edid: fix off-by-2 byte offsets in HF-SCDB parsing
 2026-03-17  8:45 UTC  (2+ messages)

[PATCH] drm/ast: DisplayPort edid supports 256 bytes
 2026-03-17  8:28 UTC  (11+ messages)

[PATCH v4 0/2] dma-buf: heaps: system: add an option to allocate explicitly decrypted memory
 2026-03-17  8:26 UTC  (4+ messages)
` [PATCH v4 1/2] dma-mapping: introduce DMA_ATTR_CC_DECRYPTED for pre-decrypted memory

[PATCH] drm/bridge: Fix refcount shown via debugfs for encoder_bridges_show()
 2026-03-17  8:15 UTC  (13+ messages)

[PATCH v2] drm: shmobile: Fix blank screen after resume when LCDC is stopped
 2026-03-16 11:25 UTC  (2+ messages)

[PATCH 0/2] drm: Fix namespace clashes with 'pixel_format'
 2026-03-16  3:46 UTC  (3+ messages)
` [PATCH 1/2] drm/i915/gvt: Rename struct 'pixel_format' to 'gvt_pixel_format'
` [PATCH 2/2] drm/amd/display: Rename enum 'pixel_format' to 'dc_pixel_format'

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2026-03-17  4:44 UTC  (2+ messages)

[PATCH v2] drm: shmobile: Fix blank screen after resume when LCDC is stopped
 2026-03-17  7:17 UTC  (2+ messages)
` [PATCH v2] drm: shmobile: Fix blank screen after resume when

[PATCH] drm/amd/display: fix double 'the' typo in dcn4_calcs
 2026-03-16 15:42 UTC 

[PATCH] drm/amd/display: clean up typecasts and ordering in dcn4_calcs
 2026-03-16 21:40 UTC 

[PATCH 4/5] backlight: cgbc_bl: fix kernel-doc comment for struct cgbc_bl_data
 2026-03-15 14:58 UTC 

[PATCH] drm/gem-dma: set VM_DONTDUMP for mmap
 2026-03-17  7:50 UTC  (2+ messages)

[PATCH v2] drm/msm/disp/dpu: add merge3d support for sc7280
 2026-03-17  7:47 UTC  (6+ messages)

[PATCH v2 0/2] drm/panel: Add panel driver for ChipWealth CH13726A based panels
 2026-03-17  7:33 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: display: panel: Add ChipWealth CH13726A AMOLED driver bindings
` [PATCH v2 2/2] drm/panel: Add panel driver for ChipWealth CH13726A based panels

[PATCH 0/2] Disable Panel Replay as quirk for LGD panel
 2026-03-17  7:30 UTC  (4+ messages)
` [PATCH 2/2] drm/i915/psr: Disable Panel Replay on DP_DPCD_QUIRK_NO_PANEL_REPLAY quirk

[PATCH] drm/amdgpu/userq: refactor MQD init into per-IP helpers
 2026-03-17  7:11 UTC  (2+ messages)

[PATCH] drm/atomic: clear the state of plane which is unused
 2026-03-17  7:00 UTC  (2+ messages)

[PATCH] udmabuf: fix DMA direction mismatch in release_udmabuf()
 2026-03-17  5:40 UTC  (2+ messages)

[PATCH] udmabuf: Do not create malformed scatterlists
 2026-03-17  5:37 UTC  (2+ messages)

[PATCH] dma-buf/udmabuf: skip redundant cpu sync to fix cacheline EEXIST warning
 2026-03-17  5:36 UTC 

[PATCH V2] accel/amdxdna: Support retrieving hardware context debug information
 2026-03-17  4:49 UTC 

[PATCH] drm/gem: Improve drm_gem_objects_lookup() kerneldoc
 2026-03-17  4:47 UTC  (2+ messages)

[PATCH v4 0/5] gpu: nova-core: gsp: add locking to Cmdq
 2026-03-17  4:18 UTC  (3+ messages)
` [PATCH v4 5/5] gpu: nova-core: gsp: add mutex "

[PATCH V1] accel/amdxdna: Support retrieving hardware context debug information
 2026-03-17  4:15 UTC  (5+ messages)

[PATCH v12 0/1] Rust GPU buddy allocator bindings
 2026-03-17  1:58 UTC  (14+ messages)
` [PATCH v12.1 "
  ` [PATCH v12.1 1/1] rust: gpu: Add "

[PATCH v6 00/13] Remove device private pages from physical address space
 2026-03-17  1:47 UTC  (3+ messages)

[PATCH v10 00/18] Apply drm_bridge_connector and panel_bridge helper for the Analogix DP driver
 2026-03-17  1:40 UTC  (6+ messages)
` [PATCH v10 11/18] drm/bridge: analogix_dp: Apply drm_bridge_connector helper

[PATCH v1 0/4] Add eDP support for RK3576
 2026-03-17  1:37 UTC  (7+ messages)
` [PATCH v1 2/4] arm64: dts: rockchip: Add eDP node "
` [PATCH v1 3/4] drm/bridge: analogix_dp: Add support "

[PATCH] accel/qaic: kcalloc + kzalloc to kzalloc
 2026-03-17  0:30 UTC 

[PATCH] drm/xe: use %z format string for ptrdiff_t
 2026-03-16 23:07 UTC  (3+ messages)

[PATCH v2 00/15] firmware: qcom: Add OP-TEE PAS service support
 2026-03-16 23:02 UTC  (4+ messages)
` [PATCH v2 02/15] firmware: qcom: Add a generic PAS service

[PATCH] drm/bridge: waveshare-dsi: Fix signedness bug
 2026-03-16 22:55 UTC  (3+ messages)

[RFC 0/2] drm: Add sysrq handler to kill GPU
 2026-03-16 22:38 UTC  (3+ messages)
` [RFC 1/2] drm: Add sysrq key to kill current job on GPU
` [RFC 2/2] drm/msm: Add sysrq_kill handler

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-16 22:10 UTC  (3+ messages)
` [PATCH 46/61] vfio: Prefer IS_ERR_OR_NULL over manual NULL check

[PATCH] drm/xe: Fix format specifier for printing pointer differences
 2026-03-16 22:09 UTC  (2+ messages)

[PATCH] drm/bridge: lt8713sx: avoid 64-bit division
 2026-03-16 21:56 UTC 

[PATCH] drm/drm_atomic: duplicate colorop states if plane color pipeline in use
 2026-03-16 20:52 UTC 

[PATCH 0/2] drm/msm/adreno: Update GPU name format
 2026-03-16 20:55 UTC  (6+ messages)
` [PATCH 1/2] drm/msm/adreno: Change chip_id format
` [PATCH 2/2] drm/msm/a8xx: Update GPU name with slice_mask

[PATCH] drm/msm: Fix GMEM_BASE for A650
 2026-03-16 20:55 UTC  (8+ messages)

[PATCH 0/2] drm,drm/xe: Relax helper module reference requirement
 2026-03-16 20:36 UTC  (5+ messages)
` [PATCH 1/2] drm: Provide a drm_dev_release_barrier() function to wait for device release callbacks

Announcement: 2026 X.Org Foundation Election Candidates
 2026-03-16 20:27 UTC 

[PATCH V2] accel/amdxdna: Add debug prints for command submission
 2026-03-16 19:57 UTC  (3+ messages)

[PATCH v12 0/1] rust: interop: Add list module for C linked list interface
 2026-03-16 18:54 UTC  (8+ messages)
` [PATCH v12 1/1] "

[PATCH v6] drm/edid: add CTA Video Format Data Block support
 2026-03-16 18:50 UTC  (2+ messages)

[PATCH] drm/msm/vma: Avoid lock in VM_BIND fence signaling path
 2026-03-16 18:44 UTC 

[PATCH v2] drm/nouveau/disp: Fix potential NULL pointer dereference in nouveau_dp_irq
 2026-03-16 18:41 UTC 

[PATCH] drm/nouveau/disp: Fix potential NULL pointer dereference in nouveau_dp_irq
 2026-03-16 18:34 UTC  (4+ messages)

[PATCH] drm/bridge: adv7511: Clear HPD IRQ before powering on device during resume()
 2026-03-16 17:59 UTC  (3+ messages)

[PATCH 00/14] drm/atomic: Rework initial state allocation
 2026-03-16 17:16 UTC  (14+ messages)
` [PATCH 02/14] drm/atomic: Drop drm_private_state.obj assignment from create_state
` [PATCH 08/14] drm/mode-config: Create drm_mode_config_create_state()
` [PATCH 09/14] drm/drv: Call drm_mode_config_create_state() by default
` [PATCH 10/14] drm/atomic: Drop private obj state allocation
` [PATCH 13/14] drm/tidss: Convert to atomic_create_state
` [PATCH 14/14] drm/bridge_connector: "

[Bug 221245] New: Regression: Black screen on boot with AMD FirePro M4000 on kernel 6.19.7
 2026-03-16 17:09 UTC 

[PATCH] drm/bridge: ite-it66121: Disable HDMI audio capture stream
 2026-03-16 17:05 UTC  (3+ messages)

[PATCH v9 00/23] gpu: nova-core: Add memory management support
 2026-03-16 17:00 UTC  (13+ messages)
` [PATCH v9 01/23] gpu: nova-core: Select GPU_BUDDY for VRAM allocation
` [PATCH v9 02/23] gpu: nova-core: Kconfig: Sort select statements alphabetically
` [PATCH v9 04/23] gpu: nova-core: gsp: Extract usable FB region from GSP
` [PATCH v9 05/23] gpu: nova-core: gsp: Expose total physical VRAM end from FB region info

[PATCH] drm: dp_tunnel: use kzalloc_flex
 2026-03-16 16:44 UTC  (4+ messages)

[PATCH v2] dt-bindings: display: ti, am65x-dss: Fix AM62L DSS reg and clock constraints
 2026-03-16 16:44 UTC  (5+ messages)


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