aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-27drm/amdgpu: keep mmhub clock gating being enabled during s2idle suspendPrike Liang1-0/+10
2022-03-25drm/amdgpu/gmc: use PCI BARs for APUs in passthroughAlex Deucher1-1/+1
2022-03-15drm/amdgpu: Merge get_reserved_allocation to get_vbios_allocations.Yongqiang Sun1-1/+0
2022-03-02drm/amdgpu: Remove redundant .ras_fini initialization in some ras blocksyipechai1-4/+0
2022-03-02drm/amdgpu: Remove redundant calls of amdgpu_ras_block_late_fini in umc ras blockyipechai1-1/+1
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-2/+4
2022-02-17drm/amdgpu: add support for gmc10 for gc 10.3.6Yifan Zhang1-0/+3
2022-02-16drm/amdgpu/gmc10: add support for GC 10.3.7Prike Liang1-0/+2
2022-02-14drm/amdgpu: Optimize amdgpu_umc_ras_late_init/amdgpu_umc_ras_fini function codeyipechai1-0/+6
2022-02-14drm/amdgpu: Optimize xxx_ras_late_init/xxx_ras_late_fini for each ras blockyipechai1-2/+2
2022-02-11drm/amdgpu: add support for GC 10.1.4Lang Yu1-1/+3
2022-02-09drm/amdgpu: Move reset sem into reset_domainAndrey Grodzovsky1-2/+4
2022-02-02drm/amdgpu: fix a potential GPU hang on cyan skillfishLang Yu1-0/+3
2022-01-25drm/amdgpu: Move xgmi ras initialization from .late_init to .early_inityipechai1-0/+5
2022-01-19drm/amdgpu: remove gart.ready flagChristian König1-10/+1
2022-01-19drm/amdgpu: add vram check function for GMCXiaojian Du1-0/+6
2022-01-18drm/amdgpu: Fix the code style warnings in gmcyipechai1-1/+1
2022-01-14drm/amdgpu: Modify umc block to fit for the unified ras block data and opsyipechai1-1/+15
2022-01-11drm/amdgpu: recover gart table at resumeNirmoy Das1-2/+1
2021-12-28drm/amdgpu: get xgmi info before ip_initVictor Skvortsov1-6/+0
2021-12-14drm/amd/amdgpu: fix gmc bo pin count leak in SRIOVJingwen Chen1-0/+4
2021-12-01drm/amdgpu: handle IH ring1 overflowPhilip Yang1-1/+1
2021-10-04drm/amdgpu: convert IP version array to include instancesAlex Deucher1-8/+8
2021-10-04drm/amdgpu/gmc10.0: convert to IP version checkingAlex Deucher1-61/+30
2021-09-28drm/amdgpu: fix gart.bo pin_count leakLeslie Shi1-1/+2
2021-08-24drm/amdkfd: check access permisson to restore retry faultPhilip Yang1-1/+2
2021-07-23drm/amdgpu: add cyan_skillfish support in gmc v10Tao Zhou1-0/+3
2021-06-04drm/amdgpu: add gpu harvest support for yellow carp (v2)Xiaomeng Hou1-0/+7
2021-06-04drm/amdgpu: introduce a stolen reserved buffer to protect specific buffer region (v2)Huang Rui1-0/+1
2021-06-04drm/amdgpu: add gmc v10 supports for yellow carpAaron Liu1-2/+7
2021-06-04Merge tag 'amd-drm-next-5.14-2021-06-02' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-9/+18
2021-05-22Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-1/+5
2021-05-21drm/amd/amdgpu/gmc_v10_0: Fix potential copy/paste issueLee Jones1-1/+1
2021-05-21drm/amdgpu: Modify GC register access from MMIO to RLCG in file amdgpu_gmc.cPeng Ju Zhou1-8/+17
2021-05-19drm/amdgpu: Handle IOMMU enabled case.Andrey Grodzovsky1-1/+0
2021-05-19drm/amd/amdgpu: add gmc ip block for beige_gobyChengming Gui1-0/+1
2021-05-19drm/amd/amdgpu: add gmc support for beige_gobyChengming Gui1-0/+3
2021-05-19drm/amdgpu: Refine the error report when flush tlb.Peng Ju Zhou1-1/+1
2021-04-15drm/amdgpu: Calling address translation functions to simplify codesOak Zeng1-2/+1
2021-04-09drm/amdgpu: split umc callbacks to ras and non-ras onesHawking Zhang1-1/+1
2021-03-23drm/amdgpu: Replace in_interrupt() usage in gmc_v*_process_interrupt()Sebastian Andrzej Siewior1-1/+1
2021-03-23drm/amdgpu: Print the IH client ID name when vm fault happensYong Zhao1-2/+3
2021-01-05drm/amdgpu: switch hdp callback functions for hdp v5Likun Gao1-11/+3
2020-12-08drm/amdgpu: remove amdgpu_ttm_late_init and amdgpu_bo_late_initAlex Deucher1-2/+0
2020-12-08drm/amdgpu: use AMDGPU_NUM_VMID when possibleNirmoy Das1-1/+1
2020-12-01drm/amd/amdgpu/gmc_v10_0: Suppy some missing function doc descriptionsLee Jones1-0/+4
2020-12-01drm/amdgpu: enable AGP aperture on gmc10.x (v2)Alex Deucher1-0/+1
2020-11-24drm/amdgpu: implement retry fault handling for NaviChristian König1-0/+25
2020-11-24drm/amdgpu: cleanup gmc_v10_0_process_interrupt a bitChristian König1-18/+20
2020-11-02drm/amdgpu: improve code indentation and alignmentDeepak R Varma1-1/+1