dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-18 19:48:32 to 2026-05-19 08:48:49 UTC [more...]

[PATCH v4] drm/virtio: use uninterruptible resv lock for plane updates
 2026-05-19  8:27 UTC  (2+ messages)

[PATH] drm/loongson: add cleanup path for lsdc_ttm_init
 2026-05-19  7:51 UTC  (3+ messages)

[PATCH v3 0/1] drm: bridge: ti-sn65dsi83: Fix DSI mode flags for stable LVDS output
 2026-05-19  8:48 UTC  (8+ messages)
` [PATCH v3 1/1] "

[PATCH v4 1/2] drm/bridge: chipone-icn6211: use devm_drm_bridge_add in i2c probe
 2026-05-19  8:45 UTC  (3+ messages)
` (subset) "

[PATCH 2/2] drm/tiny: add support for PIXPAPER 4.26 monochrome e-ink panel
 2026-05-19  8:44 UTC  (2+ messages)

[PATCH v3 0/2] backlight: Add SY7758 6-channel High Efficiency LED Driver support
 2026-05-19  8:43 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: leds: backlight: document the SY7758 6-channel High Efficiency LED Driver
` [PATCH v3 2/2] backlight: Add SY7758 6-channel High Efficiency LED Driver support

[PATCH 0/4] drm/imagination: Multiple enhancement
 2026-05-19  8:35 UTC  (13+ messages)
` [PATCH 1/4] drm/imagination: Populate FW common context ID before passing to the FW
` [PATCH 2/4] drm/imagination: Don't timeout job if its fence has been signaled
` [PATCH 3/4] drm/imagination: Rename FW booted to FW initialised
` [PATCH 4/4] drm/imagination: Access FW initialised state with READ/WRITE_ONCE

[PATH] drm/loongson: mode_config.cursor_width should use hw_cursor_w
 2026-05-19  8:33 UTC  (2+ messages)

[RFC V6 00/12] drm/amdgpu: SVM implementation based on drm_gpusvm
 2026-05-19  8:30 UTC  (13+ messages)
` [RFC V6 01/12] drm/amdgpu: add SVM ioctl UAPI definitions
` [RFC V6 02/12] drm/amdgpu: add SVM core header and VM integration
` [RFC V6 03/12] drm/amdgpu: add SVM attribute subsystem types
` [RFC V6 04/12] drm/amdgpu: implement SVM attribute tree and helper functions
` [RFC V6 05/12] drm/amdgpu: implement SVM attribute set/get/clear operations
` [RFC V6 06/12] drm/amdgpu: add SVM range types and work queue interface
` [RFC V6 07/12] drm/amdgpu: implement SVM range GPU mapping core
` [RFC V6 08/12] drm/amdgpu: implement SVM range notifier and GC helpers
` [RFC V6 09/12] drm/amdgpu: add SVM notifier invalidate callback and checkpoint
` [RFC V6 10/12] drm/amdgpu: implement SVM initialization and lifecycle
` [RFC V6 11/12] drm/amdgpu: add SVM ioctl entry and fault handler module
` [RFC V6 12/12] drm/amdgpu: integrate SVM into build system and VM fault path

[PATCH v4 00/39] drm/msm/dp: Add MST support for MSM chipsets
 2026-05-19  8:26 UTC  (13+ messages)
` [PATCH v4 01/39] drm/msm/dp: remove cached drm_edid from panel
` [PATCH v4 05/39] drm/msm/dp: splite msm_dp_ctrl_config_ctrl() into link parts and stream parts
` [PATCH v4 08/39] drm/msm/dp: allow dp_ctrl stream APIs to use any panel passed to it
` [PATCH v4 13/39] drm/msm/dp: introduce stream_id for each DP panel

[PATCH v2 0/4] drm/imagination: Multiple enhancement
 2026-05-19  8:25 UTC  (5+ messages)
` [PATCH v2 1/4] drm/imagination: Populate FW common context ID before passing to the FW
` [PATCH v2 2/4] drm/imagination: Don't timeout job if its fence has been signaled
` [PATCH v2 3/4] drm/imagination: Rename FW booted to FW initialised
` [PATCH v2 4/4] drm/imagination: Access FW initialised state with READ/WRITE_ONCE

[PATCH RFC 0/5] memcg: dma-buf per-cgroup accounting via pid_fd
 2026-05-19  8:25 UTC  (21+ messages)
` [PATCH RFC 2/5] dma-heap: charge dma-buf memory via explicit memcg

