summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-10drm/amd: Use `amdgpu_ucode_*` helpers for GMC8Mario Limonciello1-10/+3
2023-01-04drm/amdgpu: cleanup visible vram size handlingChristian König1-3/+0
2023-01-04drm/amdgpu: rename vram_scratch into mem_scratchChristian König1-1/+1
2022-04-09drm/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-01-20drm/amdgpu: remove gart.ready flagChristian König1-6/+2
2022-01-20drm/amdgpu: add vram check function for GMCXiaojian Du1-1/+4
2022-01-11drm/amdgpu: recover gart table at resumeNirmoy Das1-2/+1
2021-12-29drm/amdgpu: fixup bad vram size on gmc v8Zongmin Zhou1-3/+10
2021-05-20drm/amdgpu: Handle IOMMU enabled case.Andrey Grodzovsky1-1/+0
2021-05-05drm/amdgpu: add new MC firmware for Polaris12 32bit ASICEvan Quan1-3/+10
2021-03-24drm/amdgpu: Moved gart_size calculation to mc_init functionsOak Zeng1-0/+1
2020-12-09drm/amdgpu: remove amdgpu_ttm_late_init and amdgpu_bo_late_initAlex Deucher1-2/+0
2020-12-09drm/amdgpu: use AMDGPU_NUM_VMID when possibleNirmoy Das1-1/+1
2020-11-24drm/amd/amdgpu/gmc_v8_0: Fix more issues attributed to copy/pasteLee Jones1-0/+5
2020-10-27drm/amd/pm: correct the checks for polaris kickersEvan Quan1-20/+4
2020-08-24drm/amdgpu: refine codes to avoid reentering GPU recoveryDennis Li1-1/+1
2020-08-14drm/amdgpu: revert "fix system hang issue during GPU reset"Christian König1-1/+1
2020-08-05drm/amdgpu/gmc8: switch to using amdgpu_gmc_get_vbios_allocationsAlex Deucher1-5/+4
2020-08-05drm/amdgpu: move stolen vga bo from amdgpu to amdgpu.gmcAlex Deucher1-1/+1
2020-08-05drm/amdgpu: use a define for the memory size of the vga emulatorAlex Deucher1-1/+1
2020-07-27drm/amdgpu: fix system hang issue during GPU resetDennis Li1-1/+1
2020-07-02drm/amdgpu: Clean up KFD VMID assignmentFelix Kuehling1-1/+1
2020-05-01drm/amdgpu: Add missing parameter description in commentsFelix Kuehling1-0/+1
2020-04-13drm/amd/amdgpu: remove hardcoded module name in printsAurabindo Pillai1-1/+1
2020-01-16drm/amdgpu: export function to flush TLB via pasidAlex Sierra1-0/+34
2019-09-16drm/amdgpu: cleanup PTE flag generation v3Christian König1-1/+11
2019-09-16drm/amdgpu: cleanup mtype mappingChristian König1-18/+0
2019-08-23drm/amdgpu: set adev->num_vmhubs for gmc6,7,8Alex Deucher1-0/+2
2019-08-15drm/amdgpu: Export function to flush TLB of specific vm hubOak Zeng1-3/+3
2019-08-15drm/amdgpu: simplify and cleanup setting the dma maskChristoph Hellwig1-17/+3
2019-06-14Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-1/+4
2019-06-11drm/amd: drop use of drmP.h in remaining filesSam Ravnborg1-1/+4
2019-05-24drm/amdgpu: Fix CIK references in gmc_v8Kent Russell1-7/+7
2019-04-03Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie1-44/+19
2019-03-19drm/amdgpu: Cosmetic change for calling func amdgpu_gmc_vram_locationOak Zeng1-1/+1
2019-03-19drm/amdgpu: Eliminate the set_pde_pte function pointer in amdgpu_gmc_funcsYong Zhao1-43/+18
2019-02-20drm: change func to better detect wether swiotlb is neededMichael D Labriola1-1/+1
2019-01-14drm/amdgpu/gmc: fix compiler errors [-Werror,-Wmissing-braces] (V2)Shirish S1-1/+2
2018-12-25Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+2
2018-12-03drm/amdgpu/gmc8: always load MC firmware in the driverAlex Deucher1-8/+1
2018-12-03drm/amdgpu/gmc8: update MC firmware for polarisAlex Deucher1-5/+24
2018-12-03drm/amdgpu: update mc firmware image for polaris12 variantsJunwei Zhang1-0/+10
2018-11-05drm/amdgpu: Reorganize amdgpu_gmc_flush_gpu_tlb() for kfd to useYong Zhao1-2/+2
2018-09-27drm/amdgpu: move more defines into amdgpu_irq.hChristian König1-2/+2
2018-09-27drm/amdgpu: make function pointers mandatoryChristian König1-2/+1
2018-08-29drm/amdgpu: move amdgpu_device_(vram|gtt)_locationChristian König1-2/+2
2018-08-28drm/amdgpu: Only retrieve GPU address of GART table after pinning itMichel Dänzer1-1/+4
2018-08-27drm/amdgpu: remove gart.table_addrChristian König1-4/+5
2018-08-27drm/amdgpu: rename gart.robj into gart.boChristian König1-2/+2