dri-devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2026-04-05 23:56:07 to 2026-04-07 09:50:22 UTC [more...]

[PATCH 00/19] drm/panel: support Waveshare DSI TOUCH kits
 2026-04-07  9:50 UTC  (6+ messages)
` [PATCH 01/19] dt-bindings: display/panel: himax,hx83102: describe Waveshare panel
    ` [PATCH 01/19] dt-bindings: display/panel: himax, hx83102: "

[PATCH RFC v2 0/6] Add support for Adreno 810 GPU
 2026-04-07  9:45 UTC  (3+ messages)
` [PATCH RFC v2 2/6] drm/msm/adreno: rename llc_mmio to cx_misc_mmio

[PATCH v2 0/8] qcom: display / dts: Few corrections of address spaces
 2026-04-07  9:41 UTC  (11+ messages)
` [PATCH v2 2/8] dt-bindings: display/msm: dp-controller: Allow DAI on SM8650 and others
` [PATCH v2 5/8] dt-bindings: display/msm: qcom,eliza-mdss: Correct DPU and DP ranges in example
` [PATCH v2 6/8] arm64: dts: qcom: sm8650: Correct and complete DP address spaces
` [PATCH v2 7/8] arm64: dts: qcom: sm8750: "
` [PATCH v2 8/8] arm64: dts: qcom: sm8750: Correct DPU VBIF address space size

[PATCH v4 0/4] drm/bridge: convert users of of_drm_find_bridge(), part 4
 2026-04-07  9:40 UTC  (2+ messages)

[PATCH] drm/bridge: it6505: fix use-after-free in it6505_parse_dt()
 2026-04-07  9:38 UTC 

[PATCH 0/6] qcom: Refactor GPU GX GDSC handling and IFPC behavior on A8x GPUs
 2026-04-07  9:30 UTC  (7+ messages)
` [PATCH 1/6] clk: qcom: gdsc: Add custom disable callback for GX GDSC
` [PATCH 2/6] clk: qcom: gxclkctl: Use custom disable callback for gx_gdsc
` [PATCH 3/6] clk: qcom: common: ensure runtime PM suspend completes on probe
` [PATCH 4/6] clk: qcom: gxclkctl: Remove GX/GMxC rail votes to align with IFPC
` [PATCH 5/6] drm/msm/a8xx: Make a8xx_recover IFPC safe
` [PATCH 6/6] drm/msm/a6xx: Limit GXPD votes to recovery in A8x

[PATCH v2 00/10] fbcon,fonts: Refactor framebuffer console rotation
 2026-04-07  9:23 UTC  (11+ messages)
` [PATCH v2 01/10] fbcon: Avoid OOB font access if console rotation fails
` [PATCH v2 02/10] vt: Implement helpers for struct vc_font in source file
` [PATCH v2 03/10] lib/fonts: Provide helpers for calculating glyph pitch and size
` [PATCH v2 04/10] lib/fonts: Clean up Makefile
` [PATCH v2 05/10] lib/fonts: Implement glyph rotation
` [PATCH v2 06/10] lib/fonts: Refactor glyph-pattern helpers
` [PATCH v2 07/10] lib/fonts: Refactor glyph-rotation helpers
` [PATCH v2 08/10] lib/fonts: Implement font rotation
` [PATCH v2 09/10] fbcon: Fill cursor mask in helper function
` [PATCH v2 10/10] fbcon: Put font-rotation state into separate struct

[PATCH v2] dma-buf: heaps: system: document system_cc_shared heap
 2026-04-07  9:26 UTC 

[PATCH] dma-buf: heaps: system: document system_cc_shared heap
 2026-04-07  9:25 UTC  (3+ messages)

[PATCH v2 0/4] drm: rcar-du: Improve device_link handling
 2026-04-07  9:18 UTC  (4+ messages)