[PATCH 00/12] misc/syncobj: add /dev/syncobj device
 2026-05-19  8:22 UTC  (8+ messages)
` [PATCH 09/12] drm/syncobj: fix resource leak in drm_syncobj_import_sync_file_fence

[PATCH v2] Revert "i915: don't use a vma that didn't match the context VM"
 2026-05-19  8:16 UTC  (2+ messages)

[PATCH v2 0/2] backlight: Add SY7758 6-channel High Efficiency LED Driver support
 2026-05-19  8:14 UTC  (4+ messages)
` [PATCH v2 2/2] "

[PATCH] fbcon: don't suspend/resume when vc is graphics mode
 2026-05-19  8:10 UTC  (2+ messages)

[PATCH v4 0/2] drm: panel: support the R63419 based dual-DSI video mode Display Panels
 2026-05-19  8:09 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: display: panel: document the Renesas "
` [PATCH v4 2/2] drm: panel: add support for "

[PATCH] drm/mipi-dsi: Fix reference count leak in mipi_dsi_device_register_full
 2026-05-19  7:59 UTC 

[PATH] drm/loongson: fix pci_dev refcount leak in lsdc_get_dedicated_vram
 2026-05-19  8:00 UTC  (2+ messages)

[PATCH] drm/virtio: add timeout to virtqueue wait to avoid hung task
 2026-05-19  8:00 UTC  (3+ messages)

[PATCH v3 00/27] rust: device: Higher-Ranked Lifetime Types for device drivers
 2026-05-19  7:56 UTC  (17+ messages)
` [PATCH v3 10/27] rust: pci: make Driver trait lifetime-parameterized
` [PATCH v3 16/27] rust: types: add `ForLt` trait for higher-ranked lifetime support
` [PATCH v3 17/27] rust: auxiliary: generalize Registration over ForLt
` [PATCH v3 18/27] samples: rust: rust_driver_auxiliary: showcase lifetime-bound registration data
` [PATCH v3 19/27] rust: pci: make Bar lifetime-parameterized
` [PATCH v3 20/27] rust: io: make IoMem and ExclusiveIoMem lifetime-parameterized
` [PATCH v3 21/27] samples: rust: rust_driver_pci: use HRT lifetime for Bar
` [PATCH v3 22/27] rust: driver-core: rename 'a lifetime to 'bound

[PATCH v3 00/10] Add dmabuf read/write via io_uring
 2026-05-19  7:55 UTC  (8+ messages)
` [PATCH v3 05/10] lib: add dmabuf token infrastructure
` [PATCH v3 07/10] nvme-pci: implement dma_token backed requests

[PATCH v6 00/11] drm/bridge: handle refcounting for bridge-only callers of drm_of_find_panel_or_bridge()
 2026-05-18  8:52 UTC  (3+ messages)
` [PATCH v6 04/11] drm/hisilicon/kirin: switch to of_drm_get_bridge_by_endpoint()

[PATCH v2 00/11] drm/panthor: Reduce dma_fence signalling latency
 2026-05-19  7:53 UTC  (8+ messages)
` [PATCH v2 06/11] drm/panthor: Prepare the scheduler logic for FW events in IRQ context

[PATCH] fbdev: imxfb: Use of_device_get_match_data()
 2026-05-19  7:52 UTC  (2+ messages)

[PATCH v2 0/4] drm/verisilicon: add Nuvoton MA35D1 DCU Lite support
 2026-05-19  7:44 UTC  (8+ messages)
` [PATCH v2 1/4] dt-bindings: display: verisilicon, dc: generalize for single-output variants
` [PATCH v2 2/4] drm/verisilicon: add model ID constants and DCU Lite chip identity
` [PATCH v2 3/4] drm/verisilicon: introduce per-variant hardware ops table
` [PATCH v2 4/4] drm/verisilicon: add Nuvoton MA35D1 DCU Lite display controller support

[PATCH] fbdev: sunxvr2500: replace printk with device-aware logging functions
 2026-05-19  7:40 UTC  (3+ messages)

[PATCH 0/8] drm/panthor: Protected mode support for Mali CSF GPUs
 2026-05-19  7:39 UTC  (12+ messages)
` [PATCH 4/8] drm/panthor: Add support for protected memory allocation in panthor

