index
:
Linux
arm64-uaccess
for-next
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_device.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/amdgpu: do not reset gpu for virtualization
Xiangliang Yu
2017-01-27
1
-0
/
+3
*
drm/amdgpu: request/release full gpu access if device is vf
Xiangliang Yu
2017-01-27
1
-1
/
+9
*
drm/amdgpu/virt: use kiq to access registers (v2)
Xiangliang Yu
2017-01-27
1
-0
/
+10
*
drm/amdgpu:invoke CSA functions (v2)
Monk Liu
2017-01-27
1
-0
/
+12
*
drm/amdgpu: introduce an interface to get clock gating status dynamically
Huang Rui
2017-01-27
1
-0
/
+12
*
drm/amdgpu/virt: rename fieldes of virtualization structure
Xiangliang Yu
2017-01-27
1
-1
/
+1
*
drm/amdgpu: PCI I/O bar can be disabled
Amber Lin
2017-01-27
1
-2
/
+2
*
drm/amdgpu: Remove checking for atombios
Nils Wallménius
2017-01-27
1
-7
/
+1
*
drm/amd/amdgpu: add Polaris12 support (v3)
Junwei Zhang
2017-01-06
1
-0
/
+2
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-12-16
1
-10
/
+10
|
\
|
*
don't open-code file_inode()
Al Viro
2016-12-04
1
-10
/
+10
*
|
Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2016-12-13
1
-179
/
+376
|
\
\
|
*
\
Merge tag 'drm-misc-next-2016-12-08' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
2016-12-09
1
-6
/
+0
|
|
\
\
|
|
*
\
Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next
Daniel Vetter
2016-12-06
1
-22
/
+9
|
|
|
\
\
|
|
*
|
|
drm/amdgpu: don't add files at control minor debugfs directory
Nicolai Stange
2016-12-06
1
-6
/
+0
|
*
|
|
|
drm/amd/amdgpu: Add debugfs support for reading GPRs (v2)
Tom St Denis
2016-12-08
1
-0
/
+67
|
*
|
|
|
drm/amdgpu: no need to ungate uvd/vce clock when fini.
Rex Zhu
2016-12-06
1
-7
/
+13
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Merge branch 'drm-next-4.10' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
2016-12-06
1
-2
/
+2
|
|
\
\
\
|
|
*
|
|
drm/amdgpu: fix logic error for checking amdgpu_vram_page_split
jimqu
2016-11-11
1
-2
/
+2
|
|
|
/
/
|
*
|
|
Backmerge tag 'v4.9-rc8' into drm-next
Dave Airlie
2016-12-05
1
-20
/
+7
|
|
\
\
\
|
|
|
/
/
|
|
/
|
/
|
|
|
/
|
*
|
Backmerge tag 'v4.9-rc4' into drm-next
Dave Airlie
2016-11-07
1
-5
/
+4
|
|
\
\
|
*
\
\
Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...
Dave Airlie
2016-10-28
1
-7
/
+7
|
|
\
\
\
|
|
*
|
|
dma-buf: Rename struct fence to dma_fence
Chris Wilson
2016-10-25
1
-7
/
+7
|
*
|
|
|
drm/amdgpu: use amdgpu_bo_[create|free]_kernel for wb
Alex Deucher
2016-10-25
1
-30
/
+7
|
*
|
|
|
drm/amd/amdgpu: re-factor debugfs wave reader
Tom St Denis
2016-10-25
1
-23
/
+6
|
*
|
|
|
drm/amd/amdgpu: Make debugfs write compliment read
Tom St Denis
2016-10-25
1
-0
/
+43
|
*
|
|
|
drm/amd/amdgpu: Allow broadcast on debugfs read (v2)
Tom St Denis
2016-10-25
1
-2
/
+9
|
*
|
|
|
drm/amd/amdgpu: Fix debugfs wave reader
Tom St Denis
2016-10-25
1
-2
/
+3
|
*
|
|
|
drm/amd/amdgpu: Add wave reader to debugfs
Tom St Denis
2016-10-25
1
-0
/
+74
|
*
|
|
|
drm/amdgpu: rework IP block registration (v2)
Alex Deucher
2016-10-25
1
-122
/
+138
|
*
|
|
|
drm/amdgpu: clarify why we evict vram twice on suspend
Alex Deucher
2016-10-25
1
-1
/
+4
|
*
|
|
|
drm/amdgpu: add VRAM manager v2
Christian König
2016-10-25
1
-0
/
+7
|
*
|
|
|
drm/amdgpu: add AMDGPU_GEM_CREATE_VRAM_CONTIGUOUS flag v3
Christian König
2016-10-25
1
-1
/
+2
|
*
|
|
|
drm/amd/amdgpu: For virtual display, enable multi crtcs. (v3)
Emily Deng
2016-10-25
1
-5
/
+23
|
*
|
|
|
drm/amdgpu: rename amdgpu_whether_enable_virtual_display
Alex Deucher
2016-10-25
1
-2
/
+2
|
|
/
/
/
*
|
|
/
drm/amdgpu: just suspend the hw on pci shutdown
Alex Deucher
2016-12-07
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
drm/amdgpu:fix vpost_needed routine
Monk Liu
2016-11-15
1
-20
/
+7
|
|
/
|
/
|
*
|
drm/amdgpu: move atom scratch register save/restore to common code
Alex Deucher
2016-10-21
1
-1
/
+4
*
|
drm/amdgpu: drop atom scratch save/restore in gpu reset
Alex Deucher
2016-10-21
1
-4
/
+0
|
/
*
Merge tag 'drm-fixes-for-v4.9-rc2' of git://people.freedesktop.org/~airlied/l...
Linus Torvalds
2016-10-18
1
-17
/
+52
|
\
|
*
drm/amdgpu: disable smu hw first on tear down
Alex Deucher
2016-10-14
1
-0
/
+24
|
*
drm/amdgpu: fix amdgpu_need_full_reset (v2)
Alex Deucher
2016-10-14
1
-7
/
+16
|
*
drm/amdgpu: clarify UVD/VCE special handling for CG
Alex Deucher
2016-10-12
1
-9
/
+11
|
*
drm/amd/amdgpu: enable clockgating only after late init
Arindam Nath
2016-10-12
1
-7
/
+7
*
|
Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2016-10-11
1
-61
/
+416
|
\
|
|
*
drm/amdgpu: also track late init state
Grazvydas Ignotas
2016-10-06
1
-0
/
+4
|
*
drm/amdgpu: mark symbols static where possible
Baoyou Xie
2016-09-22
1
-1
/
+1
|
*
drm/amdgpu:determine if vPost is needed indeed
Monk Liu
2016-09-22
1
-4
/
+44
|
*
drm/amdgpu:changes of virtualization cases probe (v3)
Monk Liu
2016-09-19
1
-18
/
+15
|
*
drm/amdgpu: Use kmalloc_array() in amdgpu_debugfs_gca_config_read()
Markus Elfring
2016-09-19
1
-1
/
+1
[next]