dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-23 12:58:21 to 2025-06-24 11:46:52 UTC [more...]

[PATCH] drm/bridge: ti-sn65dsi83: Improve error reporting and handling
 2025-06-24 11:45 UTC 

[PATCH 00/12] backlight: Do not include <linux/fb.h> in header file
 2025-06-24 11:36 UTC  (3+ messages)
` [PATCH 01/12] platform/x86: dell-uart-backlight: Use blacklight power constant

[PATCH v5 1/5] drm: move the debugfs accel driver code to drm layer
 2025-06-24 11:34 UTC  (5+ messages)
` [PATCH v5 2/5] drm: move debugfs functionality from drm_drv.c to drm_debugfs.c
` [PATCH v5 3/5] drm: add debugfs support on per client-id basis
` [PATCH v5 4/5] drm/amdgpu: add debugfs support for VM pagetable per client
` [PATCH v5 5/5] drm/amdgpu: add support of debugfs for mqd information

[PATCH v2 0/2] Drop Opaque from IOCTL args
 2025-06-24 11:20 UTC  (6+ messages)
` [PATCH v2 1/2] rust: drm: Drop the use of Opaque for ioctl arguments
` [PATCH v2 2/2] drm: nova-drm: Update ioctl handlers to drop Opaque usage

[PATCH v4 0/3] drm/bridge: microchip-lvds: clean up and fix bus formats
 2025-06-24 11:02 UTC  (9+ messages)
` [PATCH v4 1/3] drm/bridge: microchip-lvds: drop unused drm_panel
` [PATCH v4 2/3] drm/bridge: microchip-lvds: switch to use atomic variants
` [PATCH v4 3/3] drm/bridge: microchip-lvds: fix bus format mismatch with VESA displays

[PATCH] drm/mediatek: Add wait_event_timeout when disabling plane
 2025-06-24 10:19 UTC  (3+ messages)

[PATCH v7 00/10] New DRM accel driver for Rockchip's RKNN NPU
 2025-06-24 10:17 UTC  (5+ messages)
` [PATCH v7 03/10] accel/rocket: Add IOCTL for BO creation

[PATCH v3 00/10] Introducing firmware late binding
 2025-06-24 10:12 UTC  (12+ messages)
` [PATCH v3 06/10] drm/xe/xe_late_bind_fw: Reload late binding fw in rpm resume
` [PATCH v3 08/10] drm/xe/xe_late_bind_fw: Introduce debug fs node to disable late binding

[PATCH v2 00/38] drm/msm/dp: Add MST support for MSM chipsets
 2025-06-24  9:56 UTC  (8+ messages)
` [PATCH v2 29/38] drm/msm/dp: add connector abstraction for DP MST

[PATCH 0/1] drm/amd/display: Add quirk to force backlight type on some TUXEDO devices
 2025-06-24  9:47 UTC  (8+ messages)