` [PATCH v2 4/4] drm: rcar-du: Don't leak device_link to CMM

[PATCH 0/7] qcom: display / dts: Few corrections of address spaces
 2026-04-07  9:12 UTC  (7+ messages)
` [PATCH 2/7] dt-bindings: display/msm: dp-controller: Allow DAI on SM8650
` [PATCH 7/7] arm64: dts: qcom: sm8750: Correct DPU VBIF address space size

[PATCH 00/23] Fix Adaptive Sync SDP for PR with Link ON + Auxless ALPM
 2026-04-07  9:06 UTC  (9+ messages)
` [PATCH 14/23] drm/i915/dp: Add member to intel_dp to store AS SDP v2 support
` [PATCH 19/23] drm/i915/dp: Set relevant Downspread Ctrl DPCD bits for PR + Auxless ALPM

[PATCH] drm/tegra: rgb: Fix use-after-free and leak in tegra_dc_rgb_probe()
 2026-04-07  8:46 UTC 

[PATCH v2 00/33] rust: bump minimum Rust and `bindgen` versions
 2026-04-07  8:37 UTC  (37+ messages)
` [PATCH v2 01/33] rust: kbuild: remove `--remap-path-prefix` workarounds
` [PATCH v2 07/33] rust: allow globally `clippy::incompatible_msrv`
` [PATCH v2 14/33] rust: alloc: simplify with `NonNull::add()` now that it is stable
` [PATCH v2 15/33] rust: macros: simplify code using `feature(extract_if)`
` [PATCH v2 16/33] rust: block: update `const_refs_to_static` MSRV TODO comment
` [PATCH v2 17/33] rust: bump `bindgen` minimum supported version to 0.71.1 (Debian Trixie)
` [PATCH v2 18/33] rust: rust_is_available: remove warning for `bindgen` 0.66.[01]
` [PATCH v2 19/33] rust: rust_is_available: remove warning for `bindgen` < 0.69.5 && libclang >= 19.1
` [PATCH v2 20/33] rust: kbuild: update `bindgen --rust-target` version and replace comment
` [PATCH v2 21/33] rust: kbuild: remove "dummy parameter" workaround for `bindgen` < 0.71.1
` [PATCH v2 22/33] docs: rust: quick-start: openSUSE provides `rust-src` package nowadays
` [PATCH v2 23/33] docs: rust: quick-start: update Ubuntu versioned packages
` [PATCH v2 24/33] docs: rust: quick-start: update minimum Ubuntu version
` [PATCH v2 25/33] docs: rust: quick-start: add Ubuntu 26.04 LTS and remove subsection title
` [PATCH v2 26/33] docs: rust: quick-start: remove Gentoo "testing" note
` [PATCH v2 27/33] docs: rust: quick-start: remove Nix "unstable channel" note
` [PATCH v2 28/33] docs: rust: quick-start: remove GDB/Binutils mention
` [PATCH v2 29/33] docs: rust: general-information: simplify Kconfig example
` [PATCH v2 30/33] docs: rust: general-information: use real example
` [PATCH v2 31/33] rust: declare cfi_encoding for lru_status
` [PATCH v2 32/33] rust: kbuild: support global per-version flags
` [PATCH v2 33/33] rust: kbuild: allow `clippy::precedence` for Rust < 1.86.0

[PATCH v2 0/2] drm: lcdif: FIFO underrun/solid color bug fix
 2026-04-07  8:28 UTC  (6+ messages)
` [PATCH v2 1/2] drm: lcdif: Set undocumented bit to clear FIFO at vsync
` [PATCH v2 2/2] drm: lcdif: Wait for vblank before disabling DMA

[PATCH v5 1/7] drm/amdgpu: pass all the sdma scheds to amdgpu_mman
 2026-04-07  8:11 UTC  (5+ messages)
` [PATCH v5 2/7] drm/amdgpu: only use working sdma schedulers for ttm

[PATCH] dt-bindings: display: bridge: lt9211: Require data-lanes on DSI input ports
 2026-04-07  8:00 UTC  (3+ messages)

[PATCH] dma-fence: correct kernel-doc function parameter @flags
 2026-04-07  7:59 UTC  (2+ messages)

[PATCH] dma-buf: system_heap: Optimize sg_table-to-pages conversion in vmap
 2026-04-07  7:57 UTC  (2+ messages)

[PATCH v4] drm/tegra: Enable cmu for Tegra186 and Tegra194
 2026-04-07  7:56 UTC  (2+ messages)

[PATCH] drm/edid: Add quirk for YUK monitor 0xaa01
 2026-04-07  7:51 UTC  (2+ messages)

[PATCH] drm/fb-helper: Fix a locking bug in an error path
 2026-04-07  7:47 UTC 

[RFC PATCH] Limit reclaim to avoid TTM desktop stutter under mem pressure
 2026-04-07  7:43 UTC  (4+ messages)

[PATCH v3 00/38] drm/msm/dp: Add MST support for MSM chipsets
 2026-04-07  7:42 UTC  (22+ messages)
