AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-09-03 07:35:12 to 2026-09-07 20:34:10 UTC [more...]

[PATCH 0/3] drm/amd/display: use kunit/visibility.h for test helpers
 2026-09-07 15:39 UTC  (4+ messages)
` [PATCH 3/3] drm/amd/display: drop INLINE_IFN_KUNIT

[PATCH 00/12] RFC: drm/amdgpu/sdma: Refactor SDMA v4 and older functions to be per-instance
 2026-09-07 20:33 UTC  (13+ messages)
` [PATCH 01/12] drm/amdgpu/sdma: Refactor SI DMA functions to be per instance
` [PATCH 02/12] drm/amdgpu/sdma: Refactor SI DMA clock gating functions to be per-instance
` [PATCH 03/12] drm/amdgpu/sdma: Refactor CIK SDMA functions to be per instance
` [PATCH 04/12] drm/amdgpu/sdma: Refactor CIK SDMA clock gating functions to be per-instance
` [PATCH 05/12] drm/amdgpu/sdma: Refactor SDMA v2.4 functions to be per instance
` [PATCH 06/12] drm/amdgpu/sdma: Refactor SDMA v2.4 golden registers to be per-instance
` [PATCH 07/12] drm/amdgpu/sdma: Refactor SDMA v3.0 functions to be per instance
` [PATCH 08/12] drm/amdgpu/sdma: Refactor SDMA v3.0 clock gating functions to be per-instance
` [PATCH 09/12] drm/amdgpu/sdma: Refactor SDMA v3.0 golden registers "
` [PATCH 10/12] drm/amdgpu/sdma: Refactor SDMA v4.0 functions to be per instance
` [PATCH 11/12] drm/amdgpu/sdma: Refactor SDMA v4.0 clock gating functions to be per-instance
` [PATCH 12/12] drm/amdgpu/sdma: Refactor SDMA v4.0 golden registers "

[PATCH 0/8] drm/amdgpu/sdma: Improve existing SDMA queue resets (v3)
 2026-09-07 18:34 UTC  (13+ messages)
` [PATCH 1/8] drm/amdgpu/sdma: Remove unimplemented soft_reset() for SDMA and SI DMA
` [PATCH 2/8] drm/amdgpu/sdma: Remove superfluous rlc_resume and rlc_stop functions
` [PATCH 3/8] drm/amdgpu/sdma: Fix executing duplicate commands after recovery on SDMA v4.4.2
` [PATCH 4/8] drm/amdgpu/sdma: Remove unnecessary guilty tracking of SDMA queues
` [PATCH 5/8] drm/amdgpu/sdma: Clear SDMA rings after reset before starting them
` [PATCH 6/8] drm/amdgpu/sdma: Move SDMA v5.x queue reset to common code
` [PATCH 7/8] drm/amdgpu/sdma: Always handle kernel queues in amdgpu_sdma_reset_engine()
` [PATCH 8/8] drm/amdgpu/sdma: Use common SDMA legacy queue reset on SDMA v4.4.2

[PATCH] drm/amdgpu/userq: fix userq_signal_ioctl stuck in drm_exec_until_all_locked()
 2026-09-07 15:40 UTC  (5+ messages)

[PATCH v4 1/2] drm/amdgpu: Add LIST option to USERQ ioctl
 2026-09-07 14:18 UTC  (4+ messages)
` [PATCH v4 2/2] drm/amdgpu: Add CHANGE_ID option for "

[PATCH] drm/sched: Do not restore unsaved virtual runtime
 2026-09-07 13:05 UTC 

[PATCH] drm/amdgpu/userq: filter out idle userqs from pending signal list
 2026-09-07 12:53 UTC 

[PATCH v1] drm/amdgpu: keep freed VM mappings on clear failure
 2026-09-07 12:04 UTC  (2+ messages)

[PATCH] drm/amdkfd: allow 255 queues per process on GFX 12.1.0
 2026-09-07 10:14 UTC  (2+ messages)

[PATCH] drm/amdgpu: fix rmmio iounmap skipped on device removal
 2026-09-07 10:07 UTC  (3+ messages)

[PATCH v5] drm/amdgpu: bind BOs when the eviction fence is attached
 2026-09-07  8:58 UTC  (5+ messages)

[PATCH 1/5] drm/amdgpu: Delete SI/CIK/VI IH soft_reset() code
 2026-09-07  7:43 UTC  (6+ messages)
` [PATCH 2/5] drm/amdgpu: Delete unimplemented "
` [PATCH 3/5] drm/amdgpu: Delete GMC v6-v7 "
` [PATCH 4/5] drm/amdgpu: Delete unimplemented GMC v9 "
` [PATCH 5/5] drm/amdgpu: Delete unimplemented DM "

