index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
gmc_v6_0.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-04
drm/amdgpu/gmc6: switch to using amdgpu_gmc_get_vbios_allocations
Alex Deucher
1
-4
/
+2
2020-08-04
drm/amdgpu: move stolen vga bo from amdgpu to amdgpu.gmc
Alex Deucher
1
-1
/
+1
2020-08-04
drm/amdgpu: use a define for the memory size of the vga emulator
Alex Deucher
1
-1
/
+1
2020-07-02
drm/amdgpu: Clean up KFD VMID assignment
Felix Kuehling
1
-1
/
+1
2020-05-11
drm/amd/amdgpu: remove defined but not used 'crtc_offsets'
Jason Yan
1
-11
/
+0
2020-04-13
drm/amd/amdgpu: remove hardcoded module name in prints
Aurabindo Pillai
1
-1
/
+1
2019-09-16
drm/amdgpu: cleanup PTE flag generation v3
Christian König
1
-0
/
+9
2019-09-16
drm/amdgpu: cleanup mtype mapping
Christian König
1
-16
/
+0
2019-08-23
drm/amdgpu: set adev->num_vmhubs for gmc6,7,8
Alex Deucher
1
-0
/
+2
2019-08-15
drm/amdgpu: Export function to flush TLB of specific vm hub
Oak Zeng
1
-3
/
+3
2019-08-15
drm/amdgpu: simplify and cleanup setting the dma mask
Christoph Hellwig
1
-12
/
+3
2019-06-10
drm/amd: drop use of drmP.h in remaining files
Sam Ravnborg
1
-1
/
+4
2019-04-03
Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
1
-16
/
+1
2019-03-19
drm/amdgpu: Cosmetic change for calling func amdgpu_gmc_vram_location
Oak Zeng
1
-1
/
+1
2019-03-19
drm/amdgpu: Eliminate the set_pde_pte function pointer in amdgpu_gmc_funcs
Yong Zhao
1
-15
/
+0
2019-02-20
drm/amdgpu: fix dma mask check in gmc_v6_0.c
Christian König
1
-1
/
+1
2018-11-29
Merge v4.20-rc4 into drm-next
Dave Airlie
1
-0
/
+1
2018-11-19
drm/amdgpu: Add missing firmware entry for HAINAN
Takashi Iwai
1
-0
/
+1
2018-11-05
drm/amdgpu: Reorganize amdgpu_gmc_flush_gpu_tlb() for kfd to use
Yong Zhao
1
-2
/
+3
2018-09-26
drm/amdgpu: move more defines into amdgpu_irq.h
Christian König
1
-2
/
+2
2018-09-26
drm/amdgpu: make function pointers mandatory
Christian König
1
-2
/
+1
2018-08-29
drm/amdgpu: move amdgpu_device_(vram|gtt)_location
Christian König
1
-2
/
+2
2018-08-28
drm/amdgpu: Only retrieve GPU address of GART table after pinning it
Michel Dänzer
1
-1
/
+4
2018-08-27
drm/amdgpu: remove gart.table_addr
Christian König
1
-4
/
+5
2018-08-27
drm/amdgpu: rename gart.robj into gart.bo
Christian König
1
-2
/
+2
2018-08-27
drm/amdgpu: move gem definitions into amdgpu_gem header
Huang Rui
1
-0
/
+1
2018-08-27
drm/amdgpu: Fix page fault and kasan warning on pci device remove.
Andrey Grodzovsky
1
-7
/
+2
2018-07-05
drm/amdgpu: switch firmware path for SI parts
Alex Deucher
1
-7
/
+7
2018-05-15
drm/amdgpu: Free VGA stolen memory as soon as possible.
Andrey Grodzovsky
1
-0
/
+2
2018-05-15
drm/amdgpu/gmc: steal the appropriate amount of vram for fw hand-over (v3)
Alex Deucher
1
-2
/
+21
2018-02-26
drm/amdgpu: use the TTM dummy page instead of allocating one
Christian König
1
-2
/
+2
2018-02-19
drm/amdgpu: separate PASID mapping from VM flush v2
Christian König
1
-2
/
+1
2018-02-19
drm/amdgpu: apply top reserved VA space to pre Vega10 as well
Christian König
1
-1
/
+2
2018-02-19
drm/amdgpu: implement gmc_v6_0_emit_flush_gpu_tlb
Christian König
1
-0
/
+20
2018-02-19
drm/amdgpu: move struct gart_funcs into amdgpu_gmc.h
Christian König
1
-16
/
+13
2018-02-19
drm/amdgpu: move struct amdgpu_mc into amdgpu_gmc.h
Christian König
1
-40
/
+40
2018-02-19
drm/amdgpu: adjust HDP write queue flushing for tlb invalidation
Alex Deucher
1
-2
/
+0
2018-02-13
drm/amdgpu: only enable swiotlb alloc when need v2
Chunming Zhou
1
-0
/
+2
2017-12-27
drm/amdgpu: separate VMID and PASID handling
Christian König
1
-1
/
+1
2017-12-18
drm/amdgpu: rename amdgpu_*_location functions
Alex Deucher
1
-2
/
+2
2017-12-12
drm/amdgpu: allow get_vm_pde to change flags as well
Christian König
1
-3
/
+3
2017-12-06
drm/amdgpu: move validation of the VM size into the VM code
Christian König
1
-1
/
+1
2017-12-06
drm/amdgpu: unify VM size handling of Vega10 with older generation
Christian König
1
-2
/
+1
2017-12-06
drm/amdgpu:partially revert 1cfd8e237f0318e330190ac21d63c58ae6a1f66c
Monk Liu
1
-2
/
+5
2017-12-06
drm/amdgpu: remove VRAM size reduction v2
Christian König
1
-5
/
+0
2017-12-06
drm/amdgpu:fix NULL pointer access during drv remove
Monk Liu
1
-1
/
+1
2017-12-06
drm/amdgpu:cleanup GMC & gart garbage function
Monk Liu
1
-5
/
+2
2017-12-06
drm/amdgpu: cleanup vm_size handling
Christian König
1
-1
/
+0
2017-12-04
drm/amdgpu: resize VRAM BAR for CPU access v6
Christian König
1
-3
/
+9
2017-09-26
drm/amdgpu:fix firmware memoryleak(v2)
Monk Liu
1
-0
/
+2
[next]