index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_gmc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/amdgpu: enable tmz on renoir asics
Huang Rui
2021-04-20
1
-1
/
+1
*
drm/amdgpu: Calling address translation functions to simplify codes
Oak Zeng
2021-04-15
1
-2
/
+1
*
drm/amdgpu: Introduce functions for vram physical addr calculation
Oak Zeng
2021-04-15
1
-0
/
+36
*
drm/amdgpu: move mmhub ras_func init to ip specific file
Hawking Zhang
2021-04-09
1
-19
/
+0
*
drm/amdgpu: split mmhub callbacks into ras and non-ras ones
Hawking Zhang
2021-04-09
1
-3
/
+25
*
drm/amdgpu: split umc callbacks to ras and non-ras ones
Hawking Zhang
2021-04-09
1
-3
/
+8
*
drm/amdgpu: move xgmi ras functions to xgmi_ras_funcs
Hawking Zhang
2021-04-09
1
-2
/
+14
*
drm/amdgpu: allow variable BO struct creation
Nirmoy Das
2021-04-09
1
-0
/
+2
*
drm/amdgpu: Set amdgpu.noretry=1 for Arcturus
Philip Cox
2021-04-09
1
-0
/
+1
*
drm/amdgpu: Make noretry the default on Aldebaran
Felix Kuehling
2021-03-23
1
-0
/
+1
*
drm/amdgpu: Fix GART page table s-bit
Oak Zeng
2021-03-23
1
-1
/
+1
*
drm/amdgpu: Add function to allocate and fill PDB0
Oak Zeng
2021-03-23
1
-0
/
+103
*
drm/amdgpu: Placement of gart and vram in sysvm aperture
Oak Zeng
2021-03-23
1
-1
/
+33
*
drm/amdgpu: Moved gart_size calculation to mc_init functions
Oak Zeng
2021-03-23
1
-2
/
+0
*
drm/amdgpu: enable TMZ by default on Raven asics
Alex Deucher
2021-03-05
1
-0
/
+10
*
Merge tag 'drm-misc-next-2020-12-17' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
2021-01-07
1
-1
/
+1
|
\
|
*
Merge drm/drm-next into drm-misc-next
Maarten Lankhorst
2020-12-15
1
-8
/
+6
|
|
\
|
*
|
drm/ttm: cleanup BO size handling v3
Christian König
2020-12-14
1
-1
/
+1
*
|
|
drm/amdgpu: fix vbios reservation handling on SR-IOV
Alex Deucher
2020-12-17
1
-1
/
+2
*
|
|
drm/amdgpu: fix regression in vbios reservation handling on headless
Alex Deucher
2020-12-15
1
-4
/
+5
|
|
/
|
/
|
*
|
drm/amdgpu: fix size calculation with stolen vga memory
Alex Deucher
2020-12-08
1
-0
/
+3
*
|
drm/amdgpu: default noretry=0 for navi1x and newer (v2)
Alex Deucher
2020-12-01
1
-5
/
+0
*
|
drm/amdgpu: set default value of noretry to 1 for specified asic
Stanley.Yang
2020-12-01
1
-0
/
+1
*
|
drm/amd/amdgpu/amdgpu_gmc: Demote one and fix another function header
Lee Jones
2020-11-13
1
-3
/
+2
|
/
*
Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd...
Dave Airlie
2020-11-10
1
-8
/
+19
|
\
|
*
drm/amdgpu: allow TMZ on vangogh
Alex Deucher
2020-11-02
1
-0
/
+1
|
*
drm/amd/amdgpu: enable noretry for Sienna_Cichlid/Navy_Flounder/Dimgrey_Cavefish
Chengming Gui
2020-10-21
1
-0
/
+3
|
*
drm/amd/amdgpu: set the default value of noretry to 1 for some dGPUs
Chengming Gui
2020-10-16
1
-8
/
+15
*
|
Merge tag 'drm-misc-next-2020-10-27' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2020-11-04
1
-8
/
+4
|
\
\
|
|
/
|
/
|
|
*
drm/ttm: merge ttm_dma_tt back into ttm_tt
Christian König
2020-10-26
1
-7
/
+3
|
*
drm/ttm: set the tt caching state at creation time
Christian König
2020-10-15
1
-1
/
+1
*
|
drm/amdgpu: add an auto setting to the noretry parameter
Alex Deucher
2020-09-25
1
-1
/
+25
*
|
drm/amdgpu: store noretry parameter per driver instance
Alex Deucher
2020-09-25
1
-0
/
+14
|
/
*
drm/amdgpu: move stolen memory from gmc to mman
Alex Deucher
2020-08-04
1
-6
/
+6
*
drm/amdgpu/gmc: disable keep_stolen_vga_memory on arcturus
Alex Deucher
2020-08-04
1
-1
/
+0
*
drm/amdgpu/gmc: add new helper to get the FB size used by pre-OS console
Alex Deucher
2020-08-04
1
-0
/
+43
*
drm/amdgpu: abstract set_vm_fault_masks function to refine the programming
Huang Rui
2020-07-22
1
-0
/
+20
*
drm/amdgpu: skip VM inv eng assignment for mes ring
Le Ma
2020-07-01
1
-0
/
+3
*
drm/amdgpu: Fine-grained TMZ support
Luben Tuikov
2020-04-28
1
-10
/
+20
*
drm/amdgpu: implement TMZ accessor (v3)
Luben Tuikov
2020-04-28
1
-0
/
+25
*
drm/amdgpu/gmc: Fix spelling mistake.
Rajneesh Bhardwaj
2020-04-22
1
-6
/
+6
*
drm/amdgpu/gmc10: use common invalidation engine helper
Alex Deucher
2020-01-07
1
-1
/
+1
*
drm/amdgpu/gmc: move invaliation bitmap setup to common code
Alex Deucher
2020-01-07
1
-0
/
+40
*
drm/amdgpu: enlarge agp_start address into 48bit
Frank.Min
2019-12-23
1
-1
/
+1
*
drm/amdgpu: implement common gmc_ras_late_init
Tao Zhou
2019-10-03
1
-0
/
+19
*
drm/amdgpu: move xgmi ras fini to xgmi block
Tao Zhou
2019-10-03
1
-11
/
+2
*
drm/amdgpu: move mmhub ras fini to mmhub block
Tao Zhou
2019-10-03
1
-11
/
+1
*
drm/amdgpu: move umc ras fini to umc block
Tao Zhou
2019-10-03
1
-11
/
+1
*
drm/amdgpu: add ras fini for xgmi
Tao Zhou
2019-10-03
1
-0
/
+11
*
drm/amdgpu: add common gmc_ras_fini function
Tao Zhou
2019-10-03
1
-0
/
+26
[next]