aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c (follow)
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: cache gpuvm fault information for gmc7+Alex Deucher2023-10-041-0/+3
* 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: rework lock handling for flush_tlb v2Christian König2023-09-261-5/+0
* drm/amdgpu: drop error return from flush_gpu_tlb_pasidChristian König2023-09-261-5/+4
* drm/amdgpu: fix and cleanup gmc_v7_0_flush_gpu_tlb_pasidChristian König2023-09-261-9/+10
* drm/amdgpu: Avoid possiblity of kernel crash in 'gmc_v8_0, gmc_v7_0_init_microcode()'Srinivasan Shanmugam2023-07-181-1/+1
* drm/amdgpu: Fix errors & warnings in gmc_ v6_0, v7_0.cSrinivasan Shanmugam2023-07-101-28/+25
* drm/amdgpu: Update invalid PTE flag settingMukul Joshi2023-07-071-0/+1
* drm/amdgpu: Fix up missing parameter in kdoc for 'inst' in gmc_ v7, v8, v9, v10, v11.cSrinivasan Shanmugam2023-06-091-0/+1
* drm/amdgpu: Add XCC inst to PASID TLB flushingMukul Joshi2023-06-091-1/+1
* drm/amdgpu: add bitmask to iterate vmhubsLe Ma2023-06-091-1/+1
* 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-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
* Merge tag 'amd-drm-next-5.14-2021-06-02' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie2021-06-041-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-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/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 drm-nextDave Airlie2019-04-031-27/+1
|\