` [PATCH v3 26/38] drm/msm/dp: add an API to initialize MST on sink side
` [PATCH v3 28/38] drm/msm/dp: add dp_mst_drm to manage DP MST bridge operations
` [PATCH v3 32/38] drm/msm/dp: propagate MST state changes to dp mst module
` [PATCH v3 33/38] drm/msm: add support for MST non-blocking commits
` [PATCH v3 34/38] drm/msm: initialize DRM MST encoders for DP controllers
` [PATCH v3 35/38] drm/msm/dp: initialize dp_mst module for each DP MST controller
` [PATCH v3 36/38] drm/msm/dpu: use msm_dp_get_mst_intf_id() to get the intf id

[PATCH] drm/amdgpu: deduplicate register access and helper routines
 2026-04-07  0:59 UTC  (8+ messages)

[PATCH 0/2] drm/amdgpu,radeon: fix integer overflow in pitch alignment
 2026-04-06 22:50 UTC  (3+ messages)
` [PATCH 1/2] drm/amdgpu: fix integer overflow in amdgpu_gem_align_pitch()
` [PATCH 2/2] drm/radeon: fix integer overflow in radeon_align_pitch()

[PATCH v3] arm64: dts: imx952: Describe Mali G310 GPU
 2026-04-07  3:15 UTC 

[PATCH 0/8] firmware: sysfb: Consolidate config/code wrt. sysfb_primary_screen
 2026-04-07  7:39 UTC  (8+ messages)
` [PATCH 3/8] firmware: sysfb: Make CONFIG_SYSFB a user-selectable option

[PATCH for drm-misc-fixes v2 0/4] Fix some bugs in the hibmc driver
 2026-04-07  7:36 UTC  (5+ messages)
` [PATCH for drm-misc-fixes v2 4/4] drm/hisilicon/hibmc: use clock to look up the PLL value

[PATCH] drm/imx/ipuv3: do not adjust hactive for non-8-pixel-aligned modes
 2026-04-07  7:02 UTC  (2+ messages)

[PATCH] drm/panthor: Fix kernel-doc warning in panthor_sched.c
 2026-04-07  6:58 UTC  (2+ messages)

[PATCH 1/2] drm/panthor: Extend VM locked region for remap case to be a superset
 2026-04-07  6:55 UTC  (4+ messages)
` [PATCH 2/2] drm/panthor: Fix outdated function documentation

[PATCH v9 00/23] gpu: nova-core: Add memory management support
 2026-04-07  5:14 UTC  (24+ messages)
` [PATCH v10 00/21] "
  ` [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 v2] gpu: nova: require little endian
 2026-04-07  5:09 UTC  (2+ messages)

[PATCH v3] drm/tegra: Enable cmu for Tegra186 and Tegra194
 2026-04-07  4:59 UTC  (2+ messages)

[PATCH v3 00/15] firmware: qcom: Add OP-TEE PAS service support
 2026-04-07  4:54 UTC  (6+ messages)
` [PATCH v3 11/15] media: qcom: Switch to generic PAS TZ APIs

[PATCH v2] drm/msm/adreno: fix userspace-triggered crash on a2xx-a4xx
 2026-04-07  3:23 UTC 

[PATCH 1/2] dt-bindings: display: simple: Add EDT ETML1010G0DKA panel
 2026-04-07  2:50 UTC  (4+ messages)
` [PATCH 2/2] drm/panel: "

[PATCH] gpu: nova-core: require little endian
 2026-04-07  2:15 UTC  (6+ messages)

[PATCH v6 phy-next 00/28] Split Generic PHY consumer and provider
 2026-04-07  2:03 UTC  (3+ messages)
` [PATCH v6 phy-next 15/28] drm/msm/dp: remove debugging prints with internal struct phy state

[PATCH] drm/msm/adreno: fix userspace-triggered crash on a2xx-a4xx
 2026-04-06 23:43 UTC  (3+ messages)

[PATCH] drm/msm/dpu: eliza: Use Eliza-specific CWB array
 2026-04-06 23:42 UTC  (2+ messages)

[PATCH] dt-bindings: display/msm: move DSI PHY bindings to phy/ subdir
 2026-04-06 23:42 UTC  (2+ messages)

[PATCH] drm/msm/mdp5: drop workarounds specific to MDP5 1.0
 2026-04-06 23:42 UTC  (2+ messages)

[PATCH] drm/msm/mdp5: drop single flush support
 2026-04-06 23:42 UTC  (2+ messages)

[PATCH] drm/msm/dpu: drop INTF_0 on MSM8953
 2026-04-06 23:42 UTC  (2+ messages)

[PATCH] drm/msm/dpu: correct DP MST interface configuration
 2026-04-06 23:42 UTC  (2+ messages)

[PATCH] drm/msm: Use of_get_available_child_by_name()
 2026-04-06 23:42 UTC  (2+ messages)

[PATCH V1] accel/amdxdna: Read real-time clock frequencies
 2026-04-06 22:05 UTC 

[PATCH V1] accel/amdxdna: Handle DETACH_DEBUG_BO through config_debug_bo path
 2026-04-06 21:29 UTC  (2+ messages)

[PATCH v5] mm: Fix a hmm_range_fault() livelock / starvation problem
 2026-04-06 19:11 UTC  (5+ messages)

[PATCH v3 0/9] gpu: nova-core: gsp: add RM control command infrastructure
 2026-04-06 19:05 UTC  (14+ messages)
` [PATCH v3 1/9] gpu: nova-core: gsp: add NV_STATUS error code bindings
` [PATCH v3 2/9] gpu: nova-core: gsp: add NvStatus enum for RM control errors
` [PATCH v3 9/9] gpu: nova-core: gsp: add FaultMethodBufferSize RM control command

