AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-03 16:43:56 to 2025-11-05 09:31:08 UTC [more...]

[PATCH v1 00/20] drm/amdgpu: use all SDMA instances for TTM clears and moves
 2025-11-05  9:30 UTC  (33+ messages)
` [PATCH v1 01/20] drm/amdgpu: give each kernel job a unique id
` [PATCH v1 02/20] drm/ttm: rework pipelined eviction fence handling
` [PATCH v1 03/20] drm/amdgpu: remove direct_submit arg from amdgpu_copy_buffer
` [PATCH v1 04/20] drm/amdgpu: introduce amdgpu_ttm_entity
` [PATCH v1 05/20] drm/amdgpu: pass the entity to use to ttm functions
` [PATCH v1 06/20] drm/amdgpu: statically assign gart windows to ttm entities
` [PATCH v1 07/20] drm/amdgpu: allocate multiple clear entities
` [PATCH v1 08/20] drm/amdgpu: allocate multiple move entities
` [PATCH v1 09/20] drm/amdgpu: pass optional dependency to amdgpu_fill_buffer
` [PATCH v1 10/20] drm/amdgpu: prepare amdgpu_fill_buffer to use N entities
` [PATCH v1 11/20] drm/amdgpu: use multiple entities in amdgpu_fill_buffer
` [PATCH v1 12/20] drm/amdgpu: use TTM_FENCES_MAX_SLOT_COUNT
` [PATCH v1 13/20] drm/amdgpu: use multiple entities in amdgpu_move_blit
` [PATCH v1 14/20] drm/amdgpu: pass all the sdma rings to amdgpu_mman
` [PATCH v1 15/20] drm/amdgpu: introduce amdgpu_sdma_set_vm_pte_scheds
` [PATCH v1 16/20] drm/amdgpu: give ttm entities access to all the sdma scheds
` [PATCH v1 17/20] drm/amdgpu: get rid of amdgpu_ttm_clear_buffer
` [PATCH v1 18/20] drm/amdgpu: rename amdgpu_fill_buffer as amdgpu_clear_buffer
` [PATCH v1 19/20] drm/amdgpu: use larger gart window when possible
` [PATCH v1 20/20] drm/amdgpu: double AMDGPU_GTT_MAX_TRANSFER_SIZE

[PATCH 1/2] drm/amd/ras: Increase ras switch control range
 2025-11-05  8:51 UTC  (2+ messages)

Independence for dma_fences! v2
 2025-11-05  8:50 UTC  (21+ messages)
` [PATCH 02/20] dma-buf: rework stub fence initialisation v2
` [PATCH 06/20] dma-buf: use inline lock for the stub fence
` [PATCH 07/20] dma-buf: use inline lock for the dma-fence-array
` [PATCH 08/20] dma-buf: use inline lock for the dma-fence-chain
` [PATCH 09/20] drm/sched: use inline locks for the drm-sched-fence
` [PATCH 10/20] drm/amdgpu: clean up and unify hw fence handling
` [PATCH 11/20] drm/amdgpu: fix KFD eviction fence enable_signaling path
` [PATCH 13/20] drm/amdgpu: independence for the amdgpu_eviction_fence!
` [PATCH 14/20] drm/amdgpu: independence for the amdgpu_vm_tlb_fence!
` [PATCH 16/20] drm/amdgpu: independence for the amdgpu_userq__fence!

[PATCH 1/3] drm/amdgpu: add user queue vm identifier
 2025-11-05  8:32 UTC  (6+ messages)
` [PATCH 2/3] drm/amdgpu: rework the userq tlb flush
` [PATCH 3/3] drm/amdgpu: fix the vm update tlb sequence

[PATCH 1/8] drm/amdgpu: make MCA IPID parse global
 2025-11-05  7:06 UTC  (11+ messages)
