aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-30drm/amdgpu: Disallow partition query during resetLijo Lazar1-0/+4
2025-04-07drm/amdgpu: Increase KIQ invalidate_tlbs timeoutJay Cornwall1-5/+14
2025-03-21drm/amdgpu: Optimize VM invalidation engine allocation and synchronize GPU TLB flushJesse.zhang@amd.com1-0/+20
2025-03-05drm/amdgpu: fix spelling typosAlexandre Demers1-1/+1
2025-02-17drm/amdgpu: add RAS CPER ring bufferTao Zhou1-1/+2
2025-02-12drm/amdgpu: Set noretry default for GC 9.5.0Amber Lin1-0/+1
2025-02-12drm/amdgpu: add support for GC IP version 11.5.3Tim Huang1-0/+1
2024-10-15drm/amdgpu: Fix off by one in current_memory_partition_show()Dan Carpenter1-1/+1
2024-10-15drm/amdgpu: Fetch NPS mode for GCv9.4.3 VFsLijo Lazar1-5/+7
2024-10-15drm/amdgpu: Check gmc requirement for reset on initLijo Lazar1-1/+12
2024-10-15drm/amdgpu: Place NPS mode request on unloadLijo Lazar1-0/+47
2024-10-07drm/amdgpu: Add sysfs interfaces for NPS modeLijo Lazar1-16/+98
2024-10-07drm/amdgpu: Add gmc interface to request NPS modeLijo Lazar1-0/+16
2024-10-01drm/amdgpu: Add option to refresh NPS dataLijo Lazar1-1/+1
2024-09-26drm/amdgpu: Remove unused amdgpu_gmc_vram_cpu_paDr. David Alan Gilbert1-12/+0
2024-08-16drm/amdgpu: abort KIQ waits when there is a pending resetVictor Skvortsov1-1/+2
2024-08-13drm/amdgpu/mes: add multiple mes ring instances supportJack Xiao1-2/+3
2024-07-02drm/amdgpu: add tmz support for GC IP v11.5.2Tim Huang1-0/+1
2024-06-27drm/amdgpu: add missing error handling in function amdgpu_gmc_flush_gpu_tlb_pasidBob Zhou1-1/+5
2024-06-14drm/amdgpu: fix locking scope when flushing tlbYunxiang Li1-32/+34
2024-06-14drm/amdgpu: call flush_gpu_tlb directly in gfxhub enableYunxiang Li1-3/+1
2024-05-17drm/amdgpu: Remove GC HW IP 9.3.0 from noretry=1Tim Van Patten1-1/+0
2024-05-17drm/amdgpu: Use NPS ranges from discovery tableLijo Lazar1-0/+76
2024-05-13drm/amdgpu: remove structurally dead code for amd_gmcJesse Zhang1-2/+0
2024-05-02drm/amdgpu: Add gfx v9_4_4 ip blockHawking Zhang1-0/+1
2024-04-30drm/amdgpu: support gfx v12 specific pte/pde fieldsHawking Zhang1-2/+2
2024-02-22drm/amdgpu: add tmz support for GC IP v11.5.1Yifan Zhang1-0/+1
2024-01-15drm/amdgpu: Clean up errors in amdgpu_gmc.cchenxuebing1-1/+1
2024-01-15drm/amdgpu: move kiq_reg_write_reg_wait() out of amdgpu_virt.cAlex Deucher1-0/+53
2024-01-15drm/amdgpu: Fix with right return code '-EIO' in 'amdgpu_gmc_vram_checking()'Srinivasan Shanmugam1-7/+14
2023-11-29drm/amdgpu: fix AGP addressing when GART is not at 0Alex Deucher1-0/+3
2023-11-07drm/amd: Disable XNACK on SRIOV environmentSurbhi Kakarya1-1/+4
2023-10-26drm/amdgpu: add tmz support for GC IP v11.5.0Jiadong Zhu1-0/+1
2023-10-13drm/amdgpu: Address member 'gart_placement' not described in 'amdgpu_gmc_gart_location'Srinivasan Shanmugam1-0/+1
2023-10-04drm/amdgpu/gmc: add a way to force a particular placement for GARTAlex Deucher1-5/+17
2023-09-26drm/amdgpu/gmc: set a default disable value for AGPAlex Deucher1-8/+19
2023-09-26drm/amdgpu: further move TLB hw workarounds a layer upChristian König1-0/+19
2023-09-26drm/amdgpu: rework lock handling for flush_tlb v2Christian König1-0/+9
2023-09-26drm/amdgpu: drop error return from flush_gpu_tlb_pasidChristian König1-3/+4
2023-09-26drm/amdgpu: fix and cleanup gmc_v9_0_flush_gpu_tlb_pasidChristian König1-0/+60
2023-09-26drm/amdgpu: rework gmc_v10_0_flush_gpu_tlb v2Christian König1-0/+48
2023-09-26drm/amdkfd: Don't use sw fault filter if retry cam enabledPhilip Yang1-1/+4
2023-09-20drm/amd: Drop special case for yellow carp without discoveryMario Limonciello1-6/+0
2023-09-20drm/amdgpu: Use function for IP version checkLijo Lazar1-2/+2
2023-08-31drm/amdgpu: reserve mmhub engine 3 for UMSCH FWLang Yu1-1/+5
2023-06-09drm/amdgpu: enable tmz by default for GC 11.0.1Ikshwaku Chauhan1-1/+2
2023-06-09drm/amdgpu: Move memory partition query to gmcLijo Lazar1-0/+44
2023-06-09drm/amdgpu: alloc vm inv engines for every vmhubShiwu Zhang1-8/+7
2023-06-09drm/amdgpu: introduce vmhub definition for multi-partition cases (v3)Hawking Zhang1-2/+2
2023-04-14drm/amdgpu: move vmhub out of amdgpu_ring_funcs (v4)Le Ma1-2/+2