[PATCH v2 0/7] drm/vc4: Switch to DRM GPU scheduler
 2026-04-06 18:45 UTC  (15+ messages)
` [PATCH v2 2/7] drm/vc4: Add DRM GPU scheduler infrastructure and job structures
` [PATCH v2 3/7] drm/vc4: Add new job submission implementation
` [PATCH v2 4/7] drm/vc4: Refcount vc4_file for safe access by jobs
` [PATCH v2 5/7] drm/vc4: Add per-file descriptor seqno tracking
` [PATCH v2 7/7] drm/vc4: Use unique fence timeline names per queue

[PATCH 3/3] gpu: nova-core: fix wrong use of barriers in GSP code
 2026-04-06 18:18 UTC  (4+ messages)

[PATCH] drm/imx: Fix three kernel-doc warnings in dcss-scaler.c
 2026-04-06 18:00 UTC 

linux-next: manual merge of the drm tree with the rust tree
 2026-04-06 14:34 UTC  (2+ messages)

[PATCH v3 0/4] Introduce cold reset recovery method
 2026-04-06 14:23 UTC  (5+ messages)
` [PATCH v3 1/4] Introduce Xe Uncorrectable Error Handling
` [PATCH v3 2/4] drm: Add DRM_WEDGE_RECOVERY_COLD_RESET recovery method
` [PATCH v3 3/4] drm/doc: Document "
` [PATCH v3 4/4] drm/xe: Handle PUNIT errors by requesting cold-reset recovery

[PATCH] drm/msm/disp/dpu: consider SSPP line width during mode valid
 2026-04-06 14:12 UTC  (7+ messages)

[PATCH 00/33] rust: bump minimum Rust and `bindgen` versions
 2026-04-06 13:21 UTC  (13+ messages)
` [PATCH 23/33] docs: rust: quick-start: update Ubuntu versioned packages
` [PATCH 32/33] rust: kbuild: support global per-version flags
` [PATCH 33/33] rust: kbuild: allow `clippy::precedence` for Rust < 1.86.0

[RFC v8 1/1] drm/xe/pf: Restrict device query responses in admin-only PF mode
 2026-04-06 13:16 UTC  (3+ messages)

[PATCH v2 0/5] Introduce cold reset recovery method
 2026-04-06 12:49 UTC  (9+ messages)
` [PATCH v2 3/5] drm/doc: Document DRM_WEDGE_RECOVERY_COLD_RESET "
` [PATCH v2 5/5] drm/xe/debugfs: Add interface to trigger power management unit error handler

[PATCH] arch/mips: Drop CONFIG_FIRMWARE_EDID from defconfig files
 2026-04-06 12:34 UTC  (2+ messages)

[PATCH v9 1/3] drm/xe/pf: Restrict device query responses in admin-only PF mode
 2026-04-06 11:45 UTC 

[PATCH AUTOSEL 6.19-6.18] drm/amdkfd: Fix queue preemption/eviction failures by aligning control stack size to GPU page size
 2026-04-06 11:05 UTC 

Warnings and errors in drm_mode_config_cleanup when booting 6.19.10 and 7.0-rc5
 2026-04-06  8:17 UTC  (5+ messages)

[PATCH v2 0/2] drm: bridge: ti-sn65dsi83: Improve dual-link LVDS support
 2026-04-06  8:35 UTC  (7+ messages)
` [PATCH v2 2/2] drm: bridge: ti-sn65dsi83: Add support for dual-link LVDS video mode

[PATCH v4 0/3 RESEND] drm: bridge: add support for Triple 10-BIT
 2026-04-06  7:39 UTC  (4+ messages)
` [PATCH v4 1/3 RESEND] dt-bindigs: display: extend the LVDS codec with Triple 10-BIT LVDS Transmitter
` [PATCH v4 2/3 RESEND] dt-bindigs: display: extend the simple bridge with MStar TSUMU88ADT3-LF-1 bridge
` [PATCH v4 3/3 RESEND] drm/bridge: simple-bridge: Add support for MStar TSUMU88ADT3-LF-1

[PATCH 1/1] drm/ci: bump IGT version to v2.3
 2026-04-06  6:46 UTC  (4+ messages)

[PATCH V3] i2c: qcom-geni: Avoid extra TX DMA TRE for single read message in GPI mode
 2026-04-06  4:38 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).