summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
AgeCommit message (Expand)Author
2022-03-15drm/amdgpu: Add stolen reserved memory for MI25 SRIOV.Yongqiang Sun
2022-03-15drm/amdgpu: Merge get_reserved_allocation to get_vbios_allocations.Yongqiang Sun
2022-03-02drm/amdgpu: convert code name to ip version for noretry setYifan Zhang
2022-03-02drm/amdgpu: centrally calls the .ras_fini function of all ras blocksyipechai
2022-03-02drm/amdgpu: Optimize xxx_ras_fini function of each ras blockyipechai
2022-03-02drm/amdgpu: Modify .ras_fini function pointer parameteryipechai
2022-02-22drm/amdgpu: enable TMZ option for onwards asicPrike Liang
2022-02-17drm/amdgpu: define amdgpu_ras_late_init to call all ras blocks' .ras_late_inityipechai
2022-02-17drm/amdgpu: Optimize xxx_ras_late_init function of each ras blockyipechai
2022-02-17drm/amdgpu: Remove redundant calls of ras_late_init in mca ras blockyipechai
2022-02-17drm/amdgpu: Remove redundant calls of ras_late_init in mmhub ras blockyipechai
2022-02-17drm/amdgpu: Remove redundant calls of ras_late_init in hdp ras blockyipechai
2022-02-14drm/amdgpu: Optimize amdgpu_xgmi_ras_late_init/amdgpu_xgmi_ras_fini function ...yipechai
2022-01-25drm/amdgpu: Move xgmi ras initialization from .late_init to .early_inityipechai
2022-01-21drm/amdgpu: fix the page fault caused by uninitialized variablesXiaojian Du
2022-01-19drm/amdgpu: add vram check function for GMCXiaojian Du
2022-01-14drm/amdgpu: Modify mca block to fit for the unified ras block data and opsyipechai
2022-01-14drm/amdgpu: Modify umc block to fit for the unified ras block data and opsyipechai
2022-01-14drm/amdgpu: Modify mmhub block to fit for the unified ras block data and opsyipechai
2022-01-14drm/amdgpu: Modify hdp block to fit for the unified ras block data and opsyipechai
2022-01-14drm/amdgpu: Modify xgmi block to fit for the unified ras block data and opsyipechai
2021-12-01drm/amdgpu: handle IH ring1 overflowPhilip Yang
2021-10-08drm/amdgpu: use adev_to_drm for consistency when accessing drm_deviceGuchun Chen
2021-09-23drm/amdgpu: Put drm_dev_enter/exit outside hot codepathxinhui pan
2021-09-23drm/amdgpu: Demote TMZ unsupported log message from warning to infoPaul Menzel
2021-08-24drm/amdgpu: Add driver infrastructure for MCA RASJohn Clements
2021-06-30drm/amdgpu: enable tmz on yellow carpAaron Liu
2021-06-10Merge tag 'amd-drm-next-5.14-2021-06-09' of https://gitlab.freedesktop.org/ag...Dave Airlie
2021-06-10Merge tag 'drm-misc-next-2021-06-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-06-04drm/amdgpu: reserved buffer is not needed with ip discovery enabledAaron Liu
2021-06-04drm/amdgpu: introduce a stolen reserved buffer to protect specific buffer reg...Huang Rui
2021-06-04Merge tag 'amd-drm-next-5.14-2021-06-02' of https://gitlab.freedesktop.org/ag...Dave Airlie
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König
2021-05-22Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2021-05-21drm/amd/amdgpu/amdgpu_gmc: Fix a little naming related doc-rotLee Jones
2021-05-21drm/amdgpu: Modify GC register access from MMIO to RLCG in file amdgpu_gmc.cPeng Ju Zhou
2021-05-19drm/amdgpu: Guard against write accesses after device removalAndrey Grodzovsky
2021-05-10drm/amdgpu: switch to mmhub ras callback for ras finiHawking Zhang
2021-05-10drm/amdgpu: init/fini hdp v4_0 rasHawking Zhang
2021-04-28drm/amdgpu: address remove from fault filterPhilip Yang
2021-04-20drm/amdgpu: enable tmz on renoir asicsHuang Rui
2021-04-15drm/amdgpu: Calling address translation functions to simplify codesOak Zeng
2021-04-15drm/amdgpu: Introduce functions for vram physical addr calculationOak Zeng
2021-04-09drm/amdgpu: move mmhub ras_func init to ip specific fileHawking Zhang
2021-04-09drm/amdgpu: split mmhub callbacks into ras and non-ras onesHawking Zhang
2021-04-09drm/amdgpu: split umc callbacks to ras and non-ras onesHawking Zhang
2021-04-09drm/amdgpu: move xgmi ras functions to xgmi_ras_funcsHawking Zhang
2021-04-09drm/amdgpu: allow variable BO struct creationNirmoy Das
2021-04-09drm/amdgpu: Set amdgpu.noretry=1 for ArcturusPhilip Cox
2021-03-23drm/amdgpu: Make noretry the default on AldebaranFelix Kuehling