summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: add protype for print ip stateSunil Khatri2024-04-261-0/+1
* drm/amdgpu: add prototype for ip dumpSunil Khatri2024-04-261-0/+1
* drm/amdgpu: Fix missing error code in 'gmc_v6/7/8/9_0_hw_init()'Srinivasan Shanmugam2024-01-311-2/+2
* drm/amdgpu: Enable seq64 manager and fix bugsArunpravin Paneer Selvam2024-01-221-2/+3
* drm/amdgpu: fix AGP init orderAlex Deucher2023-11-091-0/+1
* drm/amdgpu/gmc: add a way to force a particular placement for GARTAlex Deucher2023-10-041-1/+1
* drm/amdgpu/gmc: set a default disable value for AGPAlex Deucher2023-09-261-2/+2
* drm/amdgpu/gmc6-8: properly disable the AGP apertureAlex Deucher2023-09-261-1/+1
* drm/amdgpu: Fix errors & warnings in gmc_ v6_0, v7_0.cSrinivasan Shanmugam2023-07-101-27/+25
* drm/amdgpu: add bitmask to iterate vmhubsLe Ma2023-06-091-1/+1
* drm/amd: Use `amdgpu_ucode_*` helpers for GMC6Mario Limonciello2023-01-101-11/+3
* drm/amdgpu: rename vram_scratch into mem_scratchChristian König2023-01-031-1/+1
* drm/amdgpu: remove gart.ready flagChristian König2022-01-191-5/+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/gmc6: fix DMA mask from 44 to 40 bitsAlex Deucher2021-10-281-2/+2
* drm/amdgpu: Handle IOMMU enabled case.Andrey Grodzovsky2021-05-191-1/+0
* 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/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-111-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-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-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