[PATH] drm/loongson: fix vga client not unregist
 2026-05-19  7:39 UTC 

[PATCH] fbdev: chipsfb: add missing MODULE_DESCRIPTION() macro
 2026-05-19  7:34 UTC  (3+ messages)

[PATCH 00/13] drm/meson: dw-hdmi: Misc cleanup and use CEC notifier helpers
 2026-05-19  7:34 UTC  (26+ messages)
` [PATCH 01/13] drm/meson: dw-hdmi: Report connector status based on HPD bit
` [PATCH 02/13] drm/meson: dw-hdmi: Protect from possible NULL pointer dereference
` [PATCH 03/13] drm/meson: dw-hdmi: Call dw_hdmi_remove() consistently
` [PATCH 04/13] drm/meson: dw-hdmi: Drop call to drm_bridge_hpd_notify()
` [PATCH 05/13] drm/meson: encoder_hdmi: Use CEC phys addr from display_info
` [PATCH 06/13] drm/meson: encoder_hdmi: Use bridge connector CEC notifier
` [PATCH 07/13] drm/meson: encoder_hdmi: Report ycbcr_420_allowed from encoder
` [PATCH 08/13] drm/meson: dw-hdmi: Use local dev variable consistently in bind()
` [PATCH 09/13] drm/meson: dw-hdmi: Use devm_clk_get_enabled() helper
` [PATCH 10/13] drm/meson: dw-hdmi: Use dev_err_probe() to report errors
` [PATCH 11/13] drm/bridge: dw-hdmi: Export dw_hdmi_schedule_hpd_work() helper
` [PATCH 12/13] drm/meson: dw-hdmi: Use "
` [PATCH 13/13] drm/meson: dw-hdmi: Use suspend_late/resume_early/resume_noirq pm ops

[PATCH v1] fbdev: Use named initializers for struct i2c_device_id
 2026-05-19  7:28 UTC  (2+ messages)

[PATCH] fbcon: Use correct type for vc_resize() return value
 2026-05-19  7:18 UTC  (3+ messages)

[PATCH v3 06/11] drm: Use trace_call__##name() at guarded tracepoint call sites
 2026-05-19  7:23 UTC  (4+ messages)

[PATCH] drm/radeon: fix eDP resume from suspend on iMac11, 1 / DCE3.1 systems
 2026-05-18 21:14 UTC  (4+ messages)
` [PATCH v3 0/2] drm/radeon: fix iMac11,1 dark display
` [PATCH v3 1/2] drm/radeon: fix internal display on iMac11, 1 (RV770/DCE3.1)
` [PATCH v3 2/2] drm/radeon: fix eDP resume from suspend on iMac11, 1 / DCE3.1 systems

fbdev: iterator used after loop end in fb_deferred_io_pageref_get?
 2026-05-18 19:04 UTC 

[PATCH 0/1] fixing dull colors in HDR for Polaris GPUs
 2026-05-19  3:06 UTC  (2+ messages)
` [PATCH 1/1] drm/amd/display: set MSA MISC1 bit 6 when using VSC SDP for DCE 11.x

[PATCH v7 00/16] drm/msm: Add PERFCNTR_CONFIG ioctl
 2026-05-18 19:06 UTC  (2+ messages)
` [PATCH v7 03/16] drm/msm/adreno: Sync registers from mesa

drm/nouveau/tmr: iterator used after loop end in nvkm_timer_alarm?
 2026-05-18 19:49 UTC 

[PATCH] accel/ethosu: fix integer overflow in cmd_to_addr() address computation
 2026-05-18 15:32 UTC 

[PATCH 00/14] fbdev: fix various memory leaks
 2026-05-19  7:11 UTC  (2+ messages)

[PATCH 00/15] accel/qda: Qualcomm DSP Accelerator driver
 2026-05-19  6:55 UTC  (17+ messages)
