AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-12 08:22:55 to 2026-05-13 17:32:35 UTC [more...]

[PATCH 0/6] drm/amdgpu: Improve retry fault handling
 2026-05-13 17:32 UTC  (11+ messages)
` [PATCH 1/6] drm/amdgpu: Use gmc->noretry instead of amdgpu_noretry directly
` [PATCH 2/6] drm/amdgpu/gfxhub: Enable retry fault interrupts when needed
` [PATCH 3/6] drm/amdgpu/gfxhub: Program CRASH_ON_*_FAULT bits to 0 as needed
` [PATCH 4/6] drm/amdgpu/gmc: Don't compare page fault timestamps with other interrupts
` [PATCH 5/6] drm/amdgpu/ih: Add retry_cam_ack IH function pointer
` [PATCH 6/6] drm/amdgpu: Enable retry CAM on Navi 3 dGPUs

[PATCH] drm/amdgpu: fix division by zero with invalid uvd dimensions
 2026-05-13 17:15 UTC  (2+ messages)

[PATCH 0/3] Improve soft IH ring
 2026-05-13 17:08 UTC  (4+ messages)
` [PATCH 1/3] amdgpu/ih6.1: Fix minor version
` [PATCH 2/3] amdgpu/ih: Don't perturb HW registers when accessing soft IH ring
` [PATCH 3/3] drm/amdgpu: Use system unbound workqueue for "

[PATCH] drn/amd/display/amdgpu_dm: fix the issuess found on SteacmDeck with USB hub with VRR capability during suspend / resume event
 2026-05-13 16:07 UTC 

[PATCH] drm/amdkfd: Fix OOB memory exposure in get_wave_state()
 2026-05-13 15:59 UTC  (2+ messages)

[PATCH v3] drm/amdgpu: unmap all user mappings of framebuffer and doorbell before mode1 reset
 2026-05-13 15:44 UTC  (6+ messages)

[PATCH] drm/ttm: Support 52-bit PAs in ttm_place
 2026-05-13 15:42 UTC  (4+ messages)

[PATCH v2] drm/ttm: Support 52-bit PAs in ttm_place
 2026-05-13 15:32 UTC  (6+ messages)

[PATCH] drm/amd/display: Write REFCLK to 48MHz on DCN21
 2026-05-13 15:01 UTC 

[PATCH] drm/amdgpu: Remove obsolete check from userptr creation
 2026-05-13 14:52 UTC 

[PATCH 00/28] DC Patches May 13, 2026
 2026-05-13 14:29 UTC  (29+ messages)
` [PATCH 01/28] drm/amd/display: Add some missing code for dcn42
` [PATCH 02/28] Revert "drm/amd/display: dmub_cmd.h: add missing kernel-doc for enums"
` [PATCH 03/28] drm/amd/display: Enable DCN42 PMO policy
` [PATCH 04/28] drm/amd/display: Fix eDP receiver ready status check in T7 sequence
` [PATCH 05/28] drm/amd/display: Add KUnit test for CRC function
` [PATCH 06/28] drm/amd/display: Add KUnit test for HDCP process_output
` [PATCH 07/28] drm/amd/display: Add KUnit test for colorop TF bitmasks
` [PATCH 08/28] drm/amd/display: Add KUnit test for color helpers
` [PATCH 09/28] drm/amd/display: Add KUnit test for PSR function
` [PATCH 10/28] drm/amd/display: Add KUnit test for replay
` [PATCH 11/28] drm/amd/display: Add KUnit test for ISM functions
` [PATCH 12/28] drm/amd/display: Enable dcn42 pstate pmo
` [PATCH 13/28] drm/amd/display: Refactor PSR functionality into dedicated power_psr module
` [PATCH 14/28] drm/amd/display: Fix assertion due to disable/enable CM blocks
` [PATCH 15/28] drm/amd/display: Enable additional wait for pipe pending checks
` [PATCH 16/28] drm/amd/display: Fix ISM dc_lock deadlock during suspend
` [PATCH 17/28] drm/amd/display: Use lockdep_assert_held() for dc_lock check
` [PATCH 18/28] drm/amd/display: Fix clear PSR config flow
` [PATCH 19/28] drm/amd/display: Exclude the MST overhead from BW deallocation
` [PATCH 20/28] drm/amd/display: Allow power up when PG disallowed in driver
` [PATCH 21/28] drm/amd/display: Refactor Replay functionality into dedicated power_replay module
` [PATCH 22/28] drm/amd/display: Fix integer overflow in bios_get_image()
` [PATCH 23/28] drm/amd/display: Validate GPIO pin LUT table size before iterating
` [PATCH 24/28] drm/amd/display: Add Auxless-ALPM support in VESA Panel Replay
` [PATCH 25/28] drm/amd/display: Add debug option for replay ESD recovery
` [PATCH 26/28] drm/amd/display: Validate payload length and link_index in dc_process_dmub_aux_transfer_async
` [PATCH 27/28] drm/amd/display: Add ADDR3 swizzle modes
` [PATCH 28/28] drm/amd/display: Promote DC to 3.2.383

[PATCH] drm/amdgpu: add ioctl to handle RAS poison error
 2026-05-13 14:31 UTC  (3+ messages)

[PATCH 1/2] drm/amdgpu/userq: Fix reading timeline points in wait ioctl
 2026-05-13 13:59 UTC  (4+ messages)
` [PATCH 2/2] drm/amdgpu/userq: Add syncobj_points to signal ioctl

