aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-29drm/amdgpu: remove switch from amdgpu_gmc_noretry_setGraham Sider1-39/+9
2022-06-03drm/amdgpu: enable tmz by default for GC 10.3.7Sunil Khatri1-2/+2
2022-05-26drm/amdgpu: add support of tmz for GC 10.3.7Sunil Khatri1-0/+2
2022-05-26drm/amdgpu: change code name to ip version for tmz setSunil Khatri1-9/+18
2022-04-11drm/amd/amdgpu: Fix asm/hypervisor.h build error.Yongqiang Sun1-0/+4
2022-04-07drm/amd/amdgpu: Only reserve vram for firmware with vega9 MS_HYPERV host.Yongqiang Sun1-4/+5
2022-03-25drm/amdgpu: set noretry for gfx 10.3.7Prike Liang1-0/+1
2022-03-25drm/amdgpu: set noretry=1 for GFX 10.3.4Felix Kuehling1-2/+3
2022-03-25drm/amdgpu: set noretry=1 for gc 10.3.6Yifan Zhang1-0/+1
2022-03-25drm/amdgpu: add more cases to noretry=1Alex Deucher1-0/+3
2022-03-15drm/amdgpu: Add stolen reserved memory for MI25 SRIOV.Yongqiang Sun1-0/+9
2022-03-15drm/amdgpu: Merge get_reserved_allocation to get_vbios_allocations.Yongqiang Sun1-19/+13
2022-03-02drm/amdgpu: convert code name to ip version for noretry setYifan Zhang1-6/+5
2022-03-02drm/amdgpu: centrally calls the .ras_fini function of all ras blocksyipechai1-10/+0
2022-03-02drm/amdgpu: Optimize xxx_ras_fini function of each ras blockyipechai1-4/+4
2022-03-02drm/amdgpu: Modify .ras_fini function pointer parameteryipechai1-4/+4
2022-02-22drm/amdgpu: enable TMZ option for onwards asicPrike Liang1-0/+1
2022-02-17drm/amdgpu: define amdgpu_ras_late_init to call all ras blocks' .ras_late_inityipechai1-44/+0
2022-02-17drm/amdgpu: Optimize xxx_ras_late_init function of each ras blockyipechai1-2/+2
2022-02-17drm/amdgpu: Remove redundant calls of ras_late_init in mca ras blockyipechai1-3/+3
2022-02-17drm/amdgpu: Remove redundant calls of ras_late_init in mmhub ras blockyipechai1-1/+1
2022-02-17drm/amdgpu: Remove redundant calls of ras_late_init in hdp ras blockyipechai1-1/+1
2022-02-14drm/amdgpu: Optimize amdgpu_xgmi_ras_late_init/amdgpu_xgmi_ras_fini function codeyipechai1-0/+1
2022-01-25drm/amdgpu: Move xgmi ras initialization from .late_init to .early_inityipechai1-5/+10
2022-01-21drm/amdgpu: fix the page fault caused by uninitialized variablesXiaojian Du1-3/+3
2022-01-19drm/amdgpu: add vram check function for GMCXiaojian Du1-0/+46
2022-01-14drm/amdgpu: Modify mca block to fit for the unified ras block data and opsyipechai1-9/+6
2022-01-14drm/amdgpu: Modify umc block to fit for the unified ras block data and opsyipechai1-6/+4
2022-01-14drm/amdgpu: Modify mmhub block to fit for the unified ras block data and opsyipechai1-6/+4
2022-01-14drm/amdgpu: Modify hdp block to fit for the unified ras block data and opsyipechai1-6/+4
2022-01-14drm/amdgpu: Modify xgmi block to fit for the unified ras block data and opsyipechai1-8/+8
2021-12-01drm/amdgpu: handle IH ring1 overflowPhilip Yang1-1/+7
2021-10-08drm/amdgpu: use adev_to_drm for consistency when accessing drm_deviceGuchun Chen1-1/+1
2021-09-23drm/amdgpu: Put drm_dev_enter/exit outside hot codepathxinhui pan1-6/+5
2021-09-23drm/amdgpu: Demote TMZ unsupported log message from warning to infoPaul Menzel1-1/+1
2021-08-24drm/amdgpu: Add driver infrastructure for MCA RASJohn Clements1-0/+21
2021-06-30drm/amdgpu: enable tmz on yellow carpAaron Liu1-0/+1
2021-06-10Merge tag 'amd-drm-next-5.14-2021-06-09' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-0/+19
2021-06-10Merge tag 'drm-misc-next-2021-06-09' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-2/+2
2021-06-04drm/amdgpu: reserved buffer is not needed with ip discovery enabledAaron Liu1-4/+7
2021-06-04drm/amdgpu: introduce a stolen reserved buffer to protect specific buffer region (v2)Huang Rui1-0/+16
2021-06-04Merge tag 'amd-drm-next-5.14-2021-06-02' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-4/+9
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König1-2/+2
2021-05-22Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-5/+56
2021-05-21drm/amd/amdgpu/amdgpu_gmc: Fix a little naming related doc-rotLee Jones1-2/+2
2021-05-21drm/amdgpu: Modify GC register access from MMIO to RLCG in file amdgpu_gmc.cPeng Ju Zhou1-2/+7
2021-05-19drm/amdgpu: Guard against write accesses after device removalAndrey Grodzovsky1-0/+9
2021-05-10drm/amdgpu: switch to mmhub ras callback for ras finiHawking Zhang1-1/+1
2021-05-10drm/amdgpu: init/fini hdp v4_0 rasHawking Zhang1-0/+11
2021-04-28drm/amdgpu: address remove from fault filterPhilip Yang1-4/+44