` [PATCH 1/1] "

[PATCH v3 0/8] drm/sched: Allow drivers to skip the reset with DRM_GPU_SCHED_STAT_NO_HANG
 2025-06-24  9:37 UTC  (9+ messages)
` [PATCH v3 4/8] drm/sched: Add new test for DRM_GPU_SCHED_STAT_NO_HANG
` [PATCH v3 5/8] drm/v3d: Use DRM_GPU_SCHED_STAT_NO_HANG to skip the reset
` [PATCH v3 6/8] drm/etnaviv: "
` [PATCH v3 7/8] drm/xe: "

[PATCH v4 0/8] Adjust fbcon console device detection
 2025-06-24  9:21 UTC  (12+ messages)
` [PATCH v4 1/8] PCI: Add helper for checking if a PCI device is a display controller
` [PATCH v4 2/8] vfio/pci: Use pci_is_display()
` [PATCH v4 3/8] vga_switcheroo: "
` [PATCH v4 4/8] iommu/vt-d: "
` [PATCH v4 5/8] ALSA: hda: "
` [PATCH v4 6/8] Fix access to video_is_primary_device() when compiled without CONFIG_VIDEO
` [PATCH v4 7/8] PCI/VGA: Move check for firmware default out of VGA arbiter
` [PATCH v4 8/8] PCI: Add a new 'boot_display' attribute

[PATCH v11 00/11] drm/i915: Add drm_panic support
 2025-06-24  9:01 UTC  (12+ messages)
` [PATCH v11 01/11] drm/panic: Add a private field to struct drm_scanout_buffer
` [PATCH v11 02/11] drm/i915/fbdev: Add intel_fbdev_get_map()
` [PATCH v11 03/11] drm/i915/display/i9xx: Add a disable_tiling() for i9xx planes
` [PATCH v11 04/11] drm/i915/display: Add a disable_tiling() for skl planes
` [PATCH v11 05/11] drm/ttm: Add ttm_bo_kmap_try_from_panic()
` [PATCH v11 06/11] drm/i915: Add intel_bo_alloc_framebuffer()
` [PATCH v11 07/11] drm/i915: Add intel_bo_panic_setup() and intel_bo_panic_finish()
` [PATCH v11 08/11] drm/i915/display: Add drm_panic support
` [PATCH v11 09/11] drm/i915/display: Add drm_panic support for Y-tiling with DPT
` [PATCH v11 10/11] drm/i915/display: Add drm_panic support for 4-tiling "
` [PATCH v11 11/11] drm/i915/psr: Add intel_psr2_panic_force_full_update

[PATCH v4 00/17] drm/bridge: cdns-dsi: Make it work a bit better
 2025-06-24  9:00 UTC  (4+ messages)
` [PATCH v4 15/17] drm/bridge: cdns-dsi: Fix event mode

[PATCH v2 00/16] Use drm_panel_get/put() in of_drm_find_panel() and its callers
 2025-06-24  8:53 UTC  (5+ messages)
` [PATCH v2 04/16] drm/panel/sun4i: Keep up with refcounting

[PATCH] drm/etnaviv: disable pulse eater on cores with 3D pipe and revision > 0x5420
 2025-06-24  8:31 UTC  (2+ messages)

[PATCH v5 01/16] drm/sched: Add some scheduling quality unit tests
 2025-06-24  8:27 UTC  (2+ messages)

[PATCH v5 2/3] implement ww_mutex abstraction for the Rust tree
 2025-06-24  8:20 UTC  (4+ messages)

[PATCH] drm/tidss: Set crtc modesetting parameters with adjusted mode
 2025-06-24  8:04 UTC 

[PATCH v10 0/9] TEE subsystem for protected dma-buf allocations
 2025-06-24  7:38 UTC  (4+ messages)
` [PATCH v10 7/9] optee: support protected memory allocation

[syzbot] Monthly dri report (Jun 2025)
 2025-06-24  7:38 UTC 

[PATCH v5 14/16] drm/sched: Remove FIFO and RR and simplify to a single run queue
 2025-06-24  7:33 UTC  (2+ messages)

[PATCH v8 4/5] drm/atomic-helper: put the bridge returned by drm_bridge_chain_get_first_bridge()
 2025-06-24  7:11 UTC  (2+ messages)

[PATCH v8 0/5] drm/bridge: get/put the bridge returned by drm_bridge_chain_get_first_bridge()
 2025-06-24  7:05 UTC  (9+ messages)
` [PATCH v8 2/5] drm/bridge: get "
` [PATCH v8 3/5] drm/mxsfb: put "

[PATCH v3] drm/bridge: microchip-lvds: fix bus format mismatch with VESA displays
 2025-06-24  6:59 UTC  (2+ messages)

[PATCH] gpu: drm: Replace scnprintf() with sysfs_emit_at()
 2025-06-24  6:27 UTC 

[Bug 219492] New: amdgpu: failed to write reg 28b4 wait reg 28c6 and amdgpu: failed to write reg 1a6f4 wait reg 1a706
 2025-06-24  6:08 UTC  (2+ messages)
` [Bug 219492] "

