AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-06 09:42:17 to 2025-11-10 18:34:46 UTC [more...]

dpm broken on Radeon HD 8570D
 2025-11-10 16:35 UTC  (2+ messages)

[PATCH] drm/amdgpu: Use DC by default on SI dGPUs
 2025-11-10 18:34 UTC  (2+ messages)

[PATCH] drm/amdkfd: relax checks for over allocation of save area
 2025-11-10 16:49 UTC  (3+ messages)

[PATCH] drm/amdkfd: Trap handler support for expert scheduling mode
 2025-11-10 16:48 UTC 

[PATCH v4] drm/amdkfd: Fix GPU mappings for APU after prefetch
 2025-11-10 16:37 UTC  (3+ messages)

[PATCH] drm/amd/amdgpu: Ensure isp_kernel_buffer_alloc() creates a new BO
 2025-11-10 16:26 UTC  (9+ messages)

[PATCH 00/12] drm/amdgpu: Support VCE1 IP block (v4)
 2025-11-10 14:16 UTC  (14+ messages)
` [PATCH 01/12] drm/amdgpu/gmc6: Place gart at low address range
` [PATCH 02/12] drm/amdgpu/gart: Add helper to bind VRAM pages (v2)
` [PATCH 03/12] drm/amdgpu/ttm: Use GART helper to map "
` [PATCH 04/12] drm/amdgpu/vce: Move firmware load to amdgpu_vce_early_init
` [PATCH 05/12] drm/amdgpu/vce: Clear VCPU BO, don't unmap/unreserve (v4)
` [PATCH 06/12] drm/amdgpu/vce1: Clean up register definitions
` [PATCH 07/12] drm/amdgpu/vce1: Load VCE1 firmware
` [PATCH 08/12] drm/amdgpu/vce1: Implement VCE1 IP block (v2)
` [PATCH 09/12] drm/amdgpu/vce1: Ensure VCPU BO is in lower 32-bit address space (v3)
` [PATCH 10/12] drm/amd/pm/si: Hook up VCE1 to SI DPM
` [PATCH 11/12] drm/amdgpu/vce1: Enable VCE1 on Tahiti, Pitcairn, Cape Verde GPUs
` [PATCH 12/12] drm/amdgpu/vce1: Workaround PLL timeout on FirePro W9000

[PATCH 00/13] DC Patches November 03, 2025
 2025-11-10 14:10 UTC  (2+ messages)

linux-next-20251029 - build error in amdgpu
 2025-11-08 15:10 UTC  (14+ messages)

[PATCH] drm/amdgpu: use static ids for ACP platform devs
 2025-11-10  7:28 UTC  (2+ messages)

[PATCH] drm: amd: display: shrink struct members
 2025-11-08 17:40 UTC 

[PATCH v2] drm/amdgpu: do not use amdgpu_bo_gpu_offset_no_check individually
 2025-11-10  9:15 UTC  (2+ messages)

[PATCH] drm/amdgpu: resume MES scheduling after user queue hang detection and recovery
 2025-11-10  7:58 UTC  (5+ messages)

[PATCH 0/3] Use amdgpu by default on CIK dGPUs
 2025-11-09 15:41 UTC  (4+ messages)
` [PATCH 1/3] drm/radeon: Refactor how SI and CIK support is determined
` [PATCH 2/3] drm/amdgpu: "
` [PATCH 3/3] drm/amdgpu: Use amdgpu by default on CIK dedicated GPUs

[PATCH] drm/amd/display: dc_hw_sequencer.c: remove kernel-doc comments
 2025-11-08  1:35 UTC 

[PATCH v2] fix AMDGPU failure with periodic signal
 2025-11-07 17:48 UTC 

[PATCH] drm/amd/display:: fix designated initializer error
 2025-11-08  2:24 UTC 

[PATCH] drm/amd/display: Add kdoc params/returns in dc/link detection helpers
 2025-11-07 16:40 UTC  (2+ messages)

[PATCH] drm/amd/display: Fix annotations for connector poll/detect parameters
 2025-11-07 16:38 UTC  (2+ messages)

[PATCH] drm/amdkfd: relax checks for over allocation of save area
 2025-11-07 15:36 UTC  (4+ messages)

[pull] amdgpu, amdkfd drm-next-6.19
 2025-11-07 14:59 UTC 

Independence for dma_fences! v2
 2025-11-07 12:04 UTC  (27+ messages)
` [PATCH 02/20] dma-buf: rework stub fence initialisation v2
` [PATCH 03/20] dma-buf: protected fence ops by RCU v2
` [PATCH 04/20] dma-buf: detach fence ops on signal
` [PATCH 05/20] dma-buf: inline spinlock for fence protection
` [PATCH 07/20] dma-buf: use inline lock for the dma-fence-array
` [PATCH 09/20] drm/sched: use inline locks for the drm-sched-fence
` [PATCH 11/20] drm/amdgpu: fix KFD eviction fence enable_signaling path

