summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-04drm/amdgpu: change vm->task_info handlingShashank Sharma1-9/+14
2024-02-22drm/amdgpu: add GFXHUB 11.5.1 supportYifan Zhang1-0/+2
2024-02-19drm/amdgpu: add MMHUB 3.3.1 supportYifan Zhang1-0/+1
2024-01-16drm/amdgpu: move kiq_reg_write_reg_wait() out of amdgpu_virt.cAlex Deucher1-4/+5
2024-01-03drm/amdgpu: Fix ecc irq enable/disable unpairedStanley.Yang1-0/+5
2023-11-17drm/amdgpu/gmc11: disable AGP apertureAlex Deucher1-1/+1
2023-11-17drm/amdgpu: add a module parameter to control the AGP apertureAlex Deucher1-1/+2
2023-11-17drm/amdgpu/gmc11: fix logic typo in AGP checkAlex Deucher1-1/+1
2023-11-10drm/amdgpu: Add xcc param to SRIOV kiq write and WREG32_SOC15_IP_NO_KIQ (v4)Victor Lu1-1/+1
2023-11-10drm/amdgpu: fix AGP init orderAlex Deucher1-0/+1
2023-10-27drm/amd/amdgpu: avoid to disable gfxhub interrupt when driver is unloadedKenneth Feng1-1/+2
2023-10-13drm/amdgpu: flush the correct vmid tlb for specific pasidYifan Zhang1-1/+1
2023-10-05drm/amdgpu: cache gpuvm fault information for gmc7+Alex Deucher1-0/+3
2023-10-05drm/amdgpu/gmc11: set gart placement GC11Alex Deucher1-1/+1
2023-10-05drm/amdgpu/gmc: add a way to force a particular placement for GARTAlex Deucher1-1/+1
2023-09-27drm/amdgpu/gmc11: disable AGP on GC 11.5Alex Deucher1-1/+2
2023-09-27drm/amdgpu/gmc: set a default disable value for AGPAlex Deucher1-1/+2
2023-09-26drm/amdgpu: drop error return from flush_gpu_tlb_pasidChristian König1-4/+3
2023-09-26drm/amdgpu: fix and cleanup gmc_v11_0_flush_gpu_tlb_pasidChristian König1-44/+19
2023-09-26drm/amdgpu: cleanup gmc_v11_0_flush_gpu_tlbChristian König1-67/+43
2023-09-26drm/amdgpu: rework gmc_v10_0_flush_gpu_tlb v2Christian König1-1/+1
2023-09-20drm/amdgpu: Add EXT_COHERENT memory allocation flagsDavid Francis1-0/+1
2023-09-20drm/amdgpu: Use function for IP version checkLijo Lazar1-4/+4
2023-09-06drm/amdgpu: calling address translation functions to simplify codesYifan Zhang1-2/+1
2023-08-30drm/amdgpu: add gfxhub 11.5.0 supportbenl1-0/+4
2023-08-30drm/amdgpu: add mmhub 3.3.0 supportLang Yu1-0/+4
2023-08-30drm/amdgpu/gmc11: initialize GMC for GC 11.5.0 memory supportPrike Liang1-0/+1
2023-07-27drm/amdgpu: correct vmhub index in GMC v10/11Lang Yu1-1/+3
2023-07-10drm/amdgpu: Fix warnings in gmc_v11_0.cSrinivasan Shanmugam1-16/+14
2023-07-10drm/amdgpu: Prefer dev_warn over printkSrinivasan Shanmugam1-1/+1
2023-07-07drm/amdgpu: Update invalid PTE flag settingMukul Joshi1-0/+1
2023-06-09drm/amdgpu: Fix up missing parameter in kdoc for 'inst' in gmc_ v7, v8, v9, v...Srinivasan Shanmugam1-0/+1
2023-06-09drm/amdgpu: Add XCC inst to PASID TLB flushingMukul Joshi1-1/+1
2023-06-09drm/amdgpu: add bitmask to iterate vmhubsLe Ma1-2/+3
2023-06-09drm/amdgpu: introduce vmhub definition for multi-partition cases (v3)Hawking Zhang1-13/+13
2023-06-09drm/amdgpu/gmc11: implement get_vbios_fb_size()Alex Deucher1-1/+20
2023-06-09drm/amdgpu: fix amdgpu_irq_put call trace in gmc_v11_0_hw_finiHoratio Zhang1-1/+0
2023-04-18drm/amdgpu: convert gfx.kiq to array type (v3)Le Ma1-6/+6
2023-04-14drm/amdgpu: move vmhub out of amdgpu_ring_funcs (v4)Le Ma1-3/+3
2023-03-22drm/amd/amdgpu/gmc_v11_0: Provide a few missing param descriptions relating t...Lee Jones1-0/+4
2023-03-16drm/amdgpu: Init MMVM_CONTEXTS_DISABLE in gmc11 golden setting under SRIOVYifan Zha1-0/+6
2023-03-14drm/amdgpu: Move umc ras block init to gmc ras sw_initHawking Zhang1-17/+4
2023-03-06drm/amdgpu: Support umc node harvest config on umc v8_10Candice Li1-1/+0
2023-02-24drm/amdgpu: add umc retire unit elementTao Zhou1-0/+1
2023-02-03Revert "Revert "drm/amdgpu/gmc11: enable AGP aperture""Alex Deucher1-0/+1
2022-12-20drm/amdgpu/gmc11: don't touch gfxhub registers during S0ixAlex Deucher1-2/+14
2022-11-29drm/amdgpu: add gmc v11 support for GC 11.0.4Yifan Zhang1-0/+1
2022-11-15drm/amdgpu: Add umc channel index mapping table for umc_v8_10YiPeng Chai1-1/+4
2022-11-10drm/amdgpu: Set MTYPE in PTE based on BO flagsFelix Kuehling1-0/+7
2022-10-19drm/amdgpu: Program GC registers through RLCG interface in gfx_v11/gmc_v11Yifan Zha1-7/+11