[PATCH v3 0/3] Add support for gdsp remoteproc on sa8775p
 2025-06-24  5:59 UTC  (6+ messages)
` [PATCH v3 3/3] misc: fastrpc: add support for gdsp remoteproc

[PATCH v3 00/17] Add MediaTek SoC DRM support for MT8196
 2025-06-24  5:49 UTC  (5+ messages)
` [PATCH v3 15/17] drm/mediatek: add ovlsys_adaptor "
` [PATCH v3 16/17] drm/mediatek: Add support for multiple mmsys in the one mediatek-drm driver

[PATCH v4 0/5] MHDP8546 fixes related to DBANC usecase
 2025-06-24  5:44 UTC  (6+ messages)
` [PATCH v4 1/5] drm/bridge: cadence: cdns-mhdp8546-core: Remove legacy support for connector initialisation in bridge
` [PATCH v4 2/5] drm/bridge: cadence: cdns-mhdp8546*: Change drm_connector from structure to pointer
` [PATCH v4 3/5] drm/bridge: cadence: cdns-mhdp8546-core: Set the mhdp connector earlier in atomic_enable()
` [PATCH v4 4/5] drm/bridge: cadence: cdns-mhdp8546-core: Add mode_valid hook to drm_bridge_funcs
` [PATCH v4 5/5] drm/bridge: cadence: cdns-mhdp8546-core: Reduce log level for DPCD read/write

[PATCH 00/13] Modify drm helpers to use luminance
 2025-06-24  5:20 UTC  (11+ messages)
` [PATCH v3 03/13] drm/dp: Add argument for max luminance in drm_edp_backlight_init
` [PATCH v3 04/13] drm/dp: Move from u16 to u32 for max in drm_edp_backlight_info
` [PATCH v3 11/13] drm/i915/backlight: Use drm helper to initialize edp backlight

[PATCH v6 00/24] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
 2025-06-24  5:17 UTC  (14+ messages)
` [PATCH v6 01/24] rust: dma: fix comment
` [PATCH v6 02/24] rust: dma: expose the count and size of CoherentAllocation
` [PATCH v6 03/24] rust: dma: add dma_handle_with_offset method to CoherentAllocation
` [PATCH v6 04/24] rust: make ETIMEDOUT error available
` [PATCH v6 05/24] rust: sizes: add constants up to SZ_2G

[PATCH v5] drm/bridge: ti-sn65dsi86: Add HPD for DisplayPort connector type
 2025-06-24  4:52 UTC  (5+ messages)

[PATCH v6] drm/bridge: ti-sn65dsi86: Add HPD for DisplayPort connector type
 2025-06-24  4:48 UTC 

[PATCH AUTOSEL 5.15 01/11] drm/msm: Fix a fence leak in submit error path
 2025-06-24  4:12 UTC 

[PATCH AUTOSEL 6.1 01/15] drm/msm: Fix a fence leak in submit error path
 2025-06-24  4:12 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 02/15] drm/msm: Fix another leak in the "

[PATCH AUTOSEL 6.6 01/18] drm/msm: Fix a fence leak in submit error path
 2025-06-24  4:11 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 02/18] drm/msm: Fix another leak in the "

[PATCH AUTOSEL 6.12 01/19] drm/msm: Fix a fence leak in submit error path
 2025-06-24  4:11 UTC  (2+ messages)
` [PATCH AUTOSEL 6.12 02/19] drm/msm: Fix another leak in the "

[PATCH AUTOSEL 6.15 02/20] drm/msm: Fix a fence leak in submit error path
 2025-06-24  4:11 UTC  (2+ messages)
` [PATCH AUTOSEL 6.15 03/20] drm/msm: Fix another leak in the "

[PATCH 1/6] drm/vmwgfx: drop printing the TTM refcount for debugging
 2025-06-24  2:24 UTC  (6+ messages)
` [PATCH 2/6] drm/xe: stop asserting on the TTM refcount
` [PATCH 3/6] drm/ttm: fix error handling in ttm_buffer_object_transfer

