messages from 2026-08-26 17:21:59 to 2026-08-27 10:30:45 UTC [more...]
[PATCH 00/13] drm/xe: Isolate wedged devices from hardware access
2026-08-27 10:30 UTC (15+ messages)
` [PATCH 01/13] drm/xe/irq: Always free requested IRQs on uninstall
` [PATCH 02/13] drm/xe: Separate AER reset state from device wedging
` [PATCH 03/13] drm/xe: Drop queued page faults when device I/O is blocked
` [PATCH 04/13] drm/xe: Stop VM work "
` [PATCH 05/13] drm/xe: Send wedged notification from a worker
` [PATCH 06/13] drm/xe: Reuse one dummy page per BO after wedge
` [PATCH 07/13] drm/xe: Invalidate existing VRAM mappings on wedge
` [PATCH 08/13] drm/xe/irq: Serialize IRQ suspend and resume
` [PATCH 09/13] drm/xe: Isolate a wedged device before notifying userspace
` [PATCH 10/13] drm/xe/ttm: Reject VRAM allocations on wedged devices
` [PATCH 11/13] drm/xe/guc: Skip timeout recovery on a wedged device
` [PATCH 12/13] drm/xe: Skip PM notifier preparation for wedged devices
` [PATCH 13/13] drm/xe: Block BO VM access when device I/O is unavailable
[PATCH 0/2] accel/ivpu: Harden parsing of firmware-shared buffers
2026-08-27 10:23 UTC (3+ messages)
` [PATCH 1/2] accel/ivpu: Validate full buffer range in ivpu_to_cpu_addr
` [PATCH 2/2] accel/ivpu: Validate firmware log buffer metadata
[PATCH v3 00/13] Add support for DU, LVDS and DSI on the Renesas RZ/G3L SoC
2026-08-27 10:28 UTC (13+ messages)
` [PATCH v3 01/13] drm: renesas: rzg2l_mipi_dsi: Add dphyctrl0_init_val to hw_info
` [PATCH v3 02/13] drm: renesas: rzg2l_mipi_dsi: Add activation_dly "
` [PATCH v3 03/13] drm: renesas: rzg2l_mipi_dsi: Move global timings into hardware info struct
` [PATCH v3 04/13] drm: renesas: rzg2l_mipi_dsi: Add support for DSI PWRRDY
` [PATCH v3 05/13] drm: renesas: rzg2l_mipi_dsi: Add RZ/G3L MIPI DSI support
` [PATCH v3 06/13] drm: renesas: rz-du: Add RZ/G3L (R9A08G046) DU support
` [PATCH v3 07/13] drm: renesas: rz-du: Add support for RZ/G3L LVDS encoder
[PATCH] drm/amd/display: use plane color_mgmt_changed to track colorop changes
2026-08-27 10:24 UTC (3+ messages)
drm/vmwgfx: graphics memory not returned,after all GEM objects are released
2026-08-27 1:01 UTC (8+ messages)
[PATCH] drm/nouveau/clk/gk20a: fix undefined behaviour in signed left shift
2026-08-26 18:02 UTC (2+ messages)
[PATCH v4 0/2] backlight: Add support for Orient Chip OCP8178
2026-08-26 7:23 UTC (3+ messages)
` [PATCH v4 1/2] dt-bindings: backlight: Add "
` [PATCH v4 2/2] backlight: Add support for "
[PATCH v3 0/3] drm/atomic-state-helper: fixes for blend-mode-prop warning
2026-08-25 18:56 UTC (6+ messages)
` [PATCH v3 3/3] drm/amd/display: advertise PIXEL_NONE as blend mode for DCE generations
[PATCH] drm/logicvc: fix device_node refcount leak in logicvc_layers_init()
2026-08-26 6:54 UTC
[PATCH] drm/amd/display: fall back to software I2C on hardware engine failure
2026-08-26 20:55 UTC (8+ messages)
` [PATCH 1/2] drm/amd/display: skip receiver power control without AUX
` [PATCH 2/2] drm/amd/display: close DDC on I2C engine setup failure
` [PATCH v2 1/2] drm/amd/display: skip receiver power control without AUX
` [PATCH v2 2/2] drm/amd/display: close DDC on I2C engine setup failure
[PATCH] drm/msm/dpu: clear pending flush state before physical cleanup
2026-08-26 18:38 UTC (2+ messages)
[PATCH] drm/radeon: switch from get_user_pages to pin_user_pages
2026-08-27 9:15 UTC (2+ messages)
[PATCH v2] staging: fbtft: prefer snprintf over sprintf in fbtft-core.c
2026-08-26 19:01 UTC (3+ messages)
[PATCH] drm/i915/dp_link_caps: Validate max link rate
2026-08-27 2:33 UTC (2+ messages)
[PATCH] treewide: fix spelling of "overridden"
2026-08-26 8:37 UTC
[PATCH] drm/i915/dp: remove redundant link state check
2026-08-26 5:23 UTC
[PATCH v3 0/13] drm/vino: a Rust driver for DisplayLink DL3 docks
2026-08-26 17:28 UTC (5+ messages)
` [PATCH v3 8/13] drm/vino: add the KMS device and the atomic path
` [PATCH v3 9/13] drm/vino: add the dock activation and scanout path
` [PATCH v3 13/13] Documentation/gpu: document the Vino driver
[PATCH] drm/tests: document what each drm_format test verifies
2026-08-26 10:48 UTC
[PATCH] drm/i915/dp: remove redundant link state check
2026-08-26 4:45 UTC
[PATCH] fbdev: atafb: Restrict SuperBlitter to supported formats
2026-08-27 9:39 UTC
[PATCH v8 00/12] rust: Add support for reserving of ranges of IDs
2026-08-27 9:32 UTC (17+ messages)
` [PATCH v8 01/12] rust: bitmap: use function-level cfg on kunit test
` [PATCH v8 02/12] rust: bitmap: restrict bitmap length to at most i32::MAX
` [PATCH v8 03/12] rust: num: add cv! macro to create values from constant expressions
` [PATCH v8 04/12] rust: prelude: add `num::cv`
` [PATCH v8 05/12] rust: use cv! to build Bounded values from constants
` [PATCH v8 06/12] rust: sizes: add sub-1K size constants
` [PATCH v8 07/12] rust: sizes: implement SizeConstants for Alignment
` [PATCH v8 08/12] rust: use Alignment size constants
` [PATCH v8 09/12] rust: bitmap: add contiguous area operations
` [PATCH v8 10/12] rust: id_pool: add contiguous ID reservation
` [PATCH v8 11/12] rust: id_pool: do not round capacity up to BitmapVec::MAX_INLINE_LEN
` [PATCH v8 12/12] gpu: nova-core: add ChannelIdPool
[PATCH] drm/tegra: Add blend mode properties
2026-08-27 9:23 UTC (2+ messages)
[PATCH v3 00/10] gpu: nova-core: add PRAMIN window support
2026-08-27 9:09 UTC (13+ messages)
` [PATCH v3 01/10] gpu: nova-core: mm: Add VramAddress type
` [PATCH v3 02/10] gpu: nova-core: mm: Implement Alignable and Debug for VramAddress
` [PATCH v3 03/10] gpu: nova-core: mm: Add PRAMIN window registers
` [PATCH v3 04/10] gpu: nova-core: mm: Add the memory management HAL
` [PATCH v3 05/10] rust: io: add static `cast()` method for views
` [PATCH v3 06/10] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH v3 07/10] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
` [PATCH v3 08/10] gpu: nova-core: mm: Add GpuMm centralized memory manager
` [PATCH v3 09/10] gpu: nova-core: Add self-test assertion macros and config option
` [PATCH v3 10/10] gpu: nova-core: mm: Add PRAMIN aperture self-tests
[PATCH] drm/gpusvm: Assign maintainers to the DRM GPUSVM helpers
2026-08-27 9:03 UTC (3+ messages)
[RFC PATCH v1 0/5] drm/gpusvm: share one HMM fault across per-device DMA mappings
2026-08-27 9:02 UTC (11+ messages)
` [RFC PATCH v1 1/5] drm/gpusvm: extract drm_gpusvm_hmm_fault() helper
` [RFC PATCH v1 2/5] drm/gpusvm: move dma_addr allocation before the notifier lock
` [RFC PATCH v1 3/5] drm/gpusvm: extract drm_gpusvm_dma_map_pages() helper
` [RFC PATCH v1 4/5] drm/gpusvm: let drm_gpusvm_get_pages() map an array of pages
` [RFC PATCH v1 5/5] drm/gpusvm: make the DMA mapping step in get_pages() optional
userfaultfd wp-async support for (GPU) special mappings?
2026-08-27 9:01 UTC (3+ messages)
[PATCH 0/2] hibmc: Improve vblank handling
2026-08-27 8:23 UTC (3+ messages)
` [PATCH 1/2] drm/hibmc: Return IRQ_NONE for unhandled interrupts
` [PATCH 2/2] drm/hibmc: Set up vblank event to be send on the next vblank
[PATCH for drm-misc-fixes v2 0/2] Fix some bugs in the hibmc DP
2026-08-27 8:16 UTC (3+ messages)
` [PATCH for drm-misc-fixes v2 1/2] drm/hisilicon/hibmc: Modify the method of obtaining the hpd_status
[PATCH v6 0/2] drm/tyr: add Job IRQ handling
2026-08-27 8:15 UTC (5+ messages)
` [PATCH v6 1/2] drm/tyr: add TyrIrq threaded IRQ wrapper
` [PATCH v6 2/2] drm/tyr: add Job IRQ handling
[PATCH] gpu: GPU_BUDDY_KUNIT_TEST should not select GPU_BUDDY
2026-08-27 7:44 UTC (5+ messages)
[PATCH v4 00/12] drm: MediaTek DisplayPort cleanups and MT8196 eDP
2026-08-27 7:28 UTC (11+ messages)
` [PATCH v4 01/12] dt-bindings: display: mediatek: dp: Deprecate nvmem efuse data
` [PATCH v4 02/12] dt-bindings: display: mediatek: dp: Add compatible for MT8196 eDP
` [PATCH v4 03/12] drm/mediatek: mtk_dp: Call pm_runtime_put_sync() in removal path
` [PATCH v4 04/12] drm/mediatek: mtk_dp: Fix hdmi codec and phy driver unregistration
` [PATCH v4 05/12] drm/mediatek: mtk_dp: Clarify SMC eDP/DP video unmute commands
[PATCH v7 0/9] drm/panthor: Reduce dma_fence signalling latency
2026-08-27 7:19 UTC (2+ messages)
[PATCH v3 00/16] rust: io: support register projections and remove relative registers
2026-08-27 7:17 UTC (11+ messages)
` [PATCH v3 01/16] rust: io: register: reimplement as proc macro
` [PATCH v3 02/16] rust: mem: add `transmute` with deferred size check
` [PATCH v3 04/16] rust: io: perform conversions using `AsRepr`
` [PATCH v3 05/16] rust: io: support register projections
` [PATCH v3 06/16] rust: io: register: allow explicit base type specification
[PATCH v9 00/18] drm/amdgpu: AMDGPU SVM support based on DRM (Phase 1: single GPU, XNACK on)
2026-08-27 7:12 UTC (12+ messages)
` [PATCH v9 02/18] drm/amdgpu: add SVM core header and VM integration
[PATCH 0/2] drm: Add Common drm_user_fence helper and Convert XE
2026-08-27 6:37 UTC (5+ messages)
` [PATCH 1/2] drm: Add common drm_user_fence helper
` [PATCH 2/2] drm/xe: Convert xe_user_fence to drm_user_fence
[PATCH v6 00/11] drm/mediatek: Add DSC, WDMA, MT8189/96 DSI support
2026-08-27 5:33 UTC (13+ messages)
` [PATCH v6 06/11] drm/mediatek: mtk_dsi: Transfer register offsets to per-SoC const
` [PATCH v6 07/11] drm/mediatek: mtk_dsi: Add support for MT8189
` [PATCH v6 08/11] drm/mediatek: mtk_dsi: Add support for MT8196
` [PATCH v6 09/11] drm/mediatek: mtk_dsi: Enable PM Runtime on probe
` [PATCH v6 10/11] dt-bindings: display: mediatek: wdma: Add compatibles for more SoCs
` [PATCH v6 11/11] drm/mediatek: Add Write DMA (WDMA) Engine for Writeback support
[PATCH] fastrpc: Reduce log level for DSP info and reserved memory messages
2026-08-27 4:47 UTC (4+ messages)
[PATCH] drm/xe: Fix unnecessary host-side population of ttm_tt on non-TT resources
2026-08-27 2:01 UTC (9+ messages)
[PATCH] nouveau/connector: set no zero sized all displayport on nouveau
2026-08-27 1:57 UTC (2+ messages)
[PATCH v9 05/13] dt-bindings: npu: rockchip: add rockchip, rk3576-rknn-core
2026-08-27 1:49 UTC (2+ messages)
[PATCH] drm/panic: clean new `clippy::needless_range_loop` lint for Rust 1.100.0
2026-08-27 1:36 UTC (2+ messages)
[PATCH 0/2] accel/amdxdna: make the shared command header safe to read
2026-08-27 0:20 UTC (9+ messages)
` [PATCH v2 "
` [PATCH v2 1/2] accel/amdxdna: check the command chain payload before using it
` [PATCH v3] accel/amdxdna: use READ_ONCE/WRITE_ONCE on the command header
` [PATCH v2 2/2] "
[PATCH v4 0/7] gpu: nova: Export parameters from nova-core to nova-drm
2026-08-27 0:03 UTC (8+ messages)
` [PATCH v4 4/7] drm: nova: Add a GPU info ioctl
[PATCH] accel/amdxdna: Invalidate the payload of the command that failed
2026-08-26 23:43 UTC (2+ messages)
[PATCH] accel/amdxdna: Bound the page count of a user supplied buffer
2026-08-26 23:04 UTC (6+ messages)
` [PATCH v2] "
[PATCH] drm/i915: Fix memory leak in query_perf_config_list()
2026-08-26 21:41 UTC (2+ messages)
[PATCH v6 00/16] Collection of fixes for Panfrost: Perfcnt, RPM, refactorings
2026-08-26 21:37 UTC (25+ messages)
` [PATCH v6 01/16] drm/panfrost: Move shrinker initialization and unplug one level down
` [PATCH v6 02/16] drm/panfrost: Move all DRM device initialisation into device_init()
` [PATCH v6 03/16] drm/panfrost: Move lock and modparam initialisations into their subsystems
` [PATCH v6 04/16] drm/panfrost: Move debugfs initialisation to relevant subsystems
` [PATCH v6 05/16] drm/panfrost: Skip NULL checks for clock enable/disabling
` [PATCH v6 06/16] drm/panfrost: Consolidate device clock management and reset
` [PATCH v6 07/16] drm/panfrost: Split subsystem init/reset from interrupt enablement
` [PATCH v6 08/16] drm/panfrost: Fix PM refcnt and autosuspend issues at device probe/remove
` [PATCH v6 09/16] drm/panfrost: Add warning messages to fatal error conditions
` [PATCH v6 10/16] drm/panfrost: Add debugfs knob for manually triggering a GPU reset
` [PATCH v6 11/16] drm/panfrost: Move perfcnt GPU disable sequence into a helper
` [PATCH v6 12/16] drm/panfrost: Skip cache flush/invalidate when enabling perfcnt
` [PATCH v6 13/16] drm/panfrost: Avoid cache flush after perfcnt sample in fully coherent systems
` [PATCH v6 14/16] drm/panfrost: Introduce a reset lock
` [PATCH v6 15/16] drm/panfrost: Fix races between perfcnt and reset sequence
` [PATCH v6 16/16] drm/panfrost: Bump driver minor to reflect new DUMP IOCTL req field
[PATCH 00/70] drm/crtc: Convert all drivers to atomic_create_state and remove reset
2026-08-26 21:22 UTC (5+ messages)
` [PATCH 25/70] drm/sti: Switch to drm_atomic_helper_crtc_create_state
` [PATCH 26/70] drm/stm: "
[PATCH] accel/amdxdna: make the debug BO command wait interruptible
2026-08-26 21:23 UTC (9+ messages)
` [PATCH v2] "
[PATCH 0/4] drm/panel: Support Retroid Pocket 6 panel
2026-08-26 17:30 UTC (4+ messages)
` [PATCH 3/4] drm/panel: visionox-vtdr6130: Modularize panel config
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox