index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-07
drm/amdgpu: implement HDP functions for UVD v2
Christian König
3
-0
/
+88
2016-07-07
drm/amdgpu: change pcie_gen_cap magic code to macro
Huang Rui
5
-9
/
+20
2016-07-07
drm/amdgpu/gfx7: make gfx_v7_0_rlc_stop static
Alex Deucher
2
-4
/
+1
2016-07-07
drm/amdgpu/gfx7: switch to using the existing rlc callbacks
Alex Deucher
4
-10
/
+14
2016-07-07
drm/amdgpu: move select_se_sh into the gfx struct
Alex Deucher
6
-7
/
+12
2016-07-07
drm/amdgpu: move get_gpu_clock_counter into the gfx struct
Alex Deucher
9
-14
/
+22
2016-07-07
drm/amdgpu: drop wait_for_mc_idle asic callback
Alex Deucher
7
-19
/
+8
2016-07-07
drm/amdgpu/gmc: make some functions static
Alex Deucher
4
-16
/
+8
2016-07-07
drm/amdgpu: validate VM PTs only on eviction
Christian König
4
-4
/
+20
2016-07-07
drm/amdgpu: add eviction counter
Christian König
2
-0
/
+6
2016-07-07
drm/amdgpu: add amdgpu_irq_gpu_reset_resume_helper
Chunming Zhou
3
-0
/
+14
2016-07-07
drm/amd/powerplay: make sure VCE is disabled by default
Arindam Nath
1
-0
/
+1
2016-07-07
drm/amd/amdgpu: make sure VCE is disabled by default
Arindam Nath
1
-0
/
+1
2016-07-07
drm/amdgpu: disable compute pipeline sync workaround when using fixed fw
Alex Deucher
1
-1
/
+27
2016-07-07
drm/amdgpu/gfx8: set USER_SHADER_ARRAY_CONFIG based on disable_cu parameter
Nicolai Hähnle
1
-0
/
+20
2016-07-07
drm/amdgpu/gfx7: set USER_SHADER_ARRAY_CONFIG based on disable_cu parameter
Nicolai Hähnle
1
-0
/
+20
2016-07-07
drm/amdgpu: add disable_cu parameter
Nicolai Hähnle
4
-0
/
+51
2016-07-07
drm/amdgpu: evict vram when gpu reset
Chunming Zhou
1
-0
/
+4
2016-07-07
drm/amdgpu: block scheduler when gpu reset
Chunming Zhou
2
-5
/
+27
2016-07-07
amdgpu: use NULL instead of 0 for pointer
Arnd Bergmann
1
-1
/
+1
2016-07-07
drm/amdgpu: pipeline evictions as well
Christian König
1
-2
/
+4
2016-07-07
drm/amdgpu: save the PD addr before scheduling the job
Christian König
2
-4
/
+4
2016-07-07
drm/ttm: add the infrastructure for pipelined evictions
Christian König
3
-5
/
+160
2016-07-07
drm/ttm: simplify ttm_bo_wait
Christian König
1
-33
/
+4
2016-07-07
drm/ttm: remove TTM_BO_PRIV_FLAG_MOVING
Christian König
5
-15
/
+19
2016-07-07
drm/ttm: remove no_gpu_wait param from ttm_bo_move_accel_cleanup
Christian König
5
-9
/
+3
2016-07-07
drm/amdgpu: remove pre move wait
Christian König
1
-4
/
+0
2016-07-07
drm/amdgpu: sync to buffer moves before VM updates
Christian König
1
-4
/
+19
2016-07-07
drm/ttm: wait for BO idle after the move in ttm_bo_swapout
Christian König
1
-6
/
+9
2016-07-07
drm/ttm: drop waiting for idle in ttm_bo_evict.
Christian König
1
-10
/
+1
2016-07-07
drm/ttm: drop wait for idle in ttm_bo_move_buffer
Christian König
1
-14
/
+0
2016-07-07
drm/ttm: wait for BO idle in ttm_bo_move_memcpy
Christian König
7
-7
/
+18
2016-07-07
drm/ttm: add wait for idle in all drivers bo_move functions
Christian König
5
-0
/
+25
2016-07-07
drm/ttm: remove dummy bo_move implementations
Christian König
4
-46
/
+4
2016-07-07
drm/ttm: remove NULL checks when calling ttm_tt_destroy
Christian König
3
-11
/
+7
2016-07-07
drm/ttm: cleanup ttm_tt_(unbind|destroy)
Christian König
4
-26
/
+5
2016-07-07
drm/amdgpu: some improvement in parsing inputs
Eric Huang
1
-3
/
+9
2016-07-07
drm/amd/powerplay: remove useless soft pptable in Asic related backend
Eric Huang
6
-31
/
+0
2016-07-07
drm/amd/powerplay: remove useless pp_table codes for Tonga/Fiji/Polaris10
Eric Huang
4
-116
/
+0
2016-07-07
drm/amd/powerplay: add uploading pptable and resetting powerplay support
Eric Huang
4
-9
/
+63
2016-07-07
drm/amd/powerplay: change backend allocation to backend init
Eric Huang
4
-36
/
+30
2016-07-07
drm/amd/powerplay: add disable dpm tasks for Polaris10
Eric Huang
3
-1
/
+257
2016-07-07
drm/amd/powerplay: add disable dpm tasks for Tonga
Eric Huang
1
-0
/
+1
2016-07-07
drm/amd/powerplay: add function disable_dpm_tasks for Fiji
Eric Huang
3
-0
/
+281
2016-07-07
drm/amd/powerplay: add event task of disable dynamic state management
Eric Huang
4
-2
/
+28
2016-07-07
drm/amd/powerplay: keep soft_pp_table pointer value for re-uploading
Eric Huang
2
-13
/
+8
2016-07-07
drm/amdgpu: introduce a firmware debugfs to dump all current firmware versions
Huang Rui
3
-0
/
+135
2016-07-07
drm/amdgpu: factor out the AMDGPU_INFO_FW_VERSION case branch into amdgpu_fir...
Huang Rui
2
-67
/
+81
2016-07-07
drm/amdgpu: remove cgs_acpi_method_argument member method_length
Nicolai Hähnle
2
-6
/
+2
2016-07-07
drm/amd/powerplay: set UVD clocks bypass mode for Polaris10
Eric Huang
2
-1
/
+8
[next]