[PATCH 1/2] mm: add gpu active/reclaim per-node stat counters (v2)
 2025-06-24  1:12 UTC  (3+ messages)

[PATCH RESEND] drm/bridge-connector: Fix bridge in drm_connector_hdmi_audio_init()
 2025-06-24  0:00 UTC  (4+ messages)

[PATCH] mm/hugetlb: Don't crash when allocating a folio if there are no resv
 2025-06-23 23:35 UTC  (5+ messages)

[PATCH v3 0/4] Add support for a DRM tool like PMU
 2025-06-23 23:22 UTC  (2+ messages)

[PATCH] rust: module: remove deprecated author key
 2025-06-23 23:13 UTC  (2+ messages)

[PATCH][next] drm/vmwgfx: fix missing assignment to ts
 2025-06-23 22:35 UTC 

[PATCH] rust: drm: mm: Add DRM MM Range Allocator abstraction
 2025-06-23 22:12 UTC 

[PATCH 0/2] drm/nouveau: Remove DRM_NOUVEAU_GSP_DEFAULT config
 2025-06-23 22:04 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] drm/nouveau: Remove nvkm_gsp_fwif.enable

[PATCH 6.12 134/414] video: screen_info: Relocate framebuffers behind PCI bridges
 2025-06-23 13:04 UTC  (2+ messages)
` [PATCH 6.12 161/414] dummycon: Trigger redraw when switching consoles with deferred takeover

[PATCH 6.6 096/290] video: screen_info: Relocate framebuffers behind PCI bridges
 2025-06-23 13:05 UTC 

[PATCH RESEND] drm/amd/display: Add sanity checks for drm_edid_raw()
 2025-06-23 21:13 UTC  (2+ messages)

[RFC PATCH] drm/msm: Remove dead code in msm_ioctl_gem_submit()
 2025-06-23 18:47 UTC 

[PATCH 0/1] drm/i915/display: Add quirk to force backlight type on some TUXEDO devices
 2025-06-23 17:45 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v15 0/9] ref_tracker: add ability to register a debugfs file for a ref_tracker_dir
 2025-06-23 17:28 UTC  (8+ messages)
` [PATCH v15 3/9] ref_tracker: have callers pass output function to pr_ostream()
` [PATCH v15 4/9] ref_tracker: add a static classname string to each ref_tracker_dir
` [PATCH v15 5/9] ref_tracker: allow pr_ostream() to print directly to a seq_file

