summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: handle IH ring1 overflowPhilip Yang2021-12-011-1/+7
* drm/amdgpu: use adev_to_drm for consistency when accessing drm_deviceGuchun Chen2021-10-081-1/+1
* drm/amdgpu: Put drm_dev_enter/exit outside hot codepathxinhui pan2021-09-231-6/+5
* drm/amdgpu: Demote TMZ unsupported log message from warning to infoPaul Menzel2021-09-231-1/+1
* drm/amdgpu: Add driver infrastructure for MCA RASJohn Clements2021-08-241-0/+21
* drm/amdgpu: enable tmz on yellow carpAaron Liu2021-06-301-0/+1
* Merge tag 'amd-drm-next-5.14-2021-06-09' of https://gitlab.freedesktop.org/ag...Dave Airlie2021-06-101-0/+19
|\
| * drm/amdgpu: reserved buffer is not needed with ip discovery enabledAaron Liu2021-06-041-4/+7
| * drm/amdgpu: introduce a stolen reserved buffer to protect specific buffer reg...Huang Rui2021-06-041-0/+16
* | Merge tag 'drm-misc-next-2021-06-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-06-101-2/+2
|\ \ | |/ |/|
| * drm/ttm: rename bo->mem and make it a pointerChristian König2021-06-021-2/+2
* | Merge tag 'amd-drm-next-5.14-2021-06-02' of https://gitlab.freedesktop.org/ag...Dave Airlie2021-06-041-4/+9
|\ \ | |/ |/|
| * drm/amd/amdgpu/amdgpu_gmc: Fix a little naming related doc-rotLee Jones2021-05-211-2/+2
| * drm/amdgpu: Modify GC register access from MMIO to RLCG in file amdgpu_gmc.cPeng Ju Zhou2021-05-211-2/+7
* | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2021-05-221-5/+56
|\ \ | |/
| * drm/amdgpu: switch to mmhub ras callback for ras finiHawking Zhang2021-05-101-1/+1
| * drm/amdgpu: init/fini hdp v4_0 rasHawking Zhang2021-05-101-0/+11
| * drm/amdgpu: address remove from fault filterPhilip Yang2021-04-281-4/+44
* | drm/amdgpu: Guard against write accesses after device removalAndrey Grodzovsky2021-05-191-0/+9
|/
* drm/amdgpu: enable tmz on renoir asicsHuang Rui2021-04-201-1/+1
* drm/amdgpu: Calling address translation functions to simplify codesOak Zeng2021-04-151-2/+1
* drm/amdgpu: Introduce functions for vram physical addr calculationOak Zeng2021-04-151-0/+36
* drm/amdgpu: move mmhub ras_func init to ip specific fileHawking Zhang2021-04-091-19/+0
* drm/amdgpu: split mmhub callbacks into ras and non-ras onesHawking Zhang2021-04-091-3/+25
* drm/amdgpu: split umc callbacks to ras and non-ras onesHawking Zhang2021-04-091-3/+8
* drm/amdgpu: move xgmi ras functions to xgmi_ras_funcsHawking Zhang2021-04-091-2/+14
* drm/amdgpu: allow variable BO struct creationNirmoy Das2021-04-091-0/+2
* drm/amdgpu: Set amdgpu.noretry=1 for ArcturusPhilip Cox2021-04-091-0/+1
* drm/amdgpu: Make noretry the default on AldebaranFelix Kuehling2021-03-231-0/+1
* drm/amdgpu: Fix GART page table s-bitOak Zeng2021-03-231-1/+1
* drm/amdgpu: Add function to allocate and fill PDB0Oak Zeng2021-03-231-0/+103
* drm/amdgpu: Placement of gart and vram in sysvm apertureOak Zeng2021-03-231-1/+33
* drm/amdgpu: Moved gart_size calculation to mc_init functionsOak Zeng2021-03-231-2/+0
* drm/amdgpu: enable TMZ by default on Raven asicsAlex Deucher2021-03-051-0/+10
* Merge tag 'drm-misc-next-2020-12-17' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2021-01-071-1/+1
|\
| * Merge drm/drm-next into drm-misc-nextMaarten Lankhorst2020-12-151-8/+6
| |\
| * | drm/ttm: cleanup BO size handling v3Christian König2020-12-141-1/+1
* | | drm/amdgpu: fix vbios reservation handling on SR-IOVAlex Deucher2020-12-171-1/+2
* | | drm/amdgpu: fix regression in vbios reservation handling on headlessAlex Deucher2020-12-151-4/+5
| |/ |/|
* | drm/amdgpu: fix size calculation with stolen vga memoryAlex Deucher2020-12-081-0/+3
* | drm/amdgpu: default noretry=0 for navi1x and newer (v2)Alex Deucher2020-12-011-5/+0
* | drm/amdgpu: set default value of noretry to 1 for specified asicStanley.Yang2020-12-011-0/+1
* | drm/amd/amdgpu/amdgpu_gmc: Demote one and fix another function headerLee Jones2020-11-131-3/+2
|/
* Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd...Dave Airlie2020-11-101-8/+19
|\
| * drm/amdgpu: allow TMZ on vangoghAlex Deucher2020-11-021-0/+1
| * drm/amd/amdgpu: enable noretry for Sienna_Cichlid/Navy_Flounder/Dimgrey_CavefishChengming Gui2020-10-211-0/+3
| * drm/amd/amdgpu: set the default value of noretry to 1 for some dGPUsChengming Gui2020-10-161-8/+15
* | Merge tag 'drm-misc-next-2020-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-11-041-8/+4
|\ \ | |/ |/|
| * drm/ttm: merge ttm_dma_tt back into ttm_ttChristian König2020-10-261-7/+3
| * drm/ttm: set the tt caching state at creation timeChristian König2020-10-151-1/+1