summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: expand cg_flags from u32 to u64Evan Quan2022-04-081-1/+1
* drm/amdgpu/gmc: use PCI BARs for APUs in passthroughAlex Deucher2022-03-251-1/+1
* drm/amdgpu: remove gart.ready flagChristian König2022-01-191-6/+2
* drm/amdgpu: add vram check function for GMCXiaojian Du2022-01-191-1/+4
* drm/amdgpu: recover gart table at resumeNirmoy Das2022-01-111-2/+1
* drm/amdgpu: fixup bad vram size on gmc v8Zongmin Zhou2021-12-281-3/+10
* drm/amdgpu: Handle IOMMU enabled case.Andrey Grodzovsky2021-05-191-1/+0
* drm/amdgpu: add new MC firmware for Polaris12 32bit ASICEvan Quan2021-05-041-3/+10
* drm/amdgpu: Moved gart_size calculation to mc_init functionsOak Zeng2021-03-231-0/+1
* drm/amdgpu: remove amdgpu_ttm_late_init and amdgpu_bo_late_initAlex Deucher2020-12-081-2/+0
* drm/amdgpu: use AMDGPU_NUM_VMID when possibleNirmoy Das2020-12-081-1/+1
* drm/amd/amdgpu/gmc_v8_0: Fix more issues attributed to copy/pasteLee Jones2020-11-241-0/+5
* drm/amd/pm: correct the checks for polaris kickersEvan Quan2020-10-271-20/+4
* drm/amdgpu: refine codes to avoid reentering GPU recoveryDennis Li2020-08-241-1/+1
* drm/amdgpu: revert "fix system hang issue during GPU reset"Christian König2020-08-141-1/+1
* drm/amdgpu/gmc8: switch to using amdgpu_gmc_get_vbios_allocationsAlex Deucher2020-08-041-5/+4
* drm/amdgpu: move stolen vga bo from amdgpu to amdgpu.gmcAlex Deucher2020-08-041-1/+1
* drm/amdgpu: use a define for the memory size of the vga emulatorAlex Deucher2020-08-041-1/+1
* drm/amdgpu: fix system hang issue during GPU resetDennis Li2020-07-271-1/+1
* drm/amdgpu: Clean up KFD VMID assignmentFelix Kuehling2020-07-021-1/+1
* drm/amdgpu: Add missing parameter description in commentsFelix Kuehling2020-05-011-0/+1
* drm/amd/amdgpu: remove hardcoded module name in printsAurabindo Pillai2020-04-131-1/+1
* drm/amdgpu: export function to flush TLB via pasidAlex Sierra2020-01-161-0/+34
* drm/amdgpu: cleanup PTE flag generation v3Christian König2019-09-161-1/+11
* drm/amdgpu: cleanup mtype mappingChristian König2019-09-161-18/+0
* drm/amdgpu: set adev->num_vmhubs for gmc6,7,8Alex Deucher2019-08-231-0/+2
* drm/amdgpu: Export function to flush TLB of specific vm hubOak Zeng2019-08-151-3/+3
* drm/amdgpu: simplify and cleanup setting the dma maskChristoph Hellwig2019-08-151-17/+3
* Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-06-141-1/+4
|\
| * drm/amd: drop use of drmP.h in remaining filesSam Ravnborg2019-06-101-1/+4
* | drm/amdgpu: Fix CIK references in gmc_v8Kent Russell2019-05-241-7/+7
|/
* Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2019-04-031-44/+19
|\
| * drm/amdgpu: Cosmetic change for calling func amdgpu_gmc_vram_locationOak Zeng2019-03-191-1/+1
| * drm/amdgpu: Eliminate the set_pde_pte function pointer in amdgpu_gmc_funcsYong Zhao2019-03-191-43/+18
* | drm: change func to better detect wether swiotlb is neededMichael D Labriola2019-02-201-1/+1
|/
* drm/amdgpu/gmc: fix compiler errors [-Werror,-Wmissing-braces] (V2)Shirish S2019-01-141-1/+2
* Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-12-251-2/+2
|\
| * drm/amdgpu: Reorganize amdgpu_gmc_flush_gpu_tlb() for kfd to useYong Zhao2018-11-051-2/+2
* | drm/amdgpu/gmc8: always load MC firmware in the driverAlex Deucher2018-12-031-8/+1
* | drm/amdgpu/gmc8: update MC firmware for polarisAlex Deucher2018-12-031-5/+24
* | drm/amdgpu: update mc firmware image for polaris12 variantsJunwei Zhang2018-12-031-0/+10
|/
* drm/amdgpu: move more defines into amdgpu_irq.hChristian König2018-09-261-2/+2
* drm/amdgpu: make function pointers mandatoryChristian König2018-09-261-2/+1
* drm/amdgpu: move amdgpu_device_(vram|gtt)_locationChristian König2018-08-291-2/+2
* drm/amdgpu: Only retrieve GPU address of GART table after pinning itMichel Dänzer2018-08-281-1/+4
* drm/amdgpu: remove gart.table_addrChristian König2018-08-271-4/+5
* drm/amdgpu: rename gart.robj into gart.boChristian König2018-08-271-2/+2
* drm/amdgpu: move gem definitions into amdgpu_gem headerHuang Rui2018-08-271-0/+1
* drm/amdgpu: Fix page fault and kasan warning on pci device remove.Andrey Grodzovsky2018-08-271-14/+2
* drm/amdgpu: save vm fault information for amdkfdshaoyunl2018-07-111-1/+32