[PATCH 00/13] drm/amdgpu: Support VCE1 IP block (v3)
 2025-11-07 13:45 UTC  (27+ messages)
` [PATCH 01/13] drm/amdgpu/gmc6: Place gart at low address range
` [PATCH 02/13] drm/amdgpu/gart: Add helper to bind VRAM pages (v2)
` [PATCH 03/13] drm/amdgpu/ttm: Use GART helper to map "
` [PATCH 04/13] drm/amdgpu/vce: Clear VCPU BO before copying firmware to it (v2)
` [PATCH 05/13] drm/amdgpu/vce: Move firmware load to amdgpu_vce_early_init
` [PATCH 06/13] drm/amdgpu/vce: Save/restore and pin VCPU BO for all VCE (v2)
` [PATCH 07/13] drm/amdgpu/vce1: Clean up register definitions
` [PATCH 08/13] drm/amdgpu/vce1: Load VCE1 firmware
` [PATCH 09/13] drm/amdgpu/vce1: Implement VCE1 IP block (v2)
` [PATCH 10/13] drm/amdgpu/vce1: Ensure VCPU BO is in lower 32-bit address space (v3)
` [PATCH 11/13] drm/amd/pm/si: Hook up VCE1 to SI DPM
` [PATCH 12/13] drm/amdgpu/vce1: Enable VCE1 on Tahiti, Pitcairn, Cape Verde GPUs
` [PATCH 13/13] drm/amdgpu/vce1: Workaround PLL timeout on FirePro W9000

[PATCH 1/2] drm/amdgpu: avoid memory allocation in the critical code path
 2025-11-07 13:19 UTC  (5+ messages)
` [PATCH 2/2] drm/amdgpu: use GFP_ATOMIC instead of NOWAIT in the critical path

[PATCH v4 1/3] drm/amdgpu: add engine_retains_context to amdgpu_ring_funcs
 2025-11-07 10:39 UTC  (6+ messages)
` [PATCH v4 2/3] drm/amdgpu: increment sched score on entity selection

[PATCH] drm/amdgpu: Check if AID is active before access
 2025-11-07 10:35 UTC  (2+ messages)

[PATCH] drm/amdgpu: fix lock warning in amdgpu_userq_fence_driver_process
 2025-11-07 10:35 UTC  (2+ messages)

[PATCH] drm/amdgpu: reduce the full gpu access time in amdgpu_device_init
 2025-11-07  9:06 UTC 

[PATCH v3 1/4] drm/amdgpu: add engine_retains_context to amdgpu_ring_funcs
 2025-11-07  9:05 UTC  (9+ messages)
` [PATCH v3 2/4] drm/amdgpu: jump to the correct label on failure
` [PATCH v3 3/4] drm/amdgpu: increment sched score on entity selection

[PATCH] drm/amdgpu: reduce the full gpu access time in amdgpu_device_init
 2025-11-07  7:12 UTC  (2+ messages)

[PATCH] [PATCH] drm/amdgpu: reduce the full gpu access time in amdgpu_device_init
 2025-11-07  6:57 UTC 

[PATCH] amdkfd: Fixing the clang format
 2025-11-07  5:43 UTC  (2+ messages)

[PATCH] drm/amd/pm: Remove power2_average node
 2025-11-07  4:55 UTC  (2+ messages)

[PATCH v4 1/4] drm/amd/pm: Update pmfw headers for smuv_13_0_12
 2025-11-07  4:50 UTC  (5+ messages)
` [PATCH v4 2/4] drm/amd/pm: Add ppt1 support for smu_v13_0_12
` [PATCH v4 3/4] drm/amd/pm: Expose ppt1 limit for gc_v9_5_0
` [PATCH v4 4/4] drm/amd/pm: Enable ppt1 caps for smu_v13_0_12

[PATCH v3] drm/amdgpu: Fix GFX hang on SteamDeck when amdgpu is reloaded
 2025-11-06 22:15 UTC  (6+ messages)

[PATCH -next] drm/amdgpu/userqueue: Remove duplicate amdgpu_reset.h header
 2025-11-06 21:46 UTC  (2+ messages)

[PATCH] drm/amd: Clarify that amdgpu.audio only works for non-DC
 2025-11-06 21:22 UTC  (2+ messages)

[pull] amdgpu, amdkfd drm-fixes-6.18
 2025-11-06 20:13 UTC 

[PATCH] drm/amdgpu: disable peer-to-peer access for DCC-enabled GC12 VRAM surfaces
 2025-11-06 17:25 UTC  (3+ messages)