[RX470 - polaris10] Wrong window titlebar gradient after kernel update 7.1 to 7.2
 2026-09-04 19:40 UTC  (3+ messages)

[PATCH V2 0/3] Add UALink infrastructure series 2
 2026-09-05 23:41 UTC  (6+ messages)
` [PATCH 1/3] drm/gem: Add callback for when handle count goes to 0

[REGRESSION 7.3-rc1][gfx1150] GPU crash after recoverable gfx fault: MES reset fails and KFD queues die
 2026-09-05 12:48 UTC  (2+ messages)

[PATCH] drm/radeon: switch from get_user_pages to pin_user_pages
 2026-09-06 15:27 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] drm/amd/display: check dc_state_create_copy() for NULL in dm_suspend
 2026-09-04  9:18 UTC 

[PATCH 1/3] drm: fix typos in comments
 2026-09-04 12:00 UTC  (3+ messages)
` [PATCH 2/3] drm/amd: fix repeated words "
` [PATCH 3/3] drm/amdgpu: fix typo in log message

[PATCH] drm/amdgpu/gfx8: fix register_list_format leak in gfx_v8_0_init_microcode
 2026-09-05 13:34 UTC 

[PATCH] drm/amdgpu: only treat a real S3 as a suspend abort on resume
 2026-09-06  3:14 UTC 

[RDNA4] RX 9060 XT - Pageflip timed out causes complete desktop lockup under KDE Wayland
 2026-09-05 16:47 UTC 

[PATCH 01/18] drm/amdgpu: Remove separate guilty compute userq reset
 2026-09-07  6:48 UTC  (7+ messages)
` [PATCH 02/18] drm/amdgpu: clean up the userq support redundant check
` [PATCH 14/18] drm/amdgpu: skip gfx switch_power_profile during GPU reset

[PATCH] drm/amdgpu: avoid NULL deref in isp_genpd_remove_device
 2026-09-07  6:11 UTC 

[PATCH 00/13] drm/amdgpu: Simplify nbio doorbell range programming
 2026-09-07  3:56 UTC  (15+ messages)
` [PATCH 01/13] drm/amdgpu: Add common NBIO doorbell entry helpers
` [PATCH 02/13] drm/amdgpu: Add nbio v6_3_2 doorbell layout
` [PATCH 03/13] drm/amdgpu: Use common doorbell helpers in nbio v6_3_2
` [PATCH 04/13] drm/amdgpu: Add nbio v4_3 doorbell layout
` [PATCH 05/13] drm/amdgpu: Use common doorbell helpers in nbio v4_3
` [PATCH 06/13] drm/amdgpu: Support doorbell range programming through smn
` [PATCH 07/13] drm/amdgpu: Use common doorbell helpers in nbio v7_9
` [PATCH 08/13] drm/amdgpu: Use common doorbell helpers in nbio v7_11_5
` [PATCH 09/13] drm/amdgpu: Add nbif v4_10_0 ip headers
` [PATCH 10/13] drm/amdgpu: Add nbio v7_11_4 support
` [PATCH 11/13] drm/amdgpu: Drop nbio v7_11_x support from nbif v6_3_1
` [PATCH 12/13] drm/amdgpu: Use common doorbell helpers in nbio v7_11_4
` [PATCH 13/13] drm/amdgpu: Use common doorbell helpers in nbif v6_3_1

[PATCH 1/3] drm/amd/ras: reprogram MCA settings after reset
 2026-09-07  3:44 UTC  (8+ messages)
` [PATCH 2/3] drm/amdkfd: balance KFD suspend reference on partition switch
` [PATCH 3/3] drm/amdkfd: skip queue restore while the device is resetting

[PATCH] drm/amdgpu: Move GC v12.1 spm vmid init to hw init
 2026-09-07  3:33 UTC  (3+ messages)

[PATCH v4 1/8] drm/amdgpu/mes_userqueue: refactor mqd_update into per-IP helpers
 2026-09-07  1:45 UTC  (8+ messages)