` [PATCH 2/8] drm/amdgpu: add ras_eeprom_read_idx interface
` [PATCH 3/8] drm/amdgpu: support to load RAS bad pages from PMFW
` [PATCH 4/8] drm/amdgpu: skip writing eeprom when PMFW manages RAS data
` [PATCH 5/8] drm/amdgpu: load RAS bad page from PMFW in page retirement
` [PATCH 6/8] drm/amdgpu: get RAS bad page address from MCA address
` [PATCH 7/8] drm/amdgpu: try for more times if RAS bad page number is not updated
` [PATCH 8/8] drm/amdgpu: add RAS bad page threshold handling for PMFW manages eeprom

[PATCH v4] drm/amdgpu: fix gpu page fault after hibernation on PF passthrough
 2025-11-05  6:47 UTC  (2+ messages)

[PATCH] drm/amd/include : Update MES v12 comments on RESET API
 2025-11-05  2:45 UTC  (2+ messages)

[PATCH] drm/amd/ras: ras supports i2c eeprom for mp1 v13_0_12
 2025-11-05  2:36 UTC  (3+ messages)

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

[PATCH v3] drm/amdgpu: Fix GFX hang on SteamDeck when amdgpu is reloaded
 2025-11-05  0:32 UTC  (2+ messages)

[PATCH] drm/amdgpu/userq: check NULL pointer
 2025-11-04 20:54 UTC  (7+ messages)
` [PATCH] drm/amdgpu/userq: need to unref bo

[PATCH] amdkfd: Do nto wait for queue op response during reset
 2025-11-04 18:06 UTC  (2+ messages)

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

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

[RFC 00/25] Grab bag of size savings, or amdgpu goes on the pen
 2025-11-04 14:04 UTC  (26+ messages)
` [RFC 01/25] drm/amdgpu/vcn4.0.3: Use an existing local variable
` [RFC 02/25] drm/amdgpu/jpeg3.0 Simplify idle check
` [RFC 03/25] drm/amdgpu: Choose SOC15 RLC register read write functions at init time
` [RFC 04/25] drm/amdgpu: Only calculate register offset once in SOC15 RLC
` [RFC 05/25] drm/amdgpu: Extend logical to device instance lookup to all devices
` [RFC 06/25] drm/amdgpu/gfx10.0: More compact reading of wave data
` [RFC 07/25] drm/amdgpu/sdma5.2: Use local variables more
` [RFC 08/25] drm/amdgpu/vcn2.0: "
` [RFC 09/25] drm/amdgpu/vcn3.0.0: "
` [RFC 10/25] drm/amdgpu/jpeg: Use more local variables
` [RFC 11/25] drm/amdgpu: More compact VCE IB emission
` [RFC 12/25] drm/amdgpu: More compact VCN "
` [RFC 13/25] drm/amdgpu: More compact UVD 6 "
` [RFC 14/25] drm/amdgpu: More compact UVD 7 "
` [RFC 15/25] drm/amdgpu: More compact SI SDMA emission
` [RFC 16/25] drm/amdgpu: More compact CIK SDMA IB emission
` [RFC 17/25] drm/amdgpu: More compact GFX 9.4.2 "
` [RFC 18/25] drm/amdgpu: More compact SDMA 2.4 "
` [RFC 19/25] drm/amdgpu: More compact SDMA 3.0 "
` [RFC 20/25] drm/amdgpu: More compact SDMA 4.0 "
` [RFC 21/25] drm/amdgpu: More compact SDMA 4.4.2 "
` [RFC 22/25] drm/amdgpu: More compact SDMA 5.0 "
` [RFC 23/25] drm/amdgpu: More compact SDMA 5.2 "
` [RFC 24/25] drm/amdgpu: More compact SDMA 6.0 "
` [RFC 25/25] drm/amdgpu: More compact SDMA 7.0 "

[PATCH] drm/amdgpu: fix possible fence leaks from job structure
 2025-11-04 13:50 UTC  (3+ messages)

[PATCH v2 0/2] Fixups for cancelled hibernate
 2025-11-04 12:14 UTC  (4+ messages)
` [PATCH v2 1/2] PM: Allow device drivers to manage the frozen state of a device

[PATCH 01/10] drm/amd/ras: Add amdgpu ras manager folder
 2025-11-04 10:50 UTC  (7+ messages)