[PATCH v2 0/3] drm/amdgpu: Handle MMIO_REMAP as fixed I/O via dma-buf
 2025-11-06 17:10 UTC  (4+ messages)
` [PATCH v3 0/2] drm/amdgpu: Handle MMIO_REMAP as fixed I/O via dma-buf v3
  ` [PATCH v3 2/2] drm/amdgpu: Map/Unmap MMIO_REMAP as BAR register window; add TTM sg helpers; wire dma-buf

[PATCH v7 00/15] drm/amd/display: more drm_edid to AMD display driver
 2025-11-06 16:49 UTC  (16+ messages)
` [PATCH v7 01/15] drm/amd/display: make sure drm_edid stored in aconnector doesn't leak
` [PATCH v7 02/15] drm/amd/display: start using drm_edid helpers to parse EDID caps
` [PATCH v7 03/15] drm/amd/display: use drm_edid_product_id for parsing EDID product info
` [PATCH v7 04/15] drm/amd/display: use drm_edid helper to set analog EDID caps
` [PATCH v7 05/15] drm/edid: introduce a helper that gets monitor name from drm_edid
` [PATCH v7 06/15] drm/amd/display: get panel id with drm_edid helper
` [PATCH v7 07/15] drm/amd/display: get SAD from drm_eld when parsing EDID caps
` [PATCH v7 08/15] drm/amd/display: get SADB "
` [PATCH v7 09/15] drm/amd/display: simplify dm_helpers_parse_edid_caps signature
` [PATCH v7 10/15] drm/amd/display: change DC functions to accept private types for edid
` [PATCH v7 11/15] drm/amd/display: add DM helpers to handle EDID in DC via drm_edid helpers
` [PATCH v7 12/15] drm/amd/display: create a function to fill dc_sink with edid data
` [PATCH v7 13/15] drm/edid: introduce a helper that compares edid data from two drm_edid
` [PATCH v7 14/15] drm/amd/display: add drm_edid to dc_sink
` [PATCH v7 15/15] drm/amd/display: move dc_sink from dc_edid to drm_edid

[PATCH 1/3] drm/amdgpu: Refactor sriov xgmi topology filling to common code
 2025-11-06 16:27 UTC  (4+ messages)

[PATCH v3 1/4] drm/amd/pm: Update pmfw headers for smuv_13_0_12
 2025-11-06 16:13 UTC  (6+ messages)
` [PATCH v3 2/4] drm/amd/pm: Add ppt1 support for smu_v13_0_12
` [PATCH v3 3/4] drm/amd/pm: Expose ppt1 limit for gc_v9_5_0
` [PATCH v3 4/4] drm/amd/pm: Enable ppt1 caps for smu_v13_0_12

[PATCH v2] drm/amd/pm: Add NULL check for power limit
 2025-11-06 16:09 UTC  (2+ messages)

[PATCH] drm/amd/pm: Add NULL check for power limit
 2025-11-06 15:49 UTC 

[PATCH] drm/amd/pm: Remove unneeded semicolon
 2025-11-07 16:57 UTC  (2+ messages)

[PATCH v1 0/3] platform/x86/amd: Add S0ix support to the Xbox Ally
 2025-11-05 12:24 UTC  (12+ messages)
` [PATCH v1 1/3] platform/x86/amd/pmc: Add support for Van Gogh SoC

[PATCH v2 1/4] drm/amd/pm: Update pmfw headers for smuv_13_0_12
 2025-11-06 13:28 UTC  (6+ messages)
` [PATCH v2 2/4] drm/amd/pm: Add ppt1 support for smu_v13_0_12
` [PATCH v2 3/4] drm/amd/pm: Expose ppt1 limit for gc_v9_5_0
` [PATCH v2 4/4] drm/amd/pm: Enable ppt1 caps for smu_v13_0_12

[PATCH v2 0/7] Refactor drm_writeback_connector structure
 2025-11-06 12:17 UTC  (8+ messages)
` [PATCH v2 1/7] drm: writeback: "

[PATCH] drm/amdgpu: optimize timeout implemention in ras_eeprom_update_record_num
 2025-11-06 10:46 UTC  (2+ messages)

[PATCH] drm/amdgpu: optimize timeout implemention in ras_eeprom_update_record_num
 2025-11-06 10:07 UTC  (2+ messages)

[PATCH] drm/amdgpu: Avoid xgmi register access
 2025-11-06 10:04 UTC  (2+ messages)

[PATCH] drm/amd/pm: remove unnecessary prints for smu busy
 2025-11-06 10:03 UTC  (2+ messages)

[PATCH v2] drm/amd/display: Enable mst when it's detected but yet to be initialized
 2025-11-06  9:56 UTC  (2+ messages)

[PATCH] drm/amd/pm: Update default power1_cap
 2025-11-06  9:42 UTC  (2+ messages)


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