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
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-24
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+4
2016-05-24
drm/amdgpu: make amdgpu_mn_get wait for mmap_sem killable
Michal Hocko
1
-1
/
+4
2016-05-23
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
73
-2999
/
+3728
2016-05-21
drm: Nuke ->vblank_disable_allowed
Daniel Vetter
1
-1
/
+0
2016-05-17
drm: Remove unused drm_device from drm_gem_object_lookup()
Chris Wilson
7
-12
/
+11
2016-05-12
drm/amdgpu: fix DP mode validation
Alex Deucher
1
-2
/
+2
2016-05-11
drm/amdgpu/dce11: fix audio offset for asics with >7 audio pins
Alex Deucher
2
-1
/
+3
2016-05-11
drm/amdgpu: fix and cleanup user fence handling v2
Christian König
4
-47
/
+38
2016-05-11
drm/amdgpu: move VM fields into job
Christian König
14
-66
/
+66
2016-05-11
drm/amdgpu: move the context from the IBs into the job
Christian König
4
-17
/
+24
2016-05-11
drm/amdgpu: move context switch handling into common code v2
Christian König
12
-29
/
+25
2016-05-11
drm/amdgpu: move preamble IB handling into common code
Christian König
3
-9
/
+7
2016-05-11
drm/amdgpu/gfx7: fix pipeline sync
Chunming Zhou
1
-12
/
+13
2016-05-11
amdgpu/uvd: separate context buffer from DPB
Sonny Jiang
1
-3
/
+59
2016-05-11
drm/amdgpu: use fence_context to judge ctx switch v2
Christian König
3
-4
/
+4
2016-05-11
drm/amd/amdgpu: Added more named DRM info messages for debugging
Tom St Denis
1
-10
/
+10
2016-05-11
drm/amd/amdgpu: Add name field to amd_ip_funcs (v2)
Tom St Denis
30
-1
/
+30
2016-05-11
drm/amdgpu: Support DRM_MODE_PAGE_FLIP_ASYNC (v2)
Alex Deucher
6
-27
/
+52
2016-05-11
drm/amdgpu/dce11: don't share PLLs on Polaris
Alex Deucher
1
-4
/
+0
2016-05-11
drm/amdgpu: Drop unused parameter for *get_sleep_divider_id_from_clock
Nils Wallménius
1
-4
/
+2
2016-05-11
drm/amdgpu: Simplify calculation in *get_sleep_divider_id_from_clock
Nils Wallménius
2
-7
/
+2
2016-05-11
drm/amdgpu: Use max macro in *get_sleep_divider_id_from_clock
Nils Wallménius
2
-4
/
+2
2016-05-11
drm/amdgpu: fetch cu_info once at init
Alex Deucher
9
-46
/
+25
2016-05-11
drm/amd: cleanup remaining spaces and tabs v2
Christian König
16
-32
/
+32
2016-05-11
drm/amdgpu: remove define for reserved client ID
Christian König
2
-2
/
+1
2016-05-11
drm/amdgpu: remove owner cleanup v2
Christian König
1
-13
/
+0
2016-05-11
drm/amdgpu: make the VMID owner always 64bit
Christian König
2
-3
/
+3
2016-05-11
drm/amdgpu: two minor 80 char fixes
Christian König
3
-8
/
+12
2016-05-11
drm/amdgpu: hdp flush&inval should always do
Monk Liu
1
-7
/
+5
2016-05-11
drm/amd/amdgpu: Enable CG for UVD6 on Carrizo
Tom St Denis
1
-1
/
+2
2016-05-11
drm/amdgpu: add pipeline sync for compute job
Chunming Zhou
1
-1
/
+2
2016-05-11
drm/amdgpu: keep vm in job instead of ib (v2)
Monk Liu
12
-30
/
+25
2016-05-11
drm/amdgpu: make vmid owner be client_id
Chunming Zhou
1
-3
/
+3
2016-05-11
drm/amdgpu: add client id for every vm
Chunming Zhou
2
-0
/
+8
2016-05-11
drm/amdgpu: fix wrong release of vmid owner
Chunming Zhou
1
-5
/
+9
2016-05-09
Merge tag 'v4.6-rc7' into drm-next
Dave Airlie
13
-20
/
+46
2016-05-06
Merge branch 'drm-next-4.7' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
63
-2659
/
+3324
2016-05-05
drm/amdgpu: Replace rcu_assign_pointer() with RCU_INIT_POINTER()
Muhammad Falak R Wani
1
-1
/
+1
2016-05-05
drm/amdgpu: use drm_mode_vrefresh() rather than mode->vrefresh
Alex Deucher
1
-1
/
+1
2016-05-05
drm/amdgpu/uvd6: add bypass support for fiji (v3)
Alex Deucher
1
-0
/
+19
2016-05-05
drm/amd/amdgpu: Add debugfs entries for smc/didt/pcie
Tom St Denis
2
-9
/
+223
2016-05-05
drm/amd/amdgpu: Drop print_status callbacks.
Tom St Denis
29
-1769
/
+0
2016-05-05
drm/amd/powerplay: add dpm force multiple levels on cz/tonga/fiji/polaris (v2)
Eric Huang
1
-15
/
+36
2016-05-05
drm/amdgpu: fix memory leak in CGS (FW info)
Mykola Lysenko
1
-34
/
+36
2016-05-05
drm/amdgpu: code style refine.
Rex Zhu
1
-1
/
+1
2016-05-05
drm/amd/amdgpu: fix 64-bit division
Slava Grigorev
1
-2
/
+2
2016-05-05
drm/amdgpu: add polaris10/11 smc fw declaration
Flora Cui
1
-0
/
+5
2016-05-05
drm/amdgpu: change ELM/BAF to Polaris10/Polaris11
Flora Cui
12
-160
/
+162
2016-05-05
drm/amdgpu: add ELM/BAF pci ids
Flora Cui
1
-0
/
+10
2016-05-05
drm/amdgpu: update the core VI support for ELM/BAF
Flora Cui
2
-0
/
+89
[next]