index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-29
drm/amdgpu: add asic callback to get memsize register
Alex Deucher
1
-0
/
+3
2017-03-29
drm/amdgpu: add a callback to set vm mapping flags
Alex Xie
1
-0
/
+4
2017-03-29
drm/amdgpu: set GART PTE asic specific flags
Alex Xie
1
-0
/
+4
2017-03-29
drm/amdgpu: expand pte flags to uint64_t
Chunming Zhou
1
-4
/
+4
2017-03-29
drm/amdgpu: add 64bit doorbell functions (v2)
Ken Wang
1
-0
/
+4
2017-03-29
drm/amdgpu: add 64bit wb functions
Ken Wang
1
-0
/
+2
2017-03-29
drm/amdgpu: change wptr to 64 bits (v2)
Ken Wang
1
-1
/
+1
2017-03-29
drm/amdgpu: init aperture definitions (v2)
Junwei Zhang
1
-0
/
+5
2017-03-29
drm/amdgpu: Merge pre/postclose hooks
Daniel Vetter
1
-2
/
+0
2017-03-29
drm/amdgpu: remove unused sync testing
Christian König
1
-4
/
+0
2017-03-29
drm/amdgpu: rename amdgpu_gca_config to amdgpu_gfx_config
Junwei Zhang
1
-2
/
+2
2017-03-29
drm/amdgpu: export gfx config double offchip LDS buffers (v3)
Junwei Zhang
1
-0
/
+3
2017-03-29
drm/amdgpu: change pointer of mqd_ptr & mqd_backup to void
Xiangliang Yu
1
-1
/
+1
2017-03-29
drm/amdgpu:alloc mqd backup
Monk Liu
1
-0
/
+1
2017-03-29
drm/amdgpu:new field in_reset introduced for gfx
Monk Liu
1
-0
/
+1
2017-03-29
drm/amdgpu:impl RREG32 no kiq version
Monk Liu
1
-7
/
+14
2017-03-29
drm/amdgpu: implement PRT for GFX6 v2
Christian König
1
-0
/
+1
2017-03-29
drm/amdgpu: IOCTL interface for PRT support v4
Junwei Zhang
1
-0
/
+1
2017-03-29
drm/amdgpu: add basic PRT support (v2)
Christian König
1
-0
/
+2
2017-02-17
drm/amd/amdgpu: post card if there is real hw resetting performed
Jim Qu
1
-1
/
+4
2017-02-13
drm/amdgpu: read hw register to check pg status.
Rex Zhu
1
-2
/
+0
2017-02-09
drm/amdgpu: report the number of bytes moved at buffer creation
Samuel Pitoiset
1
-0
/
+1
2017-02-01
Merge branch 'drm-next-4.11' of git://people.freedesktop.org/~agd5f/linux into drm-next
Dave Airlie
1
-10
/
+55
2017-01-27
drm/amdgpu: fix amdgpu_bo_va_mapping flags
Christian König
1
-1
/
+1
2017-01-27
drm/amd/amdgpu: remove the uncessary parameter for ib scheduler
Junwei Zhang
1
-2
/
+2
2017-01-27
drm/amdgpu:introduce new flag to identify VM domain for cntx_ctrl
Monk Liu
1
-0
/
+1
2017-01-27
drm/amdgpu:implement ring_write_multiple
Monk Liu
1
-0
/
+31
2017-01-27
drm/amdgpu: simplify allocation of scratch regs
Nils Wallménius
1
-2
/
+1
2017-01-27
drm/amdgpu/ring: add two interfaces to support r/w registers with kiq
Xiangliang Yu
1
-0
/
+2
2017-01-27
drm/amdgpu: add get clockgating_state method for vce v3
Huang Rui
1
-0
/
+1
2017-01-27
drm/amdgpu: add get clockgating_state method for uvd v5&v6
Huang Rui
1
-0
/
+1
2017-01-27
drm/amdgpu: introduce an interface to get clock gating status dynamically
Huang Rui
1
-0
/
+1
2017-01-27
drm/amdgpu: remove detect_hw_virtualization interface
Xiangliang Yu
1
-2
/
+0
2017-01-27
drm/amdgpu/virt: rename fieldes of virtualization structure
Xiangliang Yu
1
-1
/
+1
2017-01-27
drm/amdgpu/gfx8: add support kernel interface queue(KIQ)
Xiangliang Yu
1
-0
/
+13
2017-01-27
drm/amdgpu: delete dead module parameter:amdgpu_powerplay.
Rex Zhu
1
-1
/
+0
2017-01-27
drm/amdgpu: Remove checking for atombios
Nils Wallménius
1
-1
/
+0
2017-01-27
drm/amd/amdgpu: Remove drm_debugfs_remove_files() call
Noralf Trønnes
1
-1
/
+0
2017-01-10
Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm-misc into drm-next
Dave Airlie
1
-1
/
+1
2017-01-09
drm: Change the return type of the unload hook to void
Gabriel Krisman Bertazi
1
-1
/
+1
2016-12-13
Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-825
/
+71
2016-12-08
drm/amd/amdgpu: Add debugfs support for reading GPRs (v2)
Tom St Denis
1
-0
/
+2
2016-12-08
drm/amd/amdgpu: stored bios_size
Evan Quan
1
-0
/
+1
2016-12-07
drm/amdgpu: just suspend the hw on pci shutdown
Alex Deucher
1
-0
/
+1
2016-12-06
Revert "drm/amdgpu: use the kernel zone memory size as the max remote memory in amdgpu"
Alex Deucher
1
-2
/
+0
2016-12-06
Merge branch 'drm-next-4.10' of git://people.freedesktop.org/~agd5f/linux into drm-next
Dave Airlie
1
-3
/
+2
2016-12-05
Backmerge tag 'v4.9-rc8' into drm-next
Dave Airlie
1
-0
/
+1
2016-11-23
drm/amdgpu: drop is_display_hung from display funcs
Alex Deucher
1
-1
/
+0
2016-11-11
drm/amdgpu: delete duplicate module parameter.
Rex Zhu
1
-2
/
+2
2016-11-11
drm/amdgpu: Attach exclusive fence to prime exported bo's. (v5)
Mario Kleiner
1
-0
/
+1
[prev]
[next]