index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-25
drm/amdgpu: add an implement for check_power_state equal for Si.
Rex Zhu
1
-0
/
+52
2016-10-25
drm/amdgpu: add an implement for check_power_state equal for Cz.
Rex Zhu
1
-0
/
+13
2016-10-25
drm/amdgpu: add an implement for check_power_state equal for CI
Rex Zhu
1
-0
/
+51
2016-10-25
drm/amdgpu: add new callback to check power state info
Rex Zhu
1
-0
/
+7
2016-10-25
drm/amdgpu: check min clock set by DAL before set ps.
Rex Zhu
1
-0
/
+6
2016-10-25
drm/amd/amdgpu: Put in rest of wave fields
Tom St Denis
2
-0
/
+12
2016-10-25
drm/amd/amdgpu: re-factor debugfs wave reader
Tom St Denis
4
-23
/
+58
2016-10-25
drm/amd/amdgpu: Make debugfs write compliment read
Tom St Denis
1
-0
/
+43
2016-10-25
drm/amd/amdgpu: Allow broadcast on debugfs read (v2)
Tom St Denis
1
-2
/
+9
2016-10-25
drm/amd/amdgpu: Fix debugfs wave reader
Tom St Denis
1
-2
/
+3
2016-10-25
drm/amd/amdgpu: Add wave reader to debugfs
Tom St Denis
1
-0
/
+74
2016-10-25
drm/amdgpu: rework IP block registration (v2)
Alex Deucher
69
-1935
/
+924
2016-10-25
drm/amdgpu/powerplay: fix spelling in amdgpu_powerplay.h
Alex Deucher
1
-3
/
+3
2016-10-25
drm/amdgpu/virtual_dce: move define into source file
Alex Deucher
2
-1
/
+3
2016-10-25
drm/amdgpu: enable virtual dce on SI
Alex Deucher
1
-4
/
+136
2016-10-25
drm/amdgpu: fill in vce clock info ioctl query (v2)
Alex Deucher
1
-0
/
+18
2016-10-25
drm/amdgpu/powerplay: add an implementation for get_vce_clock_state (v3)
Alex Deucher
1
-0
/
+16
2016-10-25
drm/amdgpu/dpm: add an implementation for get_vce_clock_state (v2)
Alex Deucher
5
-0
/
+15
2016-10-25
drm/amdgpu/dpm: add new callback to fetch vce clock state (v2)
Alex Deucher
2
-0
/
+6
2016-10-25
drm/amdgpu: add info ioctl query for vce clock info (v3)
Alex Deucher
1
-0
/
+20
2016-10-25
drm/amdgpu: save number of vce states in dpm struct.
Rex Zhu
5
-6
/
+8
2016-10-25
drm/amdgpu: use same vce state definition in dpm and powerplay
Rex Zhu
11
-56
/
+36
2016-10-25
drm/amdgpu: move dpm related definitions to amdgpu_dpm.h
Alex Deucher
2
-448
/
+448
2016-10-25
drm/amdgpu: move align_mask and nop into ring funcs as well (v2)
Christian König
14
-43
/
+62
2016-10-25
drm/amdgpu: move the ring type into the funcs structure (v2)
Christian König
16
-43
/
+52
2016-10-25
drm/amdgpu: move IB and frame size directly into the engine description
Christian König
16
-288
/
+117
2016-10-25
drm/amdgpu: remove explicit NULL init for parse_cs
Christian König
9
-12
/
+0
2016-10-25
drm/amdgpu: remove 128 NOP hack from vm_flush v2
Christian König
1
-5
/
+1
2016-10-25
drm/amdgpu: remove ring type check for conditional execution
Christian König
1
-1
/
+1
2016-10-25
drm/amdgpu: pad gfx and compute rings to 256 dw
Christian König
3
-6
/
+6
2016-10-25
drm/radeon: clarify why we evict vram twice on suspend
Alex Deucher
1
-1
/
+4
2016-10-25
drm/amdgpu: clarify why we evict vram twice on suspend
Alex Deucher
1
-1
/
+4
2016-10-25
drm/amdgpu: used cached gca values for vi_read_register (v2)
Alex Deucher
1
-20
/
+97
2016-10-25
drm/amdgpu/gfx8: use cached raster config values in csb setup
Alex Deucher
1
-28
/
+2
2016-10-25
drm/amdgpu/gfx8: cache rb config values
Alex Deucher
1
-0
/
+15
2016-10-25
drm/amdgpu: add additional cached gca config variables
Alex Deucher
1
-0
/
+12
2016-10-25
drm/amdgpu: use amdgpu_vm_get_pd_bo in the GEM code
Christian König
1
-4
/
+3
2016-10-25
drm/amdgpu: move VM defines into amdgpu_vm.h
Christian König
2
-169
/
+206
2016-10-25
drm/amdgpu: move fence and ring defines into amdgpu_ring.h
Christian König
2
-146
/
+185
2016-10-25
drm/amdgpu: move sync handling into a separate header
Christian König
2
-21
/
+57
2016-10-25
drm/amdgpu: stop using a bo list entry for the VM PTs
Christian König
2
-22
/
+16
2016-10-25
drm/amdgpu: move PT validation back into VM code v2
Christian König
4
-35
/
+60
2016-10-25
drm/amdgpu: remove adev pointer from struct amdgpu_bo v2
Christian König
9
-62
/
+65
2016-10-25
drm/amd/amdgpu: Enable UVD PG on Tonga
Tom St Denis
1
-1
/
+1
2016-10-25
drm/amd/powerplay: Enable UVD powergating for SMU7
Tom St Denis
2
-3
/
+23
2016-10-25
drm/amdgpu: update the shadow PD together with the real one v2
Christian König
2
-66
/
+69
2016-10-25
drm/amdgpu:wptr poll address of gfx8 is needed
Frank Min
1
-1
/
+4
2016-10-25
drm/amdgpu:properly fix some JumpTable issues
Monk Liu
3
-6
/
+52
2016-10-25
drm/amdgpu:add MEC_STORAGE ucode id for sriov
Monk Liu
6
-0
/
+23
2016-10-25
drm/amdgpu:add callback in cgs for sriov detect
Frank Min
2
-0
/
+12
[prev]
[next]