summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: Moved gart_size calculation to mc_init functionsOak Zeng2021-03-241-0/+1
* drm/amdgpu: remove amdgpu_ttm_late_init and amdgpu_bo_late_initAlex Deucher2020-12-091-2/+0
* drm/amdgpu: use AMDGPU_NUM_VMID when possibleNirmoy Das2020-12-091-1/+1
* drm/amdgpu/gmc6: switch to using amdgpu_gmc_get_vbios_allocationsAlex Deucher2020-08-041-4/+2
* 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: Clean up KFD VMID assignmentFelix Kuehling2020-07-021-1/+1
* drm/amd/amdgpu: remove defined but not used 'crtc_offsets'Jason Yan2020-05-121-11/+0
* drm/amd/amdgpu: remove hardcoded module name in printsAurabindo Pillai2020-04-131-1/+1
* drm/amdgpu: cleanup PTE flag generation v3Christian König2019-09-161-0/+9
* drm/amdgpu: cleanup mtype mappingChristian König2019-09-161-16/+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-12/+3
* drm/amd: drop use of drmP.h in remaining filesSam Ravnborg2019-06-101-1/+4
* Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2019-04-031-16/+1
|\
| * 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-15/+0
* | drm/amdgpu: fix dma mask check in gmc_v6_0.cChristian König2019-02-201-1/+1
|/
* Merge v4.20-rc4 into drm-nextDave Airlie2018-11-291-0/+1
|\
| * drm/amdgpu: Add missing firmware entry for HAINANTakashi Iwai2018-11-191-0/+1
* | drm/amdgpu: Reorganize amdgpu_gmc_flush_gpu_tlb() for kfd to useYong Zhao2018-11-051-2/+3
|/
* drm/amdgpu: move more defines into amdgpu_irq.hChristian König2018-09-271-2/+2
* drm/amdgpu: make function pointers mandatoryChristian König2018-09-271-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-7/+2
* drm/amdgpu: switch firmware path for SI partsAlex Deucher2018-07-051-7/+7
* drm/amdgpu: Free VGA stolen memory as soon as possible.Andrey Grodzovsky2018-05-151-0/+2
* drm/amdgpu/gmc: steal the appropriate amount of vram for fw hand-over (v3)Alex Deucher2018-05-151-2/+21
* drm/amdgpu: use the TTM dummy page instead of allocating oneChristian König2018-02-271-2/+2
* drm/amdgpu: separate PASID mapping from VM flush v2Christian König2018-02-191-2/+1
* drm/amdgpu: apply top reserved VA space to pre Vega10 as wellChristian König2018-02-191-1/+2
* drm/amdgpu: implement gmc_v6_0_emit_flush_gpu_tlbChristian König2018-02-191-0/+20
* drm/amdgpu: move struct gart_funcs into amdgpu_gmc.hChristian König2018-02-191-16/+13
* drm/amdgpu: move struct amdgpu_mc into amdgpu_gmc.hChristian König2018-02-191-40/+40
* drm/amdgpu: adjust HDP write queue flushing for tlb invalidationAlex Deucher2018-02-191-2/+0
* drm/amdgpu: only enable swiotlb alloc when need v2Chunming Zhou2018-02-131-0/+2
* drm/amdgpu: separate VMID and PASID handlingChristian König2017-12-271-1/+1
* drm/amdgpu: rename amdgpu_*_location functionsAlex Deucher2017-12-181-2/+2
* drm/amdgpu: allow get_vm_pde to change flags as wellChristian König2017-12-121-3/+3
* drm/amdgpu: move validation of the VM size into the VM codeChristian König2017-12-061-1/+1
* drm/amdgpu: unify VM size handling of Vega10 with older generationChristian König2017-12-061-2/+1
* drm/amdgpu:partially revert 1cfd8e237f0318e330190ac21d63c58ae6a1f66cMonk Liu2017-12-061-2/+5
* drm/amdgpu: remove VRAM size reduction v2Christian König2017-12-061-5/+0
* drm/amdgpu:fix NULL pointer access during drv removeMonk Liu2017-12-061-1/+1
* drm/amdgpu:cleanup GMC & gart garbage functionMonk Liu2017-12-061-5/+2