[PATCH v6 0/8] Add TH1520 GPU support with power sequencing
 2025-06-23 17:20 UTC  (4+ messages)
  ` [PATCH v6 1/8] power: sequencing: Add T-HEAD TH1520 GPU power sequencer driver

[PATCH v13 00/10] mtd: add driver for Intel discrete graphics
 2025-06-23 17:16 UTC  (2+ messages)

drm/panel/panel-simple v6.16-rc1 WARNING regression
 2025-06-23 16:56 UTC  (8+ messages)

[PATCH][next] drm/amd: Fix spelling mistake "correctalbe" -> "correctable"
 2025-06-23 16:24 UTC  (2+ messages)

[PATCH v7] drm/msm/dp: reuse generic HDMI codec implementation
 2025-06-23 16:18 UTC  (3+ messages)

[PATCH v2 00/20] BYEWORD_UPDATE: unifying (most) HIWORD_UPDATE macros
 2025-06-23 16:05 UTC  (21+ messages)
` [PATCH v2 01/20] bitmap: introduce hardware-specific bitfield operations
` [PATCH v2 02/20] mmc: dw_mmc-rockchip: switch to FIELD_PREP_WM16 macro
` [PATCH v2 03/20] soc: rockchip: grf: switch to FIELD_PREP_WM16_CONST macro
` [PATCH v2 04/20] media: synopsys: hdmirx: replace macros with bitfield variants
` [PATCH v2 05/20] drm/rockchip: lvds: switch to FIELD_PREP_WM16 macro
` [PATCH v2 06/20] phy: rockchip-emmc: "
` [PATCH v2 07/20] drm/rockchip: dsi: switch to FIELD_PREP_WM16* macros
` [PATCH v2 08/20] drm/rockchip: vop2: switch to FIELD_PREP_WM16 macro
` [PATCH v2 09/20] phy: rockchip-samsung-dcphy: "
` [PATCH v2 10/20] drm/rockchip: dw_hdmi_qp: "
` [PATCH v2 11/20] drm/rockchip: inno-hdmi: "
` [PATCH v2 12/20] phy: rockchip-usb: "
` [PATCH v2 13/20] drm/rockchip: dw_hdmi: switch to FIELD_PREP_WM16* macros
` [PATCH v2 14/20] ASoC: rockchip: i2s-tdm: switch to FIELD_PREP_WM16_CONST macro
` [PATCH v2 15/20] net: stmmac: dwmac-rk: switch to FIELD_PREP_WM16 macro
` [PATCH v2 16/20] PCI: rockchip: Switch to FIELD_PREP_WM16* macros
` [PATCH v2 17/20] PCI: dw-rockchip: Switch to FIELD_PREP_WM16 macro
` [PATCH v2 18/20] PM / devfreq: rockchip-dfi: switch "
` [PATCH v2 19/20] clk: sp7021: "
` [PATCH v2 20/20] phy: rockchip-pcie: "

[PATCH v2 0/3] drm/ttm, drm/xe: Consolidate the Buffer Object LRU walks
 2025-06-23 15:53 UTC  (4+ messages)
` [PATCH v2 1/3] drm/ttm: Use a struct for the common part of struct ttm_lru_walk and struct ttm_bo_lru_cursor
` [PATCH v2 2/3] drm/ttm, drm/xe: Modify the struct ttm_bo_lru_walk_cursor initialization
` [PATCH v2 3/3] drm/ttm, drm_xe, Implement ttm_lru_walk_for_evict() using the guarded LRU iteration

[PATCH 1/2] drm/amdgpu: Dirty cleared blocks on free
 2025-06-23 15:51 UTC  (4+ messages)
` [PATCH 2/2] drm/amdgpu: Reset the clear flag in buddy during resume

[RFC PATCH] drm/amdgpu: Enable async flip for cursor planes
 2025-06-23 15:33 UTC  (2+ messages)

[PATCH v4 1/4] drm: move debugfs functionality from drm_drv.c to drm_debugfs.c
 2025-06-23 15:28 UTC  (7+ messages)
` [PATCH v4 2/4] drm: add debugfs support on per client-id basis

[PATCH 0/2] drm/tegra: Avoid using import_attach directly
 2025-06-23 14:59 UTC  (2+ messages)

[PATCH v4 0/4] Support for Adreno X1-45 GPU
 2025-06-23 14:12 UTC  (5+ messages)
` [PATCH v4 1/4] dt-bindings: opp: adreno: Update regex of OPP entry
` [PATCH v4 2/4] arm64: defconfig: Enable X1P42100 GPUCC driver
` [PATCH v4 3/4] drm/msm/adreno: Add Adreno X1-45 support
` [PATCH v4 4/4] arm64: dts: qcom: Add GPU support to X1P42100 SoC

[PATCH v3 0/4] Support for Adreno X1-45 GPU
 2025-06-23 13:58 UTC  (4+ messages)
` [PATCH v3 2/4] arm64: defconfig: Enable X1P42100 GPUCC driver

[PATCH v2 0/5] drm/xe: Make struct xe_ggtt private
 2025-06-23 13:43 UTC  (3+ messages)
` [PATCH v2 4/5] drm/xe: Convert xe_fb_pin to use a callback for insertion into GGTT

[PATCH 6.15 163/592] video: screen_info: Relocate framebuffers behind PCI bridges
 2025-06-23 13:02 UTC  (2+ messages)
` [PATCH 6.15 196/592] dummycon: Trigger redraw when switching consoles with deferred takeover


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 NNTP newsgroup(s).