` [PATCH v4 2/8] drm/amdgpu: add mqd_prop modify flag for queue MODIFY
` [PATCH v4 3/8] drm/amdgpu/gfx11: honor mqd_prop modify flag in init_mqd
` [PATCH v4 4/8] drm/amdgpu/gfx12: "
` [PATCH v4 5/8] drm/amdgpu/sdma6: "
` [PATCH v4 6/8] drm/amdgpu/sdma7: "
` [PATCH v4 7/8] drm/amdgpu/sdma7_1: "
` [PATCH v4 8/8] drm/amdgpu/mes_userqueue: add SDMA MODIFY support

[PATCH v4 0/6] drm/gpusvm: share one HMM fault and keep single mappings inline
 2026-09-05 13:31 UTC  (7+ messages)
` [PATCH v4 1/6] drm/gpusvm: move dma_addr allocation before the notifier lock
` [PATCH v4 2/6] drm/gpusvm: extract drm_gpusvm_dma_map_pages() helper
` [PATCH v4 3/6] drm/gpusvm: let drm_gpusvm_get_pages() map an array of pages
` [PATCH v4 4/6] drm/gpusvm: make the DMA mapping step in get_pages() optional
` [PATCH v4 5/6] drm/gpusvm: keep a single DMA mapping inline for THP
` [PATCH v4 6/6] drm/gpusvm: keep an IOVA mapped range dma address inline

[PATCH 0/3] drm/amdgpu: Second-level trap handler for kernel queues
 2026-09-05  8:19 UTC  (4+ messages)
` [PATCH 1/3] drm/amdgpu: Add per-VM kernel queue first-level trap handler infrastructure
` [PATCH 2/3] drm/amdgpu: Implement kernel VMID SQ_SHADER_TBA/TMA programming for GFX10/11/12
` [PATCH 3/3] drm/amdgpu: Extend second-level trap handler to kernel queues

[PATCH v2 0/4] drm/amdkfd: Enable device private memory THP support in kfd svm driver
 2026-09-04 19:54 UTC  (5+ messages)
` [PATCH v2 1/4] drm/amdkfd: Add awareness of THP of device and system RAM "
` [PATCH v2 2/4] drm/amdkfd: Change migration size in CPU/GPU page fault handler to THP size
` [PATCH v2 3/4] drm/amdkfd: Apply HMM THP zone device-private memory migration in kfd driver
` [PATCH v2 4/4] drm/amdkfd: Apply AMDGPU_PTE_FRAG to pte of gart page table for THP mapping

[PATCH v3 0/6] drm/gpusvm: share one HMM fault and keep single mappings inline
 2026-09-04 17:21 UTC  (10+ messages)
` [PATCH v3 1/6] drm/gpusvm: move dma_addr allocation before the notifier lock
` [PATCH v3 2/6] drm/gpusvm: extract drm_gpusvm_dma_map_pages() helper
` [PATCH v3 3/6] drm/gpusvm: let drm_gpusvm_get_pages() map an array of pages
` [PATCH v3 4/6] drm/gpusvm: make the DMA mapping step in get_pages() optional
` [PATCH v3 5/6] drm/gpusvm: keep a single DMA mapping inline for THP
` [PATCH v3 6/6] drm/gpusvm: keep an IOVA mapped range dma address inline

[PATCH i-g-t v6 0/9] add cgroup_dmem test
 2026-09-04 14:51 UTC  (16+ messages)
` [PATCH i-g-t v6 1/9] lib/igt_cgroup: add cgroup v2 and dmem controller helpers
` [PATCH i-g-t v6 2/9] tests/cgroup_dmem: add dmem cgroup controller test
` [PATCH i-g-t v6 3/9] lib/xe: add xe_cgroup_region_name() helper
` [PATCH i-g-t v6 4/9] lib/xe: Introduce dmem driver and implement Xe support
` [PATCH i-g-t v6 5/9] lib/amdgpu: add amdgpu_cgroup_region_name
` [PATCH i-g-t v6 6/9] lib/amdgpu: add amdgpu support to igt_dmem_driver
` [PATCH i-g-t v6 7/9] tests/cgroup_dmem: add test for dmem.current
` [PATCH i-g-t v6 8/9] tests/cgroup_dmem: add dmem cgroup eviction test
` [PATCH i-g-t v6 9/9] tests/cgroup_dmem: add write_eviction_nonblock subtest

[PATCH 0/3] drm/amdgpu: Second-level trap handler for render-node user queues
 2026-09-04 12:59 UTC  (4+ messages)
` [PATCH 1/3] drm/amdgpu/uapi: Add second-level trap handler ops to VM ioctl
` [PATCH 2/3] drm/amdgpu: Add VM ioctl handlers for second-level trap handler
` [PATCH 3/3] drm/amdgpu: Disable L2 trap handler when its VA range is unmapped

[PATCH v3 00/13] drm/crtc: Convert all drivers to atomic_create_state and remove reset
 2026-09-04  9:07 UTC  (3+ messages)
` [PATCH v3 02/13] drm/amdgpu: vkms: Switch to drm_atomic_helper_crtc_create_state
` [PATCH v3 07/13] drm/amdgpu: dm: Convert to atomic_create_state

[PATCH v2 0/6] drm: Consolidate the wait timeout conversion helpers
 2026-09-04  8:53 UTC  (5+ messages)
