summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
AgeCommit message (Expand)AuthorFilesLines
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/ag...Dave Airlie1-0/+19
2021-06-10Merge tag 'drm-misc-next-2021-06-09' of git://anongit.freedesktop.org/drm/drm...Dave 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 reg...Huang Rui1-0/+16
2021-06-03Merge tag 'amd-drm-next-5.14-2021-06-02' of https://gitlab.freedesktop.org/ag...Dave 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-20drm/amdgpu: Guard against write accesses after device removalAndrey Grodzovsky1-0/+9
2021-05-11drm/amdgpu: switch to mmhub ras callback for ras finiHawking Zhang1-1/+1
2021-05-11drm/amdgpu: init/fini hdp v4_0 rasHawking Zhang1-0/+11
2021-04-29drm/amdgpu: address remove from fault filterPhilip Yang1-4/+44
2021-04-21drm/amdgpu: enable tmz on renoir asicsHuang Rui1-1/+1
2021-04-15drm/amdgpu: Calling address translation functions to simplify codesOak Zeng1-2/+1
2021-04-15drm/amdgpu: Introduce functions for vram physical addr calculationOak Zeng1-0/+36
2021-04-09drm/amdgpu: move mmhub ras_func init to ip specific fileHawking Zhang1-19/+0
2021-04-09drm/amdgpu: split mmhub callbacks into ras and non-ras onesHawking Zhang1-3/+25
2021-04-09drm/amdgpu: split umc callbacks to ras and non-ras onesHawking Zhang1-3/+8
2021-04-09drm/amdgpu: move xgmi ras functions to xgmi_ras_funcsHawking Zhang1-2/+14
2021-04-09drm/amdgpu: allow variable BO struct creationNirmoy Das1-0/+2
2021-04-09drm/amdgpu: Set amdgpu.noretry=1 for ArcturusPhilip Cox1-0/+1
2021-03-24drm/amdgpu: Make noretry the default on AldebaranFelix Kuehling1-0/+1
2021-03-24drm/amdgpu: Fix GART page table s-bitOak Zeng1-1/+1
2021-03-24drm/amdgpu: Add function to allocate and fill PDB0Oak Zeng1-0/+103
2021-03-24drm/amdgpu: Placement of gart and vram in sysvm apertureOak Zeng1-1/+33
2021-03-24drm/amdgpu: Moved gart_size calculation to mc_init functionsOak Zeng1-2/+0
2021-03-05drm/amdgpu: enable TMZ by default on Raven asicsAlex Deucher1-0/+10
2021-01-07Merge tag 'drm-misc-next-2020-12-17' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-1/+1
2020-12-18drm/amdgpu: fix vbios reservation handling on SR-IOVAlex Deucher1-1/+2
2020-12-15drm/amdgpu: fix regression in vbios reservation handling on headlessAlex Deucher1-4/+5
2020-12-15Merge drm/drm-next into drm-misc-nextMaarten Lankhorst1-8/+6
2020-12-14drm/ttm: cleanup BO size handling v3Christian König1-1/+1
2020-12-09drm/amdgpu: fix size calculation with stolen vga memoryAlex Deucher1-0/+3
2020-12-02drm/amdgpu: default noretry=0 for navi1x and newer (v2)Alex Deucher1-5/+0
2020-12-01drm/amdgpu: set default value of noretry to 1 for specified asicStanley.Yang1-0/+1
2020-11-14drm/amd/amdgpu/amdgpu_gmc: Demote one and fix another function headerLee Jones1-3/+2
2020-11-10Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd...Dave Airlie1-8/+19
2020-11-04Merge tag 'drm-misc-next-2020-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-8/+4
2020-11-02drm/amdgpu: allow TMZ on vangoghAlex Deucher1-0/+1
2020-10-26drm/ttm: merge ttm_dma_tt back into ttm_ttChristian König1-7/+3
2020-10-21drm/amd/amdgpu: enable noretry for Sienna_Cichlid/Navy_Flounder/Dimgrey_CavefishChengming Gui1-0/+3
2020-10-16drm/amd/amdgpu: set the default value of noretry to 1 for some dGPUsChengming Gui1-8/+15
2020-10-15drm/ttm: set the tt caching state at creation timeChristian König1-1/+1
2020-09-25drm/amdgpu: add an auto setting to the noretry parameterAlex Deucher1-1/+25