[PATCH v4 0/6] drm/amdgpu: SVM VRAM migration via drm_pagemap (XNACK-on)
 2026-05-13 13:47 UTC  (8+ messages)
` [PATCH v4 1/6] drm/amdgpu: add VRAM migration infrastructure for drm_pagemap
` [PATCH v4 2/6] drm/amdgpu: implement drm_pagemap SDMA migration callbacks
` [PATCH v4 3/6] drm/amdgpu: implement synchronous TTM eviction for SVM BOs
` [PATCH v4 4/6] drm/amdgpu: add SVM range migration helpers for drm_pagemap
` [PATCH v4 5/6] drm/amdgpu: hook up ZONE_DEVICE registration in device init and reset
` [PATCH v4 6/6] drm/amdgpu: integrate VRAM migration into SVM range map and fault paths

[PATCH 1/2] drm/amdkfd: Check bounds on allocate_doorbell
 2026-05-13 13:18 UTC  (4+ messages)
` [PATCH 2/2] drm/amdkfd: Check bounds for allocate_sdma_queue restore_sdma_id

[PATCH 1/2] drm/amdgpu: Use asic specific pa mask
 2026-05-13  9:43 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu: drm/amdgpu: Set correct DMA mask for gfx12.1

[PATCH 1/4] drm/amdgpu: add userq create and destroy tracepoints
 2026-05-13  9:17 UTC  (10+ messages)
` [PATCH 2/4] drm/amdgpu: add userq queue state transition tracepoints
` [PATCH 3/4] drm/amdgpu: add userq fence emit and signal tracepoints
` [PATCH 4/4] drm/amdgpu: add eviction fence tracepoints for userq profiling

[PATCH v3] drm/amdgpu: userq_va_mapped should remain true once done
 2026-05-13  8:40 UTC 

[PATCH v2] drm/amdgpu: userq_va_mapped should remain true once done
 2026-05-13  8:14 UTC 

[PATCH] drm/amdgpu: userq_vq_mapped should remain set once done
 2026-05-13  8:08 UTC 

[PATCH i-g-t 0/8] dmem: add amdgpu support and one more test
 2026-05-13  8:06 UTC  (11+ messages)
` [PATCH i-g-t 1/8] Introduce dmem driver and implement Xe support
` [PATCH i-g-t 2/8] Adjust xe_cgroups test to use igt_dmem_driver
` [PATCH i-g-t 3/8] Make xe_cgroup test a generic test
` [PATCH i-g-t 4/8] amdgpu: add amdgpu_cgroup_region_name
` [PATCH i-g-t 5/8] igt_dmem_driver: add amdgpu support
` [PATCH i-g-t 6/8] dmem: add test for current/max
` [PATCH i-g-t 7/8] dmem: only check for dmem availability once
` [PATCH i-g-t 8/8] dmem: get region once per driver

[PATCH v6] drm/amd/pm: Use guard(mutex) instead of manual lock+unlock
 2026-05-13  5:38 UTC  (3+ messages)
` [PATCH v7] "
  ` [PATCH v8] "

[PATCH 0/9] drm/amd/display: convert GPIO translation logic to lookup tables
 2026-05-12 18:59 UTC  (10+ messages)
