summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-19drm/amdgpu: Handle IOMMU enabled case.Andrey Grodzovsky1-1/+0
2021-03-23drm/amdgpu: Moved gart_size calculation to mc_init functionsOak Zeng1-0/+1
2020-12-08drm/amdgpu: remove amdgpu_ttm_late_init and amdgpu_bo_late_initAlex Deucher1-2/+0
2020-12-08drm/amdgpu: use AMDGPU_NUM_VMID when possibleNirmoy Das1-1/+1
2020-08-04drm/amdgpu/gmc6: switch to using amdgpu_gmc_get_vbios_allocationsAlex Deucher1-4/+2
2020-08-04drm/amdgpu: move stolen vga bo from amdgpu to amdgpu.gmcAlex Deucher1-1/+1
2020-08-04drm/amdgpu: use a define for the memory size of the vga emulatorAlex Deucher1-1/+1
2020-07-02drm/amdgpu: Clean up KFD VMID assignmentFelix Kuehling1-1/+1
2020-05-11drm/amd/amdgpu: remove defined but not used 'crtc_offsets'Jason Yan1-11/+0
2020-04-13drm/amd/amdgpu: remove hardcoded module name in printsAurabindo Pillai1-1/+1
2019-09-16drm/amdgpu: cleanup PTE flag generation v3Christian König1-0/+9
2019-09-16drm/amdgpu: cleanup mtype mappingChristian König1-16/+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-12/+3
2019-06-10drm/amd: drop use of drmP.h in remaining filesSam Ravnborg1-1/+4
2019-04-03Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie1-16/+1
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-15/+0
2019-02-20drm/amdgpu: fix dma mask check in gmc_v6_0.cChristian König1-1/+1
2018-11-29Merge v4.20-rc4 into drm-nextDave Airlie1-0/+1
2018-11-19drm/amdgpu: Add missing firmware entry for HAINANTakashi Iwai1-0/+1
2018-11-05drm/amdgpu: Reorganize amdgpu_gmc_flush_gpu_tlb() for kfd to useYong Zhao1-2/+3
2018-09-26drm/amdgpu: move more defines into amdgpu_irq.hChristian König1-2/+2
2018-09-26drm/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
2018-08-27drm/amdgpu: move gem definitions into amdgpu_gem headerHuang Rui1-0/+1
2018-08-27drm/amdgpu: Fix page fault and kasan warning on pci device remove.Andrey Grodzovsky1-7/+2
2018-07-05drm/amdgpu: switch firmware path for SI partsAlex Deucher1-7/+7
2018-05-15drm/amdgpu: Free VGA stolen memory as soon as possible.Andrey Grodzovsky1-0/+2
2018-05-15drm/amdgpu/gmc: steal the appropriate amount of vram for fw hand-over (v3)Alex Deucher1-2/+21
2018-02-26drm/amdgpu: use the TTM dummy page instead of allocating oneChristian König1-2/+2
2018-02-19drm/amdgpu: separate PASID mapping from VM flush v2Christian König1-2/+1
2018-02-19drm/amdgpu: apply top reserved VA space to pre Vega10 as wellChristian König1-1/+2
2018-02-19drm/amdgpu: implement gmc_v6_0_emit_flush_gpu_tlbChristian König1-0/+20
2018-02-19drm/amdgpu: move struct gart_funcs into amdgpu_gmc.hChristian König1-16/+13
2018-02-19drm/amdgpu: move struct amdgpu_mc into amdgpu_gmc.hChristian König1-40/+40
2018-02-19drm/amdgpu: adjust HDP write queue flushing for tlb invalidationAlex Deucher1-2/+0
2018-02-13drm/amdgpu: only enable swiotlb alloc when need v2Chunming Zhou1-0/+2
2017-12-27drm/amdgpu: separate VMID and PASID handlingChristian König1-1/+1
2017-12-18drm/amdgpu: rename amdgpu_*_location functionsAlex Deucher1-2/+2
2017-12-12drm/amdgpu: allow get_vm_pde to change flags as wellChristian König1-3/+3
2017-12-06drm/amdgpu: move validation of the VM size into the VM codeChristian König1-1/+1
2017-12-06drm/amdgpu: unify VM size handling of Vega10 with older generationChristian König1-2/+1
2017-12-06drm/amdgpu:partially revert 1cfd8e237f0318e330190ac21d63c58ae6a1f66cMonk Liu1-2/+5
2017-12-06drm/amdgpu: remove VRAM size reduction v2Christian König1-5/+0
2017-12-06drm/amdgpu:fix NULL pointer access during drv removeMonk Liu1-1/+1