` [PATCH 01/15] MAINTAINERS: Add entry for Qualcomm DSP Accelerator (QDA) driver
` [PATCH 02/15] accel/qda: Add QDA driver documentation
` [PATCH 03/15] accel/qda: Add initial QDA DRM accelerator driver
` [PATCH 04/15] accel/qda: Add compute bus for QDA context banks
` [PATCH 05/15] iommu: Add QDA compute context bank bus to iommu_buses
` [PATCH 06/15] accel/qda: Create compute context bank devices on QDA compute bus
` [PATCH 07/15] accel/qda: Add memory manager for CB devices
` [PATCH 08/15] accel/qda: Add QUERY IOCTL and QDA UAPI header
` [PATCH 09/15] accel/qda: Add DMA-backed GEM objects and memory manager integration
` [PATCH 10/15] accel/qda: Add GEM_CREATE and GEM_MMAP_OFFSET IOCTLs
` [PATCH 11/15] accel/qda: Add PRIME DMA-BUF import support
` [PATCH 12/15] accel/qda: Add FastRPC invocation support
` [PATCH 13/15] accel/qda: Add DSP process creation and release
` [PATCH 14/15] accel/qda: Add remote memory mapping to DSP address space
` [PATCH 15/15] accel/qda: Add remote memory unmap from "

[PATCH] dma-buf: system_heap: Use LIST_HEAD() to initialize on stack list head
 2026-05-19  6:51 UTC  (2+ messages)

[PATCH V2] accel/amdxdna: Remove mmap and export support for ubuf
 2026-05-19  6:42 UTC  (3+ messages)

[PATCH v7 00/23] drm: bridge: dw_hdmi: Misc enable/disable, CEC and EDID cleanup
 2026-05-19  6:35 UTC  (17+ messages)
` [PATCH v7 03/23] drm: bridge: dw_hdmi: Free IRQ before CEC adapter is unregistered
` [PATCH v7 09/23] drm: bridge: dw_hdmi: Unregister CEC notifier during connector cleanup
` [PATCH v7 10/23] drm: bridge: dw_hdmi: Invalidate CEC phys addr from connector detect
` [PATCH v7 11/23] drm: bridge: dw_hdmi: Remove cec_notifier_mutex
` [PATCH v7 12/23] drm: bridge: dw_hdmi: Extract dw_hdmi_connector_status_update()
` [PATCH v7 13/23] drm: bridge: dw_hdmi: Use dw_hdmi_connector_status_update()
` [PATCH v7 15/23] drm: bridge: dw_hdmi: Use generic CEC notifier helpers
` [PATCH v7 17/23] drm: bridge: dw_hdmi: Declare bridge CEC notifier support

[PATCH 0/8] Fix missing fops.owner in Rust DRM/misc abstractions
 2026-05-19  6:26 UTC  (9+ messages)
` [PATCH 1/8] rust: module: add `MODULE_PTR` const to `ModuleMetadata` trait
` [PATCH 2/8] rust: driver: make `DriverModule` struct pub(crate) in `module_driver!`
` [PATCH 3/8] rust: drm: add `ThisModule` associated type to `Driver` trait
` [PATCH 4/8] gpu: nova: implement `ThisModule`
` [PATCH 5/8] gpu: tyr: "
` [PATCH 6/8] rust: drm: set fops.owner from driver module pointer
` [PATCH 7/8] rust: miscdevice: add `ThisModule` associated type to `MiscDevice` trait
` [PATCH 8/8] samples: rust: rust_misc_device: implement `ThisModule` for `RustMiscDevice`

[PATCH v5 00/10] drm/msm/dp: Drop the HPD state machine
 2026-05-19  6:25 UTC  (2+ messages)

[PATCH] accel: Use LIST_HEAD() to initialize on stack list head
 2026-05-19  5:52 UTC 

[PATCH v8 0/3] Virtio-GPU S4 (hibernation) support
 2026-05-19  5:52 UTC  (5+ messages)
` [PATCH v8 2/3] drm/virtio: Add support for saving and restoring virtio_gpu_objects