` [PATCH 1/9] drm/amd/display: add GPIO HW translation helpers
` [PATCH 2/9] drm/amd/display: convert dcn10 GPIO translation to lookup tables
` [PATCH 3/9] drm/amd/display: convert dcn20 "
` [PATCH 4/9] drm/amd/display: convert dcn21 "
` [PATCH 5/9] drm/amd/display: convert dcn30 "
` [PATCH 6/9] drm/amd/display: convert dcn315 "
` [PATCH 7/9] drm/amd/display: convert dcn32 "
` [PATCH 8/9] drm/amd/display: convert dcn401 "
` [PATCH 9/9] drm/amd/display: convert dcn42 "

[PATCH] drm/amdgpu: fix inconsistent indenting in amdgpu_gfx_ring_preempt_ib
 2026-05-12 16:26 UTC  (2+ messages)

[PATCH] drm/amdgpu: remove va cursors for all mappings
 2026-05-13  7:26 UTC  (3+ messages)

[PATCH v5] drm/amd/pm: Use guard(mutex) instead of manual lock+unlock
 2026-05-13  6:12 UTC  (3+ messages)

[PATCH v4] drm/amd/pm: Use guard(mutex) instead of manual lock+unlock
 2026-05-13  5:11 UTC  (2+ messages)

[PATCH] drm/amdgpu: Fix discovery offset check under VF
 2026-05-13  4:22 UTC  (3+ messages)

[PATCH 1/2] drm/amdgpu: Support MES suspend_all_sdma_gangs
 2026-05-13  2:59 UTC  (2+ messages)
` [PATCH 2/2] drm/amdkfd: Enable SDMA queue reset on gfx v12.1

[PATCH v5 00/13] HDMI FRL and DSC Support for amdgpu
 2026-05-13  0:11 UTC  (15+ messages)
` [PATCH v5 01/13] drm/amd/display: Add HDMI FRL definitions to includes
` [PATCH v5 02/13] drm/amd/display: Add DML changes to support HDMI FRL
` [PATCH v5 03/13] drm/amd/display: add HDMI 2.1 FRL base support to DML 2.0
` [PATCH v5 04/13] drm/amd/display: Add DCCG DIO, HPO, OPP, and OPTC support for FRL
` [PATCH v5 05/13] drm/amd/display: Add FRL support to clk_mgr, dsc, hdcp
` [PATCH v5 06/13] drm/amd/display: Tie FRL programming together in HWSS
` [PATCH v5 07/13] drm/amd/display: Add DC resource support for FRL
` [PATCH v5 08/13] drm/amd/display Add DC link "
` [PATCH v5 09/13] drm/amd/display: Add support for FRL to DC core
` [PATCH v5 10/13] drm/amd/display: Update HDCP and info_packet modules for FRL
` [PATCH v5 11/13] drm/amd/display: Tie FRL support into amdgpu_dm
  ` [PATCH] drm/amd/display: fix FRL link-status polling never running
` [PATCH v5 12/13] drm/amd/display: add HDMI 2.1 Compliance Support
` [PATCH v5 13/13] drm/amd/display: add HDMI 2.1 DSC over FRL support

[PATCH] drm/amdkfd: Check bounds on CRIU restore event id
 2026-05-12 19:06 UTC 

[PATCH 1/4] drm/amdgpu: fix amdgpu_hmm_range_get_pages
 2026-05-12 18:29 UTC  (6+ messages)
