summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-24drm/amdgpu: Add driver infrastructure for MCA RASJohn Clements1-0/+16
2021-08-05drm/amdgpu: Fix channel_index table layout for AldebaranMukul Joshi1-2/+2
2021-07-13drm/amdgpu: Resolve bug in UMC 6.7 error offset calculationJohn Clements1-2/+2
2021-07-08drm/amdgpu: initialize umc ras functionJohn Clements1-0/+13
2021-06-08drm/amdgpu: remove sriov vf checking from getting fb locationZhigang Luo1-4/+1
2021-05-22Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-4/+17
2021-05-19drm/amdgpu: Handle IOMMU enabled case.Andrey Grodzovsky1-1/+0
2021-05-19drm/amdgpu: Conditionally reset RAS counters on bootJohn Clements1-7/+9
2021-05-10drm/amdgpu: Rename to ras_*_enabledLuben Tuikov1-1/+1
2021-05-10drm/amdgpu: enable ras error count query and reset for HDPHawking Zhang1-0/+4
2021-05-10drm/amdgpu: initialize hdp v4_0 ras functionsHawking Zhang1-0/+7
2021-04-20drm/amdgpu/gmc9: remove dummy read workaround for newer chipsAlex Deucher1-2/+4
2021-04-15drm/amdgpu: Calling address translation functions to simplify codesOak Zeng1-2/+1
2021-04-09drm/amdgpu: move mmhub ras_func init to ip specific fileHawking Zhang1-0/+19
2021-04-09drm/amdgpu: split mmhub callbacks into ras and non-ras onesHawking Zhang1-2/+3
2021-04-09drm/amdgpu: do not register df_mca interrupt in certain configHawking Zhang1-2/+4
2021-04-09drm/amdgpu: split umc callbacks to ras and non-ras onesHawking Zhang1-8/+8
2021-04-09drm/amdgpu: move xgmi ras functions to xgmi_ras_funcsHawking Zhang1-1/+1
2021-03-23drm/amdgpu: Free PDB0 bo before bo_finiLijo Lazar1-2/+1
2021-03-23drm/amdgpu: Replace in_interrupt() usage in gmc_v*_process_interrupt()Sebastian Andrzej Siewior1-1/+1
2021-03-23drm/amdgpu: Let KFD use more VMIDs on AldebaranFelix Kuehling1-1/+2
2021-03-23drm/amdgpu: update mmhub client ids for AldebaranAlex Sierra1-13/+16
2021-03-23drm/amdgpu: Set up vmid0 PDB0Oak Zeng1-4/+24
2021-03-23drm/amdgpu: Use different gart table parameters for 2-level gart tableOak Zeng1-0/+9
2021-03-23drm/amdgpu: Placement of gart and vram in sysvm apertureOak Zeng1-3/+7
2021-03-23drm/amdgpu: Moved gart_size calculation to mc_init functionsOak Zeng1-0/+2
2021-03-23drm/amdgpu: add mmhub client ids for aldebaranAlex Deucher1-0/+41
2021-03-23drm/amdgpu: Aldebaran doesn't use semaphoreAmber Lin1-5/+1
2021-03-23drm/amdgpu: Don't do FB resize under A+A configOak Zeng1-1/+2
2021-03-23drm/amdgpu: disallow use semaphore on aldebaranHawking Zhang1-0/+7
2021-03-23drm/amdgpu: use physical_node_id to calculate aper_baseHawking Zhang1-12/+6
2021-03-23drm/amdgpu: Clean up mmhub functions for aldebaranOak Zeng1-0/+3
2021-03-23drm/amdgpu: new cache coherence change for AldebaranEric Huang1-0/+3
2021-03-23drm/amdgpu: Fix an omission when adding Aldebaran supportYong Zhao1-1/+2
2021-03-23drm/amdgpu: define address map for host xgmi link (v3)Rajneesh Bhardwaj1-0/+34
2021-03-23drm/amdgpu: Print the IH client ID name when vm fault happensYong Zhao1-2/+3
2021-03-10drm/amdgpu: add gmc v9 block support for AldebaranLe Ma1-0/+3
2021-02-09drm/amdgpu/gmc9: fix mmhub client mapping for arcturusAlex Deucher1-34/+32
2021-01-05drm/amdgpu: remove redundant logic related HDPLikun Gao1-18/+0
2021-01-05drm/amdgpu: switch hdp callback functions for hdp v4Likun Gao1-19/+2
2020-12-23drm/amdgpu: remove unnecessary asic type checkHawking Zhang1-7/+4
2020-12-08drm/amdgpu: remove amdgpu_ttm_late_init and amdgpu_bo_late_initAlex Deucher1-2/+0
2020-11-24drm/amd/amdgpu/gmc_v9_0: Suppy some missing function doc descriptionsLee Jones1-0/+3
2020-11-24drm/amd/amdgpu/gmc_v9_0: Remove unused table 'ecc_umc_mcumc_status_addrs'Lee Jones1-35/+0
2020-11-24drm/amdgpu: make sure retry faults are handled in a work item on VegaChristian König1-8/+23
2020-11-24drm/amdgpu: drop leading zeros from the gmc9 fault addressChristian König1-1/+1
2020-11-24drm/amdgpu: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-10-30drm/amdgpu: cleanup gmc_v9_0_process_interruptChristian König1-92/+91
2020-10-16drm/amdgpu: remove gfxhub_v1_1_funcs setKevin Wang1-9/+1
2020-09-30drm/amdgpu: drop duplicated ecc check for vega10 (v5)Guchun Chen1-12/+7