summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/amd: Use `amdgpu_ucode_*` helpers for GMC7Mario Limonciello2023-01-101-10/+3
* drm/amdgpu: cleanup visible vram size handlingChristian König2023-01-031-3/+0
* drm/amdgpu: rename vram_scratch into mem_scratchChristian König2023-01-031-1/+1
* drm/amdgpu/gmc: use PCI BARs for APUs in passthroughAlex Deucher2022-03-251-2/+3
* drm/amdgpu: remove gart.ready flagChristian König2022-01-201-6/+2
* drm/amdgpu: add vram check function for GMCXiaojian Du2022-01-201-1/+4
* drm/amdgpu: recover gart table at resumeNirmoy Das2022-01-111-2/+1
* Merge tag 'amd-drm-next-5.14-2021-06-02' of https://gitlab.freedesktop.org/ag...Dave Airlie2021-06-031-1/+1
|\
| * drm/amd/amdgpu/gmc_v7_0: Fix potential copy/paste issueLee Jones2021-05-211-1/+1
* | drm/amdgpu: Handle IOMMU enabled case.Andrey Grodzovsky2021-05-201-1/+0
|/
* 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/amd/amdgpu/gmc_v7_0: Add some missing kernel-doc descriptionsLee Jones2020-11-241-1/+6
* 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/gmc7: 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: add coreboot workaround for KV/KBChristian König2020-01-271-1/+2
* drm/amdgpu: export function to flush TLB via pasidAlex Sierra2020-01-161-0/+33
* drm/amdgpu: cleanup PTE flag generation v3Christian König2019-09-161-1/+10
* 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-17/+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-27/+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-26/+0
* | drm: change func to better detect wether swiotlb is neededMichael D Labriola2019-02-201-1/+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-14/+2
* drm/amdgpu: save vm fault information for amdkfdshaoyunl2018-07-121-1/+32
* drm/amd: Use newly added interrupt source defs for VI v3.Andrey Grodzovsky2018-07-131-2/+4
* drm/amdgpu: switch firmware path for CIK parts (v2)Alex Deucher2018-07-051-6/+3
* 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