dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-15 07:58:13 to 2026-06-16 01:42:16 UTC [more...]

[PATCH v1 2/2] drm/ttm/tests: add bulk_move cursor regression tests
 2026-06-15 23:59 UTC  (2+ messages)

[PATCH v1 1/2] drm/ttm: don't leave bulk_move cursor dangling for unevictable resources
 2026-06-16  0:17 UTC  (2+ messages)

[PATCH v3 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-06-15 15:07 UTC  (5+ messages)
` [PATCH v3 2/9] vfio/pci: Add a helper to look up PFNs "

[PATCH] drm/v3d: reject an invalid indirect CSD buffer handle
 2026-06-16  7:00 UTC  (2+ messages)

[PATCH v2 0/3] drm/msm: Add support for Shikra GPU (A704)
 2026-06-16  0:56 UTC  (3+ messages)
` [PATCH v2 2/3] drm/msm/adreno: Add support for A704 GPU

[PATCH v4 00/39] drm/msm/dp: Add MST support for MSM chipsets
 2026-06-16  0:50 UTC  (23+ messages)
` [PATCH v4 18/39] drm/msm/dp: add support to send ACT packets for MST
` [PATCH v4 22/39] drm/msm/dp: Add support for sending VCPF packets in DP controller
` [PATCH v4 27/39] drm/msm/dp: replace power_on with active_stream_cnt for dp_display
` [PATCH v4 28/39] drm/msm/dp: Mark the SST bridge disconnected when mst is active
` [PATCH v4 29/39] drm/msm/dp: add an API to initialize MST on sink side
` [PATCH v4 37/39] drm/msm/dp: add HPD callback for dp MST

[PATCH v4 00/20] rust: I/O type generalization and projection
 2026-06-16  0:18 UTC  (20+ messages)
` [PATCH v4 01/20] rust: io: add dynamically-sized `Region` type
` [PATCH v4 02/20] rust: io: add missing safety requirement in `IoCapable` methods
` [PATCH v4 03/20] rust: io: restrict untyped IO access and `register!` to `Region`
` [PATCH v4 05/20] rust: io: generalize `MmioRaw` to pointer to arbitrary type
` [PATCH v4 06/20] rust: io: rename `Mmio` to `MmioOwned`
` [PATCH v4 07/20] rust: io: implement `Mmio` as view type

[PATCH v6 3/9] drm/amd/display: use drmm_writeback_connector_init()
 2026-06-15 22:42 UTC  (4+ messages)

[PATCH net-next v3 0/4] net: devmem: allow rx-buf-size > PAGE_SIZE per binding
 2026-06-15 21:57 UTC  (3+ messages)
` [PATCH net-next v3 2/4] udmabuf: emit one sg entry per pinned folio

[PATCH] drm/imagination: Fix user array stride in pvr_set_uobj_array()
 2026-06-15 21:56 UTC  (2+ messages)

[PATCH v2] drm: writeback: Document behaviour for framebuffer size mismatch
 2026-06-15 21:29 UTC  (2+ messages)

[PATCH v9 0/9] Add support for i.MX94 DCIF
 2026-06-15 21:04 UTC  (10+ messages)
` [PATCH v9 2/9] drm/bridge: fsl-ldb: Get the next non-panel bridge
` [PATCH v9 3/9] drm/bridge: fsl-ldb: Add support for i.MX94
` [PATCH v9 4/9] dt-bindings: display: imx: Add i.MX94 DCIF
` [PATCH v9 5/9] drm/imx: Add support for "

[PATCH v8 00/27] drm/i915/display: All patches to make PREEMPT_RT work on i915 + xe
 2026-06-15 20:46 UTC  (46+ messages)
` [PATCH v8 01/27] drm/vblank_work: Add methods to schedule vblank_work in 2 stages
` [PATCH v8 02/27] drm/vblank: Add a 2-stage version of drm_crtc_arm_vblank_event
` [PATCH v8 03/27] drm/intel/display: Make intel_crtc_arm_vblank_event static
` [PATCH v8 04/27] drm/intel/display: Convert vblank event handling to 2-stage arming
` [PATCH v8 05/27] drm/i915/display: Move vblank put until after critical section
` [PATCH v8 06/27] drm/i915/display: Remove locking from intel_vblank_evade "
` [PATCH v8 07/27] drm/i915/display: Handle vlv dsi workaround in scanline_in_safe_range too
` [PATCH v8 08/27] drm/i915: Use preempt_disable/enable_rt() where recommended
` [PATCH v8 09/27] drm/i915/display: Make get_vblank_counter use intel_de_read_fw()
` [PATCH v8 10/27] drm/i915/display: Do not take uncore lock in i915_get_vblank_counter
` [PATCH v8 11/27] drm/i915/display: Make icl_dsi_frame_update use _fw too
` [PATCH v8 12/27] drm/i915/display: Use intel_de_read/write_fw in colorops
` [PATCH v8 13/27] drm/i915/display: Use intel_de_write_fw in intel_pipe_fastset
` [PATCH v8 14/27] drm/i915/display: Make set_pipeconf use the fw variants
` [PATCH v8 15/27] drm/i915/gt: Use spin_lock_irq() instead of local_irq_disable() + spin_lock()
` [PATCH v8 16/27] drm/i915: Drop the irqs_disabled() check
` [PATCH v8 17/27] drm/i915/guc: Consider also RCU depth in busy loop
` [PATCH v8 18/27] drm/i915/gt: Fix selftests on PREEMPT_RT
` [PATCH v8 19/27] drm/i915/gt: Set stop_timeout() correctly on PREEMPT-RT
` [PATCH v8 20/27] drm/i915/display: Remove uncore lock from vlv_atomic_update_fifo
` [PATCH v8 21/27] drm/i915: Use sleeping selftests for igt_atomic on PREEMPT_RT
` [PATCH v8 22/27] Revert "drm/i915: Depend on !PREEMPT_RT."
` [PATCH v8 23/27] PREEMPT_RT injection
` [PATCH v8 24/27] FOR-CI: bump MAX_STACK_TRACE_ENTRIES
` [PATCH v8 25/27] drm/i915/gt: Add a spinlock to prevent starvation of irq_work
` [PATCH v8 26/27] drm/xe/display: Always use system memory on PREEMPT_RT for DPT
` [PATCH v8 27/27] drm/xe/display: Prefer not to allocate a framebuffers in stolen memory

[PATCH] accel/amdxdna: Use caller client for debug BO sync
 2026-06-15 20:38 UTC  (2+ messages)

[PATCH 0/3] Convert LP8864 LED driver to backlight class
 2026-06-15 19:51 UTC  (6+ messages)
` [PATCH 1/3] dt-bindings: backlight: ti, lp8864: Add backlight class properties
` [PATCH 2/3] leds: lp8864: Rename struct lp8864_led and local variables
` [PATCH 3/3] backlight: lp8864: Convert from LED to backlight class driver

[PATCH v1] drm/mipi-dsi: Use put_device() on device_add() failure
 2026-06-15 19:49 UTC  (2+ messages)

[PATCH v6 0/6] [PATCH v6 0/6] Add reclaim to the dmem cgroup controller
 2026-06-15 18:57 UTC  (3+ messages)

[PATCH 0/3] drm/amd/display: More efficient data output in four functions
 2026-06-15 17:53 UTC  (5+ messages)
` [PATCH 1/3] drm/amd/display: Simplify data output in psr_capability_show()
` [PATCH 3/3] drm/amd/display: Use seq_putc() in three functions

[PATCH 00/13] gpu: nova-core: blackwell follow-ups and fixes
 2026-06-15 17:24 UTC  (20+ messages)
` [PATCH 01/13] gpu: nova-core: fsp: limit FSP receive message allocation size
` [PATCH 02/13] gpu: nova-core: fsp: catch bogus queue pointer issues
` [PATCH 03/13] gpu: nova-core: fsp: try to enforce exclusive access to FSP channel
` [PATCH 04/13] gpu: nova-core: falcon: gsp: move PRIV target mask constants
` [PATCH 05/13] gpu: nova-core: gsp: keep FMC boot params DMA region alive during error
` [PATCH 06/13] gpu: nova-core: fsp: move FMC firmware loading into wait_secure_boot
` [PATCH 07/13] gpu: nova-core: gsp: ensure lifetime for FMC boot DMA allocations
` [PATCH 08/13] gpu: nova-core: gsp: ensure LibOS DMA allocation lives long enough
` [PATCH 09/13] gpu: nova-core: wait for FSP boot earlier
` [PATCH 10/13] gpu: nova-core: split FbLayout into FSP and non-FSP versions
` [PATCH 11/13] gpu: nova-core: correct FRTS vidmem offset calculation
` [PATCH 12/13] gpu: nova-core: rename heap size field
` [PATCH 13/13] gpu: nova-core: return non-WPR heap size as u64 from HALs

[PATCH 1/3] drm/i915/dsi: Program TRANS_HSYNC register for dual-link command mode
 2026-06-15 17:20 UTC  (2+ messages)

[PATCH 0/4] drm/i915: Work harder to enable VRR based refresh rate changes on eDP
 2026-06-15 17:00 UTC  (6+ messages)

[RFC PATCH v4 0/9] accel: rocket: Add RK3568 NPU support
 2026-06-15 16:49 UTC  (5+ messages)
` [RFC PATCH v4 6/9] dt-bindings: npu: rockchip, rk3588-rknn-core: Add RK3568
  ` [RFC PATCH v4 6/9] dt-bindings: npu: rockchip,rk3588-rknn-core: "

[GIT PULL] fbdev fixes and updates for v7.2-rc1
 2026-06-15 16:38 UTC 

[PATCH v6 0/4] Add SCDC information to connector debugfs
 2026-06-15 16:33 UTC  (4+ messages)

[PATCH] accel/amdxdna: Validate sync BO range before flushing
 2026-06-15 16:15 UTC  (2+ messages)

[PATCH RESEND 0/9] drm/amd/display: convert GPIO translation logic to lookup tables
 2026-06-15 16:07 UTC  (4+ messages)

[PATCH v2 0/8] drm/sun4i: update DE33 support
 2026-06-15 15:47 UTC  (4+ messages)
` [PATCH v2 7/8] dt-bindings: display: allwinner: Split H616 DE33 layer reg space

[PATCH] drm/radeon: fix r100_copy_blit for large BOs
 2026-06-15 15:42 UTC  (3+ messages)

[PATCH] drm/dp: fix kernel-doc for struct drm_dp_vsc_sdp
 2026-06-15 15:33 UTC  (2+ messages)

[PATCH] drm/fixed: fix kernel-doc for drm_sm2fixp()
 2026-06-15 15:30 UTC 

[PATCH] drm/ras: include linux/types.h in drm_ras.h
 2026-06-15 15:29 UTC 

[PATCH] drm/radeon: avoid double free in r600 DPM cleanup
 2026-06-15 15:12 UTC  (2+ messages)

[PATCH] drm/amdgpu: initialize irq.lock spinlock earlier
 2026-06-15 15:09 UTC  (3+ messages)

[RFC PATCH] dma-buf/dma_fence: Make races for dma_fence_is_signaled() less likely
 2026-06-15 14:16 UTC  (8+ messages)

[PATCH 0/2] drm/v3d: bound CPU-job copy-query writes to the destination BO
 2026-06-15 14:12 UTC  (3+ messages)
` [PATCH 2/2] drm/v3d: add KUnit reproducer for the copy-query out-of-bounds write

[PATCH resend] drm: uapi: Add macro for chipset specific event ID region
 2026-06-15 14:08 UTC  (2+ messages)

[PATCH v5 0/7] drm/rcar-du: Add support for DSI pipelines with DSC
 2026-06-15 13:12 UTC  (8+ messages)
` [PATCH v5 1/7] clk: renesas: r8a779g0: Add DSC clock
` [PATCH v5 2/7] dt-bindings: display: bridge: Document Renesas R-Car V4H DSC bindings
` [PATCH v5 3/7] drm/rcar-du: dsc: Add rudimentary Renesas R-Car V4H DSC driver
` [PATCH v5 4/7] drm/rcar-du: dsi: Support DSC in the pipeline
` [PATCH v5 5/7] arm64: dts: renesas: r8a779g0: Add DSC
` [PATCH v5 6/7] arm64: dts: renesas: sparrow-hawk: Enable DisplayPort by adding DSC
` [PATCH v5 7/7] arm64: dts: renesas: white-hawk: Add second mini-DP output support

[PATCH v8 00/18] drm/amdgpu: AMDGPU SVM support based on DRM (Phase 1: single GPU, XNACK on)
 2026-06-15 13:06 UTC  (14+ messages)
` [PATCH v8 02/18] drm/amdgpu: add SVM core header and VM integration
` [PATCH v8 07/18] drm/amdgpu: implement SVM range GPU mapping core

[PATCH v2] drm/v3d: bound CPU-job query writes to their destination BO
 2026-06-15 12:40 UTC  (2+ messages)

[PATCH v5 0/4] Add eDP lane mapping support
 2026-06-15 12:34 UTC  (2+ messages)

[PATCH v4 0/7] drm/rcar-du: Add support for DSI pipelines with DSC
 2026-06-15 12:15 UTC  (11+ messages)
` [PATCH v4 2/7] dt-bindings: display: bridge: Document Renesas R-Car V4H DSC bindings
` [PATCH v4 3/7] drm/rcar-du: dsc: Add rudimentary Renesas R-Car V4H DSC driver
` [PATCH v4 4/7] drm/rcar-du: dsi: Support DSC in the pipeline

[PATCH v3] drm/i915: clear CRTC color blob pointers after dropping refs
 2026-06-15 12:04 UTC  (3+ messages)

[PATCH v3] drm/tests: Move test EDID data to separate .c file
 2026-06-15 11:33 UTC  (4+ messages)

[PATCH] drm/displayid: fix Tiled Display Topology ID size
 2026-06-15 11:14 UTC  (3+ messages)

[RFC PATCH] dma-fence: Fix races of fence callbacks versus destructors by locking
 2026-06-15  9:57 UTC  (8+ messages)
          ` Properly synchronize dma_fence->signaled bit (Was: Re: [RFC PATCH] dma-fence: Fix races of fence callbacks versus destructors by locking)

[PATCH] drm/nouveau: Simplify nouveau_cli_work
 2026-06-15  9:31 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v3 0/4] Add DRM driver for LG LH609QH1 Panel with SiliconWorks SW49410 DDIC
 2026-06-15  9:19 UTC  (6+ messages)
` [PATCH v3 1/4] drm: panel: Add LG LH609QH1 Panel with SW49410 controller
` [PATCH v3 4/4] Revert "dt-bindings: display: panel: panel-simple: Add lg,sw49410 compatible"

[RFC PATCH 0/4] Xe driver asynchronous notification mechanism
 2026-06-15  9:06 UTC  (3+ messages)

[PATCH v4 0/6] drm/verisilicon: add Nuvoton MA35D1 DCU Lite support
 2026-06-15  9:04 UTC  (14+ messages)
` [PATCH v4 1/6] dt-bindings: display: verisilicon, dc: generalize for single-output variants
` [PATCH v4 2/6] drm/verisilicon: add register-level macros for DC8000
` [PATCH v4 3/6] drm/verisilicon: introduce per-variant hardware ops table
` [PATCH v4 4/6] drm/verisilicon: add DC8000 (DCUltraLite) display controller support
` [PATCH v4 5/6] drm/verisilicon: add DCUltraLite chip identity to HWDB
` [PATCH v4 6/6] drm/verisilicon: extend Kconfig to support ARCH_MA35 platforms

[PATCH v3 0/4] Introduce error threshold to drm_ras
 2026-06-15  8:56 UTC  (5+ messages)
` [PATCH v3 1/4] drm/ras: Introduce error threshold
` [PATCH v3 3/4] drm/xe/ras: Add support for "

[PATCH] drm/edid: fix OOB read in drm_parse_tiled_block()
 2026-06-15  8:52 UTC  (4+ messages)

[PATCH v4 0/2] drm/panel: Add panel driver for Chipone ICNA35XX based panels
 2026-06-15  8:20 UTC  (3+ messages)
` [PATCH v4 2/2] "

[PATCH v8 0/6] Introduce cold reset recovery method
 2026-06-15  8:06 UTC  (3+ messages)
` [PATCH v8 5/6] drm/xe: Suppress Surprise Link Down on device

[PATCH v2] staging: fbtft: use %pe for backlight errors
 2026-06-14 20:15 UTC 


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