aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-21drm/amdgpu: Update PTE flags with TF enabledMukul Joshi1-2/+5
2022-08-16drm/amdgpu: Increase tlb flush timeout for sriovDusica Milinkovic1-1/+2
2022-08-10drm/amdgpu: Enable translate_further to extend UTCL2 reachJoseph Greathouse1-0/+3
2022-04-08drm/amdgpu: expand cg_flags from u32 to u64Evan Quan1-1/+1
2022-03-25drm/amdgpu/gmc: use PCI BARs for APUs in passthroughAlex Deucher1-1/+1
2022-03-25drm/amdgpu: conduct a proper cleanup of PDB boGuchun Chen1-1/+1
2022-03-04drm/amdgpu: Set correct DMA mask for aldebaranHarish Kasiviswanathan1-3/+4
2022-03-02drm/amdgpu: Remove redundant .ras_fini initialization in some ras blocksyipechai1-8/+0
2022-03-02drm/amdgpu: Remove redundant calls of amdgpu_ras_block_late_fini in umc ras blockyipechai1-1/+1
2022-03-02drm/amdgpu: Remove redundant calls of amdgpu_ras_block_late_fini in mmhub ras blockyipechai1-1/+1
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-6/+8
2022-02-17drm/amdgpu: Remove redundant .ras_late_init initialization in some ras blocksyipechai1-4/+0
2022-02-17drm/amdgpu: Remove redundant calls of ras_late_init in mmhub ras blockyipechai1-1/+1
2022-02-14drm/amdgpu: Optimize amdgpu_umc_ras_late_init/amdgpu_umc_ras_fini function codeyipechai1-0/+6
2022-02-14drm/amdgpu: Optimize amdgpu_mmhub_ras_late_init/amdgpu_mmhub_ras_fini function codeyipechai1-0/+2
2022-02-14drm/amdgpu: Optimize amdgpu_hdp_ras_late_init/amdgpu_hdp_ras_fini function codeyipechai1-0/+1
2022-02-14drm/amdgpu: Optimize xxx_ras_late_init/xxx_ras_late_fini for each ras blockyipechai1-4/+4
2022-02-09drm/amdgpu: Move reset sem into reset_domainAndrey Grodzovsky1-6/+8
2022-01-27drm/amdgpu: increase bad page number for umc ras queryTao Zhou1-1/+2
2022-01-25drm/amdgpu: Move xgmi ras initialization from .late_init to .early_inityipechai1-0/+5
2022-01-19drm/amdgpu: remove gart.ready flagChristian König1-9/+1
2022-01-19drm/amdgpu: add vram check function for GMCXiaojian Du1-2/+9
2022-01-18drm/amdgpu: Fix the code style warnings in gmcyipechai1-1/+1
2022-01-14drm/amdgpu: Modify umc block to fit for the unified ras block data and opsyipechai1-3/+18
2022-01-14drm/amdgpu: Modify mmhub block to fit for the unified ras block data and opsyipechai1-6/+21
2022-01-14drm/amdgpu: Modify hdp block to fit for the unified ras block data and opsyipechai1-4/+5
2022-01-11drm/amdgpu: Use correct VIEWPORT_DIMENSION for DCN2Harry Wentland1-1/+13
2022-01-11drm/amdgpu: recover gart table at resumeNirmoy Das1-2/+1
2021-12-28drm/amdgpu: get xgmi info before ip_initVictor Skvortsov1-6/+0
2021-12-28drm/amdgpu: Modify indirect register access for gmc_v9_0 sriovVictor Skvortsov1-14/+43
2021-12-14drm/amd/amdgpu: fix gmc bo pin count leak in SRIOVJingwen Chen1-0/+4
2021-12-14drm/amdgpu: correct the wrong cached state for GMC on PICASSOEvan Quan1-0/+8
2021-12-13drm:amdgpu:remove unneeded variablechiminghao1-4/+2
2021-12-13drm/amdgpu: check df_funcs and its callback pointersHawking Zhang1-4/+7
2021-12-01drm/amdgpu: handle IH ring1 overflowPhilip Yang1-1/+1
2021-10-04drm/amdgpu/gmc9: convert to IP version checkingAlex Deucher1-65/+71
2021-09-28drm/amdgpu: fix gart.bo pin_count leakLeslie Shi1-1/+2
2021-08-24drm/amdkfd: check access permisson to restore retry faultPhilip Yang1-1/+2
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