[PATCH v3 0/2] drm/panel: Add panel driver for Chipone ICNA35XX based panels
 2026-05-19  5:08 UTC  (4+ messages)
` [PATCH v3 2/2] "

[PATCH v4 00/20] gpu: nova-core: vbios: harden various array accesses and refactor
 2026-05-19  2:55 UTC  (21+ messages)
` [PATCH v4 01/20] gpu: nova-core: vbios: stop scanning at BIOS_MAX_SCAN_LEN
` [PATCH v4 02/20] gpu: nova-core: vbios: use checked arithmetic for bios image range end
` [PATCH v4 03/20] gpu: nova-core: vbios: avoid reading too far in read_more_at_offset
` [PATCH v4 04/20] gpu: nova-core: vbios: read BitToken using FromBytes
` [PATCH v4 05/20] gpu: nova-core: vbios: use checked ops and accesses in `FwSecBiosImage::ucode`
` [PATCH v4 06/20] gpu: nova-core: vbios: use checked access in `FwSecBiosImage::header`
` [PATCH v4 07/20] gpu: nova-core: vbios: use checked accesses in `setup_falcon_data`
` [PATCH v4 08/20] gpu: nova-core: vbios: drop unused falcon_data_offset from FwSecBiosBuilder
` [PATCH v4 09/20] gpu: nova-core: vbios: keep PmuLookupTable local in setup_falcon_data
` [PATCH v4 10/20] gpu: nova-core: vbios: compute FWSEC-relative Falcon data offset
` [PATCH v4 11/20] gpu: nova-core: vbios: simplify setup_falcon_data
` [PATCH v4 12/20] gpu: nova-core: vbios: read PMU lookup entries using FromBytes
` [PATCH v4 13/20] gpu: nova-core: vbios: store PMU lookup entries in a KVVec
` [PATCH v4 14/20] gpu: nova-core: vbios: construct `FwSecBiosImage` directly from BIOS images
` [PATCH v4 15/20] gpu: nova-core: vbios: use the first PCI-AT and FWSEC images
` [PATCH v4 16/20] gpu: nova-core: vbios: use let-else in Vbios::new
` [PATCH v4 17/20] gpu: nova-core: vbios: remove unnecessary fields in PciRomHeader
` [PATCH v4 18/20] gpu: nova-core: vbios: drop unused image wrappers
` [PATCH v4 19/20] gpu: nova-core: vbios: drop redundant TryFrom import
` [PATCH v4 20/20] gpu: nova-core: vbios: move constants and functions to be associated

[PATCH v5 0/7] gpu: nova-core: run unload sequence upon unbinding
 2026-05-19  2:42 UTC  (6+ messages)
` [PATCH v5 6/7] gpu: nova-core: gsp: move chipset-specific parts of the boot process into a HAL
` [PATCH v5 7/7] gpu: nova-core: run Booter Unloader and FWSEC-SB upon unbinding

[PATCH 0/2] drm: detect panel type from DisplayID 2.x
 2026-05-19  1:53 UTC  (5+ messages)
` [PATCH 1/2] drm/edid: parse panel type from DisplayID 2.x Display Parameters block

[PATCH] fbdev: atmel_lcdfb: Use of_device_get_match_data()
 2026-05-19  0:36 UTC 

[PATCH] treewide: replace /usr/bin/python3 shebangs with env python3
 2026-05-18 23:55 UTC  (2+ messages)

[PATCH 0/6] drm/panthor: Use guards
 2026-05-18 23:50 UTC  (5+ messages)
` [PATCH 1/6] drm/panthor: Driver-wide xxx_[un]lock -> [scoped_]guard replacement
      ` [Linaro-mm-sig] "

[PATCH 0/2] drm/v3d: Fix CPU job teardown bugs
 2026-05-18 23:02 UTC  (2+ messages)

[PATCH] drm/msm: Restore second parameter name in purge() and evict()
 2026-05-18 22:17 UTC 

[PATCH] drm/fsl-dcu: Remove redundant unregister call in connector destroy
 2026-05-18 22:05 UTC  (2+ messages)

[PATCH v4] misc: fastrpc: fix use-after-free of fastrpc_user in workqueue context
 2026-05-18 20:35 UTC 


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