index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-07
drm/amdgpu: add a bool to specify if needing vm flush V2
Chunming Zhou
1
-6
/
+3
2016-07-07
drm/amdgpu: earlier free SA resources
Christian König
1
-0
/
+1
2016-07-07
drm/amdgpu: fix user fence handling once more
Christian König
1
-2
/
+1
2016-07-07
drm/amd/gfx: add instance field to select_se_sh (v3)
Tom St Denis
1
-2
/
+2
2016-07-07
drm/amdgpu: must update page table after gpu reset
Chunming Zhou
1
-0
/
+2
2016-07-07
drm/amdgpu: add IP helpers for wait_for_idle and is_idle
Alex Deucher
1
-0
/
+4
2016-07-07
drm/amdgpu: move select_se_sh into the gfx struct
Alex Deucher
1
-0
/
+2
2016-07-07
drm/amdgpu: move get_gpu_clock_counter into the gfx struct
Alex Deucher
1
-3
/
+7
2016-07-07
drm/amdgpu: drop wait_for_mc_idle asic callback
Alex Deucher
1
-3
/
+0
2016-07-07
drm/amdgpu: validate VM PTs only on eviction
Christian König
1
-1
/
+3
2016-07-07
drm/amdgpu: add eviction counter
Christian König
1
-0
/
+1
2016-07-07
drm/amdgpu: add disable_cu parameter
Nicolai Hähnle
1
-0
/
+1
2016-07-07
drm/amdgpu: introduce a firmware debugfs to dump all current firmware versions
Huang Rui
1
-0
/
+2
2016-07-07
drm/amdgpu: remove now unnecessary checks
Christian König
1
-1
/
+0
2016-07-07
drm/amdgpu: use a fence array for VMID management
Christian König
1
-4
/
+6
2016-07-07
drm/amdgpu: add optional ring to amdgpu_sync_is_idle
Christian König
1
-1
/
+2
2016-07-07
drm/amdgpu: remove amdgpu_sync_wait
Christian König
1
-1
/
+0
2016-07-07
drm/amdgpu: add amdgpu.cg_mask and amdgpu.pg_mask parameters
Nicolai Hähnle
1
-0
/
+2
2016-07-07
drm/amdgpu: fix ring debugfs bug
Monk Liu
1
-0
/
+3
2016-07-07
drm/amdgpu/atpx: track whether if this is a hybrid graphics platform
Alex Deucher
1
-0
/
+2
2016-07-07
drm/amdgpu/atpx: add a query for ATPX dGPU power control
Alex Deucher
1
-0
/
+2
2016-07-07
drm/amdgpu: add the common code to support mclk OD
Eric Huang
1
-0
/
+8
2016-07-07
drm/amdgpu: add powercontainment module parameter
Huang Rui
1
-0
/
+1
2016-07-07
drm/amdgpu: fix and cleanup job destruction
Christian König
1
-1
/
+0
2016-07-07
drm/amdgpu: properly abstract scheduler timeout handling
Christian König
1
-1
/
+0
2016-07-07
drm/amdgpu: add the new common pm code to support sclk OD
Eric Huang
1
-0
/
+2
2016-07-07
drm/amdgpu: add the new common pm code to select the clock levels
Eric Huang
1
-0
/
+2
2016-07-07
drm/amdgpu: add powerplay sclk OD support through sysfs (v2)
Eric Huang
1
-0
/
+6
2016-07-02
Back-merge tag 'v4.7-rc5' into drm-next
Dave Airlie
1
-0
/
+7
2016-06-13
Revert "drm/amdgpu: add pipeline sync while vmid switch in same ctx"
Alex Deucher
1
-3
/
+1
2016-06-13
amdgpu: fix asic initialization for virtualized environments (v2)
Andres Rodriguez
1
-0
/
+7
2016-06-09
drm/amdgpu: add pipeline sync while vmid switch in same ctx
Chunming Zhou
1
-1
/
+3
2016-06-02
dma-buf/fence: make fence context 64 bit v2
Christian König
1
-1
/
+1
2016-05-13
drm/amdgpu: create fence slab once when amdgpu module init.
Rex Zhu
1
-0
/
+2
2016-05-11
drm/amdgpu: fix and cleanup user fence handling v2
Christian König
1
-12
/
+7
2016-05-11
drm/amdgpu: move VM fields into job
Christian König
1
-7
/
+8
2016-05-11
drm/amdgpu: move the context from the IBs into the job
Christian König
1
-1
/
+1
2016-05-11
drm/amdgpu: move context switch handling into common code v2
Christian König
1
-2
/
+2
2016-05-11
drm/amdgpu: use fence_context to judge ctx switch v2
Christian König
1
-2
/
+2
2016-05-11
drm/amdgpu: Support DRM_MODE_PAGE_FLIP_ASYNC (v2)
Alex Deucher
1
-1
/
+2
2016-05-11
drm/amdgpu: fetch cu_info once at init
Alex Deucher
1
-11
/
+9
2016-05-11
drm/amd: cleanup remaining spaces and tabs v2
Christian König
1
-6
/
+6
2016-05-11
drm/amdgpu: remove define for reserved client ID
Christian König
1
-1
/
+0
2016-05-11
drm/amdgpu: make the VMID owner always 64bit
Christian König
1
-1
/
+1
2016-05-11
drm/amdgpu: two minor 80 char fixes
Christian König
1
-4
/
+6
2016-05-11
drm/amdgpu: keep vm in job instead of ib (v2)
Monk Liu
1
-3
/
+3
2016-05-11
drm/amdgpu: add client id for every vm
Chunming Zhou
1
-0
/
+6
2016-05-09
Merge tag 'v4.6-rc7' into drm-next
Dave Airlie
1
-0
/
+2
2016-05-04
drm/amd/amdgpu: Add debugfs entries for smc/didt/pcie
Tom St Denis
1
-1
/
+1
2016-05-04
drm/amd/amdgpu: add power gating initialization support for GFX8.0
Eric Huang
1
-0
/
+14
[prev]
[next]