index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2016-05-04
drm/amdgpu: use max_dw in ring_init
Christian König
-22
/
+18
2016-05-04
drm/amd/powerplay: fix fan speed percent setting error on Fiji
Eric Huang
-2
/
+2
2016-05-04
drm/amd/powerplay: fix fan speed percent setting error on Tonga
Eric Huang
-2
/
+2
2016-05-04
drm/ttm: Fix TTM BO accounting
Felix Kuehling
-3
/
+2
2016-05-04
drm/amd: make a type-safe cgs_device struct. (v2)
Dave Airlie
-98
/
+93
2016-05-04
drm/amdgpu: handle more than 10 UVD sessions (v2)
Arindam Nath
-18
/
+41
2016-05-04
drm/amd: make some function-local tables static const
Nils Wallménius
-6
/
+6
2016-05-04
drm/amd/powerplay: mark phm_master_table_* structs as const
Nils Wallménius
-24
/
+24
2016-05-04
drm/amd/powerplay: Mark pem_event_action chains as const
Nils Wallménius
-19
/
+19
2016-05-04
drm/amdgpu: Mark all instances of struct drm_info_list as const
Nils Wallménius
-10
/
+10
2016-05-04
drm/amd/scheduler: Mark amdgpu_sched_ops const
Nils Wallménius
-5
/
+5
2016-05-04
drm/amd: Mark some tables as const
Nils Wallménius
-29
/
+29
2016-05-04
drm/amd/powerplay: fix stutter setup in mclk level init
Alex Deucher
-8
/
+8
2016-05-04
drm/radeon: add support for SET_APPEND_CNT packet3 (v2)
Dave Airlie
-1
/
+90
2016-05-04
drm/radeon: handle more than 10 UVD sessions
Arindam Nath
-17
/
+44
2016-05-04
drm/radeon: add support for loading new UVD fw
Arindam Nath
-15
/
+49
2016-05-04
drm/amdgpu: reuse VMIDs already assigned to a process
Christian König
-31
/
+46
2016-05-04
drm/amdgpu: add a fence after the VM flush
Christian König
-14
/
+35
2016-05-04
drm/amdgpu: use a sync object for VMID fences v2
Christian König
-32
/
+132
2016-05-04
drm/amdgpu: merge VM manager and VM context ID structure
Christian König
-78
/
+78
2016-05-04
drm/amdgpu: Set PFLIP_SUBMITTED for crtc after address update
Andrey Grodzovsky
-3
/
+11
2016-05-04
drm/radeon: Support DRM_MODE_PAGE_FLIP_ASYNC
Michel Dänzer
-24
/
+35
2016-05-04
drm/amd/powerplay: add deep sleep divider id into DPM table on Tonga
Eric Huang
-5
/
+24
2016-05-02
drm/amdgpu: optionally enable GART debugfs file
Christian König
-14
/
+42
2016-05-02
drm/amdgpu: remove GART page addr array
Christian König
-19
/
+4
2016-05-02
drm/amdgpu: use BO pages instead of GART array
Christian König
-13
/
+16
2016-05-02
drm/amdgpu: change parameter passing in the VM code
Christian König
-46
/
+54
2016-05-02
drm/amdgpu: drop the GTT power of two limit
Christian König
-5
/
+1
2016-05-02
drm/amd/powerplay: use min_clock_in_sr for deep sleep feature.
Rex Zhu
-20
/
+30
2016-05-02
drm/amd/amdgpu: Enable clockgating in UVD6 for Stoney
Tom St Denis
-1
/
+5
2016-05-02
drm/amd/amdgpu: Enable clockgating for UVD5 on Tonga
Tom St Denis
-1
/
+1
2016-05-02
drm/amd/amdgpu: Add SW clock gating support to UVD 5 and 6
Tom St Denis
-164
/
+232
2016-05-02
drm/radeon: don't include RADEON_HPD_NONE in HPD IRQ enable bitsets
Nicolai Stange
-8
/
+16
2016-05-02
drm/amdgpu: refine code for code style.
Rex Zhu
-1
/
+1
2016-05-02
drm/amdgpu: No need to stop hw init although vce's state was not true.
Rex Zhu
-1
/
+2
2016-05-02
drm/amdgpu: fix issue that can't set vce clock gate.
Rex Zhu
-1
/
+17
2016-05-02
drm/amdgpu: use ref to keep job alive
Monk Liu
-4
/
+35
2016-05-02
drm/amdgpu: rework TDR in scheduler (v2)
Monk Liu
-1
/
+62
2016-05-02
drm/amdgpu: get rid of incorrect TDR
Monk Liu
-42
/
+1
2016-05-02
drm/amdgpu: put job to list before done
Monk Liu
-0
/
+27
2016-05-02
drm/amdgpu: delay job free to when it's finished (v2)
Monk Liu
-3
/
+22
2016-05-02
drm/amdgpu/dce11: fix vertical bars appear on monitor
Vitaly Prosyak
-60
/
+5
2016-05-02
drm/amdgpu: use sched_job_init to initialize sched_job
Monk Liu
-20
/
+40
2016-05-02
drm/amdgpu: patch cond exec for SDMA
Monk Liu
-1
/
+37
2016-05-02
drm/amdgpu: support cond exec
Monk Liu
-0
/
+15
2016-05-02
drm/amdgpu: improve vmid assigment V2
Chunming Zhou
-0
/
+14
2016-05-02
drm/amdgpu: mark amdgpu_allowed_register_entry tables as 'const'
Nils Wallménius
-6
/
+6
2016-05-02
drm/amdgpu: do not store bios_header_start in amdgpu_device
Nils Wallménius
-5
/
+4
2016-05-02
drm/radeon: delete unused struct member suspend from radeon_device
Nils Wallménius
-1
/
+0
2016-05-02
drm/amdgpu: delete unused struct member suspend from amdgpu_device
Nils Wallménius
-1
/
+0
[next]