` [PATCH v2 1/6] drm: Move drm_timeout_abs_to_jiffies() to drm_timeout.c
` [PATCH v2 2/6] drm: Add drm_timeout_rel_to_jiffies()

[PATCH v3] PCI: Fix BAR resize for devices on a root bus
 2026-09-03 14:24 UTC  (2+ messages)

[PATCH v2] drm/amd/display: fix MALL hysteresis timer underflow at high refresh rates
 2026-09-04  0:27 UTC  (2+ messages)

[PATCH V3 01/10] drm/amdgpu/mes_userqueue: refactor mqd_update into per-IP helpers
 2026-09-04  3:15 UTC  (5+ messages)
` [PATCH V3 08/10] drm/amdgpu/mes_userqueue: route compute MODIFY through init_mqd

[PATCH] drm/amd/ras: reprogram MCA settings after reset
 2026-09-04  1:26 UTC 

[PATCH 1/2] drm/amdgpu: Don't ignore LSDMA copy errors during remote interrupt send
 2026-09-03 21:40 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu: Reset UALink connection on failed TLB-shootdown send

[PATCH v2] drm/amdkfd: Fix TCP XNACK scoreboard reset race
 2026-09-03 21:08 UTC 

[PATCH 0/8] drm/amdgpu/sdma: Improve existing SDMA queue resets (v2)
 2026-09-03 20:48 UTC  (4+ messages)
` [PATCH 7/8] drm/amdgpu/sdma: Always handle kernel queues in amdgpu_sdma_reset_engine()

Refcounting dma_resv v3
 2026-09-03 19:38 UTC  (13+ messages)
` [PATCH 01/11] drm/i915: fix incorrect RCU teardown order
` [PATCH 02/11] dma-buf: Add reference counting to dma_resv v2
` [PATCH 03/11] dma-buf/tests: Convert st-dma-resv tests to use dma_resv_alloc v2
` [PATCH 04/11] drm/gem: Add helper for drm_gem_object resv assignment v2
` [PATCH 05/11] drm/gem: Convert drm_gem_private_object_init to return error code v2
` [PATCH 06/11] drm/mode_config: Use dma_resv_alloc for lockdep annotation
` [PATCH 07/11] drm/xe: "
` [PATCH 08/11] drm/i915/gt: Use dma_resv_alloc for VM reservation objects v2
` [PATCH 09/11] drm/ttm/tests: Use dma_resv_alloc in test files
` [PATCH 10/11] drm/gem: Use dynamic allocation for GEM object dma_resv
` [PATCH 11/11] dma-buf: Inline dma_resv_init and remove allocated flag

[PATCH] dm/amdgpu: fix malformed link_settings debugfs output
 2026-09-03 18:44 UTC  (2+ messages)

[PATCH 1/4] drm/amdgpu/sdma: add detect_hung_queue callback
 2026-09-03 18:25 UTC  (5+ messages)
` [PATCH 2/4] drm/amdgpu/sdma6: implement detect_hung_queue
` [PATCH 3/4] drm/amdgpu/sdma7: "
` [PATCH 4/4] drm/amdgpu/userq: reset a hung SDMA user queue over MMIO

[pull] amdgpu, amdkfd drm-fixes-7.3
 2026-09-03 17:47 UTC 

[PATCH] drm/amd/display: fix MALL hysteresis timer underflow at high refresh rates
 2026-09-03 17:08 UTC  (5+ messages)

[PATCH v2 0/4] HDMI 2.1 VRR and ALLM support
 2026-09-03 16:43 UTC  (9+ messages)
` [PATCH v3 "
  ` [PATCH v3 4/4] drm/amd/display: Add HDMI "

PCI: bridge window undersized when child bridge windows are larger than their alignment (regression since 3958bf16e2fe, v7.0)
 2026-09-03 11:46 UTC  (2+ messages)

[RFC PATCH 0/2] drm/amdgpu: First-level trap handler for kernel queue VMIDs
 2026-09-03  9:34 UTC  (10+ messages)
` [RFC PATCH 1/2] drm/amdgpu: Add kernel VMID trap handler infrastructure

[RFC] drm/xe: Expose retired VRAM pages via drm-ras
 2026-09-03  9:20 UTC  (2+ messages)

[PATCH] drm/amd/display: use plane color_mgmt_changed to track colorop changes
 2026-09-03  7:36 UTC  (4+ messages)

[PATCH v4 0/3] drm/atomic-state-helper: fixes for blend-mode-prop warning
 2026-09-03  4:59 UTC  (9+ messages)

[PATCH 0/4] drm/amd/display: fix brightness ownership through power module
 2026-09-02 12:31 UTC 

XDC 2026: Full schedule now available
 2026-09-01 19:56 UTC 


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