` [PATCH 06/10] drm/amd/ras: Add amdgpu ras system functions

[PATCH 0/5] drm/amdgpu: add UMA carveout tuning interfaces
 2025-11-04 10:21 UTC  (12+ messages)
` [PATCH 1/5] drm/amdgpu: parse UMA size-getting/setting bits in ATCS mask
` [PATCH 2/5] drm/amdgpu: add helper to read UMA carveout info
` [PATCH 3/5] drm/amdgpu: add UMA allocation setting helpers
` [PATCH 5/5] Documentation/amdgpu: Add UMA carveout details

[PATCH 01/10] drm/amd/pm: add new message definitions for pmfw eeprom interface
 2025-11-04  8:51 UTC  (11+ messages)
` [PATCH 02/10] drm/amd/pm: implement ras_smu_drv interface for smu v13.0.12
` [PATCH 03/10] drm/amd/pm: add smu ras driver framework
` [PATCH 04/10] drm/amdgpu: add function to check if pmfw eeprom is supported
` [PATCH 05/10] drm/amdgpu: add wrapper functions for pmfw eeprom interface
` [PATCH 06/10] drm/amdgpu: adapt reset function for pmfw eeprom
` [PATCH 07/10] drm/amdgpu: add initialization "
` [PATCH 08/10] drm/amdgpu: add check "
` [PATCH 09/10] drm/amd/pm: check pmfw eeprom feature bit
` [PATCH 10/10] drm/amdgpu: initialize max record count after table reset

[PATCH 1/8] drm/amdgpu: make MCA IPID parse global
 2025-11-04  8:46 UTC  (8+ messages)
` [PATCH 2/8] drm/amdgpu: add ras_eeprom_read_idx interface
` [PATCH 3/8] drm/amdgpu: support to load RAS bad pages from PMFW
` [PATCH 4/8] drm/amdgpu: skip writing eeprom when PMFW manages RAS data
` [PATCH 5/8] drm/amdgpu: load RAS bad page from PMFW in page retirement
` [PATCH 6/8] drm/amdgpu: get RAS bad page address from MCA address
` [PATCH 7/8] drm/amdgpu: try for more times if RAS bad page number is not updated
` [PATCH 8/8] drm/amdgpu: add RAS bad page threshold handling for PMFW manages eeprom

[PATCH V5] drm/amdgpu: suspend ras module before gpu reset
 2025-11-04  8:30 UTC  (2+ messages)

[PATCH v2 0/4] replace old wq(s), add WQ_PERCPU to alloc_workqueue
 2025-11-03 15:57 UTC  (5+ messages)
` [PATCH v2 1/4] drm/amdgpu: replace use of system_unbound_wq with system_dfl_wq
` [PATCH v2 2/4] drm/amdgpu: replace use of system_wq "
` [PATCH v2 3/4] amd/amdkfd: add WQ_UNBOUND to alloc_workqueue users
` [PATCH v2 4/4] drm/radeon: add WQ_PERCPU "

linux-6.18-rc4/drivers/gpu/drm/amd/display/dc/dpp/dcn30/dcn30_dpp.c:96:45: style: Same expression on both sides of '/'
 2025-11-03 19:43 UTC 

[PATCH] drm/amd/display: Fix NULL deref in debugfs odm_combine_segments
 2025-11-03 21:09 UTC  (3+ messages)

[PATCH 0/4] replace old wq(s), added WQ_PERCPU to alloc_workqueue
 2025-11-03 15:01 UTC  (6+ messages)
` [PATCH 3/4] amd/amdkfd: WQ_PERCPU added to alloc_workqueue users

[PATCH] drm/amdgpu/vcn: Fix sysfs cleanup in vcn_v4_0_5_sw_fini
 2025-11-03 18:07 UTC 

[PATCH v5 00/16] drm/panfrost, panthor: Cached maps and explicit flushing
 2025-11-04  8:08 UTC  (12+ messages)
` [PATCH v5 02/16] drm/shmem: Provide a generic {begin, end}_cpu_access() implementation
  ` [PATCH v5 02/16] drm/shmem: Provide a generic {begin,end}_cpu_access() implementation
` [PATCH v5 07/16] drm/panthor: Add a PANTHOR_BO_SYNC ioctl
` [PATCH v5 09/16] drm/panthor: Add flag to map GEM object Write-Back Cacheable

[PATCH] drm/amdgpu: suspend ras module before gpu reset
 2025-11-04  7:38 UTC  (4+ messages)

[PATCH] drm/amdgpu: do not use amdgpu_bo_gpu_offset_no_check individually
 2025-11-03 21:00 UTC  (3+ messages)

[PATCH 1/3] drm/amdgpu: Refactor sriov xgmi topology filling to common code
 2025-11-03 20:24 UTC  (3+ messages)

Independence for dma_fences!
 2025-11-03 19:32 UTC  (10+ messages)


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