` [PATCH 2/4] drm/amdgpu: fix calling VM invalidation in amdgpu_hmm_invalidate_gfx
` [PATCH 3/4] drm/amdgpu: fix waiting for all submissions for userptrs
` [PATCH 4/4] drm/amdgpu: restart the CS if some parts of the VM are still invalidated

[PATCH] drm/amdkfd: fix signal page mmap PFN for GTT-backed event pages
 2026-05-12 17:49 UTC 

[PATCH] drm/amdkfd: fix NULL pointer bug in svm_range_set_attr
 2026-05-12 15:09 UTC  (2+ messages)

[PATCH] drm/amdkfd: fix a vulnerability of integer overflow in kfd debugger
 2026-05-12 15:05 UTC 

[PATCH v4 00/13] HDMI FRL and DSC Support for amdgpu
 2026-05-12 15:01 UTC  (15+ messages)
` [PATCH v4 01/13] drm/amd/display: Add HDMI FRL definitions to includes
` [PATCH v4 02/13] drm/amd/display: Add DML changes to support HDMI FRL
` [PATCH v4 03/13] drm/amd/display: add HDMI 2.1 FRL base support to DML 2.0
` [PATCH v4 04/13] drm/amd/display: Add DCCG DIO, HPO, OPP, and OPTC support for FRL
` [PATCH v4 05/13] drm/amd/display: Add FRL support to clk_mgr, dsc, hdcp
` [PATCH v4 06/13] drm/amd/display: Tie FRL programming together in HWSS
` [PATCH v4 07/13] drm/amd/display: Add DC resource support for FRL
` [PATCH v4 08/13] drm/amd/display Add DC link "
` [PATCH v4 09/13] drm/amd/display: Add support for FRL to DC core
` [PATCH v4 10/13] drm/amd/display: Update HDCP and info_packet modules for FRL
` [PATCH v4 11/13] drm/amd/display: Tie FRL support into amdgpu_dm
` [PATCH v4 12/13] drm/amd/display: add HDMI 2.1 Compliance Support
` [PATCH v4 13/13] drm/amd/display: add HDMI 2.1 DSC over FRL support

[PATCH 1/2] drm/amdgpu: Add enum for PCIe BAR regions
 2026-05-12 14:50 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu: amdgpu_device_is_peer_accessible to support all BARs

[PATCH v2] drm/amdgpu: grow SR-IOV RAS bad-page tables dynamically The VF RAS error handler stored bad pages in fixed-size arrays. If the PF2VF block described more entries than fit, amdgpu_virt_ras_add_bps() could memcpy past the end of those arrays
 2026-05-12 14:44 UTC  (2+ messages)
` [PATCH v3] drm/amdgpu: change VF RAS bad bage space to dynamic allocation

[PATCH v2 1/5] drm/amdgpu: add pre/post helpers for MEC pipe reset
 2026-05-12 13:29 UTC  (6+ messages)
` [PATCH v2 2/5] drm/amdgpu/gfx_v11_0: fix GFX11 MEC pipe reset ordering
` [PATCH v2 3/5] drm/amdgpu/gfx11: Fall back to pipe reset if per-queue reset ring test fails
` [PATCH v2 4/5] drm/amdgpu/gfx_v12_0: fix MEC pipe reset ordering
` [PATCH v2 5/5] drm/amdgpu/gfx12: Fall back to pipe reset if per-queue reset ring test fails

[PATCH v4 0/5] Add reclaim to the dmem cgroup controller
 2026-05-12  8:24 UTC  (6+ messages)
` [PATCH v4 1/5] drm/amdgpu: Fix init ordering in amdgpu_vram_mgr_init()
` [PATCH v4 2/5] cgroup/dmem: Add reclaim callback for lowering max below current usage
` [PATCH v4 3/5] drm/ttm: Hook up a cgroup-aware reclaim callback for the dmem controller
` [PATCH v4 4/5] drm/xe: Wire up dmem cgroup reclaim for VRAM manager
` [PATCH v4 5/5] drm/amdgpu: "

[PATCH v3 0/5] Add reclaim to the dmem cgroup controller
 2026-05-11 17:30 UTC  (6+ messages)
` [PATCH v3 1/5] drm/amdgpu: Fix init ordering in amdgpu_vram_mgr_init()
` [PATCH v3 2/5] cgroup/dmem: Add reclaim callback for lowering max below current usage
` [PATCH v3 3/5] drm/ttm: Hook up a cgroup-aware reclaim callback for the dmem controller
` [PATCH v3 4/5] drm/xe: Wire up dmem cgroup reclaim for VRAM manager
` [PATCH v3 5/5] drm/amdgpu: "

[PATCH v2] drm/amdgpu/userq: update the vm task info during signal ioctl
 2026-05-12 10:54 UTC  (2+ messages)

[PATCH] drm/amdgpu/userq: update the vm task info during signal ioctl
 2026-05-12 10:49 UTC  (3+ messages)

[PATCH] drm/amdgpu/userq: cancel reset work while tear down in progress
 2026-05-12 10:15 UTC  (2+ messages)

[PATCH] drm/amdgpu/userq: make sure only one reset work thread runs at a time
 2026-05-12  9:31 UTC  (3+ messages)


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