messages from 2026-04-19 04:17:14 to 2026-04-21 19:25:48 UTC [more...]
amdgpu: WARNING: drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/dc_fpu.c:58 at dc_assert_fp_enabled+0x10/0x20 [amdgpu], CPU#5: (udev-worker)/418
2026-04-21 14:06 UTC (2+ messages)
[PATCH v3] drm/amd/display: Restore analog connector support
2026-04-21 19:25 UTC (3+ messages)
[PATCH v3] drm/amdkfd: validate SVM ioctl nattr against buffer size
2026-04-21 19:24 UTC
[PATCH v5 00/11] drm/amdgpu: Add WAIT_EVENT ioctl for render-node events
2026-04-21 18:06 UTC (12+ messages)
` [PATCH v5 01/11] drm/amdgpu/uapi: Add WAIT_EVENT ioctl and metadata structures
` [PATCH v5 02/11] drm/amdgpu: Add wait-event manager and per-file lifetime plumbing
` [PATCH v5 03/11] drm/amdgpu: Register WAIT_EVENT ioctl
` [PATCH v5 04/11] drm/amdgpu/gfx11: Queue USERQ_EOP records for WAIT_EVENT
` [PATCH v5 05/11] drm/amdgpu/uapi: Extend WAIT_EVENT with optional condition wait fields
` [PATCH v5 06/11] drm/amdgpu: Add userspace condition support to WAIT_EVENT
` [PATCH v5 07/11] drm/amdgpu: Document WAIT_EVENT condition semantics
` [PATCH v5 08/11] drm/amdgpu: Add queue reset records to WAIT_EVENT
` [PATCH v5 09/11] drm/amdgpu: Detect queue reset in WAIT_EVENT
` [PATCH v5 10/11] drm/amdgpu: Add memory exception records to WAIT_EVENT
` [PATCH v5 11/11] drm/amdgpu: Add scratch "
[PATCH v2] drm/amdkfd: validate SVM ioctl nattr against buffer size
2026-04-21 18:05 UTC
[PATCH v8 00/11] drm/amdgpu: Render-node EVENTFD subscriptions (toward KFD/KGD event unification)
2026-04-21 17:59 UTC (12+ messages)
` [PATCH v8 01/11] drm/amdgpu: Add render-node EVENTFD manager core
` [PATCH v8 02/11] drm/amdgpu: Embed eventfd manager in amdgpu_fpriv
` [PATCH v8 03/11] drm/amdgpu: Wire userq manager to fpriv eventfd manager
` [PATCH v8 04/11] drm/amdgpu/uapi: Add unified EVENTFD ioctl for render node
` [PATCH v8 05/11] drm/amdgpu/uapi: Define kernel event types for EVENTFD subscriptions
` [PATCH v8 06/11] drm/amdgpu: Make EVENTFD subscriptions queue-aware
` [PATCH v8 07/11] drm/amdgpu: Store user queue qid in amdgpu_usermode_queue
` [PATCH v8 08/11] drm/amdgpu/gfx11: Signal USERQ EOP eventfds via userq manager
` [PATCH v8 09/11] drm/amdgpu: Signal QUEUE_RESET eventfds
` [PATCH v8 10/11] drm/amdgpu: Signal MEMORY_EXCEPTION eventfds
` [PATCH v8 11/11] drm/amdgpu: Signal SCRATCH eventfds
[PATCH v4 1/3] drm/amdgpu: smu: add unified metrics table support for SMU 15.0.0
2026-04-21 17:40 UTC (3+ messages)
` [PATCH v4 2/3] drm/amdgpu: smu: fix average calculation for unified metrics on "
` [PATCH v4 3/3] drm/amdgpu: smu: cache and reuse averaged unified metrics values
[PATCH] drm/amdgpu: Avoid reset in AMDGPU unload path for APUs with GFX V11 and higher
2026-04-21 15:33 UTC (2+ messages)
[PATCH] drm/amdkfd: Terminate queues on surprise unplug with running processes
2026-04-21 15:00 UTC (6+ messages)
[PATCH] drm/amd/pm: remove trailing semicolon from AMDGPU_PM_POLICY_ATTR macro
2026-04-21 14:51 UTC (2+ messages)
[PATCH] drm/amdkfd: validate SVM ioctl nattr against buffer size
2026-04-21 14:28 UTC
[PATCH] drm/amd/display: Disable 10-bit truncation and dithering on DCE 6.x
2026-04-21 14:20 UTC (2+ messages)
[PATCH] drm/amdgpu: fix zero-size GDS range init on RDNA4
2026-04-21 13:42 UTC (3+ messages)
[RFC PATCH 0/4] drm/amd/display: better LUT segmentation for EOTFs
2026-04-21 13:39 UTC (4+ messages)
` [PATCH 2/4] drm/amd/display: use a separate helper to translate degamma curves
[PATCH 01/11] drm/amdgpu: fix AMDGPU_INFO_READ_MMR_REG
2026-04-21 12:55 UTC (11+ messages)
` [PATCH 02/11] drm/amdgpu: remove deadlocks from amdgpu_userq_pre_reset
` [PATCH 03/11] drm/amdgpu: nuke amdgpu_userq_fence_free
` [PATCH 04/11] drm/amdgpu: rework amdgpu_userq_signal_ioctl
` [PATCH 05/11] drm/amdgpu: rework userq fence signal processing
` [PATCH 06/11] drm/amdgpu: remove almost all calls to amdgpu_userq_detect_and_reset_queues
` [PATCH 07/11] drm/amdgpu: fix userq hang detection and reset
` [PATCH 08/11] drm/amdgpu: rework userq reset work handling
` [PATCH 09/11] drm/amdgpu: revert to old status lock handling v4
` [PATCH 10/11] drm/amdgpu: restructure VM state machine v2
` [PATCH 11/11] drm/amdgpu: WIP sync amdgpu_ttm_fill_mem only to kernel fences
[RFC V3 00/12] drm/amdgpu: SVM implementation based on drm_gpusvm
2026-04-21 10:07 UTC (17+ messages)
` [RFC V3 01/12] drm/amdgpu: define SVM UAPI for GPU shared virtual memory
` [RFC V3 02/12] drm/amdgpu: introduce SVM core header and VM integration
` [RFC V3 03/12] drm/amdgpu: define SVM attribute subsystem types
` [RFC V3 04/12] drm/amdgpu: implement SVM attribute tree and helper functions
` [RFC V3 05/12] drm/amdgpu: implement SVM attribute set, get, and clear
` [RFC V3 06/12] drm/amdgpu: define SVM range types and work queue interface
` [RFC V3 07/12] drm/amdgpu: implement SVM range GPU mapping core
` [RFC V3 08/12] drm/amdgpu: implement SVM range notifier and GC helpers
` [RFC V3 09/12] drm/amdgpu: implement SVM attribute change and invalidation callback
` [RFC V3 10/12] drm/amdgpu: implement SVM initialization and lifecycle
` [RFC V3 11/12] drm/amdgpu: add SVM ioctl, garbage collector, and fault handler
` [RFC V3 12/12] drm/amdgpu: integrate SVM into build system and VM fault path
[RFC V2 00/12] drm/amdgpu: SVM implementation based on drm_gpusvm
2026-04-21 9:52 UTC (26+ messages)
` [RFC/POC PATCH 01/12] drm/amdgpu: add SVM UAPI definitions
` [RFC/POC PATCH 02/12] drm/amdgpu: add SVM data structures and header
` [RFC/POC PATCH 03/12] drm/amdgpu: add SVM attribute data structures
` [RFC/POC PATCH 04/12] drm/amdgpu: implement SVM attribute tree operations
` [RFC/POC PATCH 05/12] drm/amdgpu: implement SVM attribute set
` [RFC/POC PATCH 06/12] drm/amdgpu: add SVM range data structures
` [RFC/POC PATCH 07/12] drm/amdgpu: implement SVM range PTE flags and GPU mapping
` [RFC/POC PATCH 08/12] drm/amdgpu: implement SVM range notifier and invalidation
` [RFC/POC PATCH 09/12] drm/amdgpu: implement SVM range workers
` [RFC/POC PATCH 10/12] drm/amdgpu: implement SVM core initialization and fini
` [RFC/POC PATCH 11/12] drm/amdgpu: implement SVM ioctl and fault handler
` [RFC/POC PATCH 12/12] drm/amdgpu: wire up SVM build system "
[PATCH] drm/amd/pm: Use guard(mutex) instead of manual lock+unlock
2026-04-21 1:54 UTC
[REGRESSION] VRR not detected on a DisplayPort monitor using an AMD GPU
2026-04-20 15:09 UTC (10+ messages)
[PATCH] drm/amdkfd: Make all TLB-flushes heavy-weight
2026-04-20 21:32 UTC (2+ messages)
[PATCH] drm/amdgpu: Export ip_discovery sysfs on probe failure
2026-04-20 19:27 UTC (2+ messages)
[PATCH] drm/amd/amdgpu: consolidate SDMA trap IRQ handler
2026-04-20 18:35 UTC (6+ messages)
[RFC PATCH] drm/drm_edid: ignore continuous frequency support for VRR
2026-04-20 18:07 UTC (5+ messages)
[PATCH] drm/amd/amdgpu/include : update mes api header v11/v12
2026-04-20 14:45 UTC (4+ messages)
[PATCH] drm/amdgpu: Replace VKMS vblank timer with common implementation
2026-04-20 14:28 UTC (2+ messages)
[PATCH] drm/amdgpu: allow unprivileged read of GC_THROTTLE_STATUS
2026-04-20 14:13 UTC (3+ messages)
[PATCH 0/7] VCE1 fixes
2026-04-20 13:52 UTC (16+ messages)
` [PATCH 1/7] drm/amdgpu: Add alignment to amdgpu_gtt_mgr_alloc_entries()
` [PATCH 2/7] drm/amdgpu/vce: Align VCPU BO to nearest power of two
` [PATCH 3/7] drm/amdgpu/vce1: Correct firmware offset mask
` [PATCH 4/7] drm/amdgpu/vce1: Remove superfluous address check
` [PATCH 5/7] drm/amdgpu/vce1: Check if VRAM address is lower than GART
` [PATCH 6/7] drm/amdgpu/vce1: Don't repeat GTT MGR node allocation
` [PATCH 7/7] drm/amdgpu/vce1: Align VCPU BO GART address to nearest power of two
[PATCH v2 0/2] drm/amdgpu: per-PTE MTYPE override for NUMA locality
2026-04-20 13:37 UTC (3+ messages)
` [PATCH v2 1/2] drm/amdgpu: Move amdgpu_device_check_iommu_direct_map() earlier
` [PATCH v2 2/2] drm/amdgpu: move VM PTE MTYPE override to per-PTE granularity
[PATCH AUTOSEL 7.0-6.12] drm/amdgpu: fix DF NULL pointer issue for soc24
2026-04-20 13:21 UTC (33+ messages)
` [PATCH AUTOSEL 7.0-6.12] drm/amd/display: remove duplicate format modifier
` [PATCH AUTOSEL 7.0] drm/amdgpu/userq: unlock cancel_delayed_work_sync for hang_detect_work
` [PATCH AUTOSEL 7.0-6.1] drm/amd/display: Merge pipes for validate
` [PATCH AUTOSEL 7.0-6.12] drm/amd/display: Fix cursor pos at overlay plane edges on DCN4
` [PATCH AUTOSEL 6.18] drm/amdgpu: Handle GPU page faults correctly on non-4K page systems
` [PATCH AUTOSEL 7.0-5.10] drm/amd/display: bios_parser: fix GPIO I2C line off-by-one
` [PATCH AUTOSEL 7.0] drm/amdgpu: Handle IH v7_1 reg offset differences
` [PATCH AUTOSEL 7.0-6.18] drm/amdgpu/vcn4.0.3: gate per-queue reset by PSP SOS program version
` [PATCH AUTOSEL 7.0-6.18] drm/amdgpu: fix amdgpu_userq_evict
` [PATCH AUTOSEL 7.0-5.10] drm/amdgpu: validate fence_count in wait_fences ioctl
` [PATCH AUTOSEL 7.0-6.6] drm/amdgpu: fix shift-out-of-bounds when updating umc active mask
` [PATCH AUTOSEL 7.0] drm/amdgpu/userq: remove queue from doorbell xa during clean up
` [PATCH AUTOSEL 7.0] drm/amdkfd: fix kernel crash on releasing NULL sysfs entry
` [PATCH AUTOSEL 7.0-6.18] drm/amdgpu: clear related counter after RAS eeprom reset
` [PATCH AUTOSEL 7.0-6.19] drm/amd/display: Restore full update for tiling change to linear
` [PATCH AUTOSEL 7.0] drm/amdgpu: fix array out of bounds accesses for mes sw_fini
` [PATCH AUTOSEL 7.0-6.12] drm/amd/display: Exit IPS w/ DC helper for all dc_set_power_state cases
` [PATCH AUTOSEL 7.0-6.18] drm/amdgpu: fix syncobj leak for amdgpu_gem_va_ioctl()
` [PATCH AUTOSEL 7.0-6.18] drm/amdgpu: Check for multiplication overflow in checkpoint stack size
` [PATCH AUTOSEL 7.0-6.19] drm/amd/display: Clamp dc_cursor_position x_hotspot to prevent integer overflow
` [PATCH AUTOSEL 7.0] drm/amdgpu/userq: defer queue publication until create completes
` [PATCH AUTOSEL 7.0-6.18] drm/amdgpu/userq: fix dma_fence refcount underflow in userq path
` [PATCH AUTOSEL 7.0-6.12] drm/amdgpu: guard atom_context in devcoredump VBIOS dump
` [PATCH AUTOSEL 7.0-6.18] drm/amd/display: Avoid turning off the PHY when OTG is running for DVI
` [PATCH AUTOSEL 7.0] drm/amdgpu: Revert setting up Retry based Thrashing on GFX 12.1
` [PATCH AUTOSEL 7.0] drm/amd/pm: Avoid overflow when sorting pp_feature list
` [PATCH AUTOSEL 7.0-6.19] drm/amd/display: Fix number of opp
` [PATCH AUTOSEL 7.0] drm/amd/display: Fix HWSS v3 fast path determination
` [PATCH AUTOSEL 7.0-6.12] drm/amd/display: Remove invalid DPSTREAMCLK mask usage
` [PATCH AUTOSEL 7.0] drm/amdgpu: Add default reset method for soc_v1_0
` [PATCH AUTOSEL 7.0] drm/amdgpu/userq: cleanup amdgpu_userq_get/put where not needed
` [PATCH AUTOSEL 7.0-6.18] drm/amdgpu: fix some more bug in amdgpu_gem_va_ioctl
[PATCH 6.1.y] drm/amdgpu: remove two invalid BUG_ON()s
2026-04-20 13:21 UTC (2+ messages)
[PATCH AUTOSEL 7.0] drm/amdgpu/userq: remove queue from doorbell xarray
2026-04-20 13:09 UTC (4+ messages)
` [PATCH AUTOSEL 7.0-6.12] drm/amd/display: Fix dcn401_optimize_bandwidth
` [PATCH AUTOSEL 6.18] drm/amdkfd: Fix queue preemption/eviction failures by aligning control stack size to GPU page size
` [PATCH AUTOSEL 7.0-6.12] drm/amdgpu: fix DF NULL pointer issue for soc24
[PATCH v2 00/19] tracepoint: Avoid double static_branch evaluation at guarded call sites
2026-04-19 13:14 UTC (3+ messages)
[PATCH] drm/amdgpu: unify gmc v10 and v11 get_vm_pde and get_vm_pte into common helpers
2026-04-20 9:04 UTC (2+ messages)
[PATCH 1/1] drm/amd/display: complete cursor vblank events immediately
2026-04-18 19:37 UTC (20+ messages)
[PATCH v1] drm/radeon: fix memory leak in radeon_ring_restore() on lock failure
2026-04-17 14:50 UTC (3+ messages)
[WITHDRAWN] treewide: fix occured typo in drivers
2026-04-18 13:26 UTC
[PATCH] treewide: fix occured typo in drivers
2026-04-18 12:58 UTC
[PATCH v8 00/29] *Fair(er) DRM scheduler
2026-04-17 13:21 UTC (2+ messages)
7.0-rc4 dcn31_program_compbuf_size trace
2026-04-19 11:24 UTC (2+ messages)
[PATCH] drm/amdgpu: allow unprivileged read of GC_THROTTLE_STATUS
2026-04-17 19:48 UTC
[PATCH] drm/amdgpu: Clear cached EDID pointer after drm_edid_free()
2026-04-17 20:20 UTC (2+ messages)
[PATCH 00/19] DC Patches Apr 20 2026
2026-04-20 12:54 UTC (2+ messages)
[PATCH v2] drm/amdgpu: fix root reservation in amdgpu_vm_handle_fault
2026-04-20 12:29 UTC (2+ messages)
[PATCH] drm/amd/pm: Check SMUv13.0.6/12 metrics integrity
2026-04-20 7:07 UTC (2+ messages)
[PATCH v3 1/4] drm/amdgpu: smu: add unified metrics table support for SMU 15.0.0
2026-04-20 7:03 UTC (5+ messages)
` [PATCH v3 3/4] drm/amdgpu: smu: cache and reuse averaged unified metrics values
` [PATCH v3 4/4] drm/amdgpu: smu: fix unified metrics handling for SMU 15.0.0
[PATCH] drm/amd: Adjust ASPM support quirk to cover more Intel hosts
2026-04-20 2:56 UTC (4+ messages)
[PATCH 1/2] drm/amdgpu: fix userq lock order against reset_domain
2026-04-20 2:36 UTC (3+ messages)
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