index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
blackfin
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2016-07-07
drm/amdgpu: stop trying to schedule() with a spin held
Christian König
1
-0
/
+2
2016-07-07
drm/radeon/cik: fix CP jump table size
Alex Deucher
1
-1
/
+1
2016-07-07
drm/amdgpu/gfx7: fix CP jump table size
Alex Deucher
1
-1
/
+1
2016-07-07
drm/amdgpu/gfx8: fix CP jump table size
Alex Deucher
1
-1
/
+1
2016-07-07
drm/amd/amdgpu : adding new tracepoints to track memory information.
David Mao
3
-0
/
+43
2016-07-07
drm/amd/amdgpu : Refine tracepoints to track more information
David Mao
1
-2
/
+18
2016-07-07
drm/amdgpu/uvd6: De-numberify startup
Tom St Denis
1
-14
/
+25
2016-07-07
drm/amdgpu: Initialize the variables in a straight-forward way
Alex Xie
1
-6
/
+28
2016-07-07
drm/amdgpu: Add comment to describe the purpose of one difficult if statement
Alex Xie
1
-4
/
+7
2016-07-07
drm/amdgpu: Change some variable names to make code easier understood
Alex Xie
1
-16
/
+16
2016-07-07
drm/amdgpu: enable BUS master after pci reset
Chunming Zhou
2
-1
/
+6
2016-07-07
drm/amdgpu: add return value for pci config reset
Chunming Zhou
2
-9
/
+17
2016-07-07
drm/amdgpu: remove now unnecessary checks
Christian König
2
-21
/
+11
2016-07-07
drm/amdgpu: use a fence array for VMID management
Christian König
4
-119
/
+117
2016-07-07
drm/amdgpu: reuse VMIDs assigned to a VM only if there is also a free one
Christian König
1
-54
/
+59
2016-07-07
drm/amdgpu: prefer VMIDs idle on the current ring
Christian König
1
-15
/
+9
2016-07-07
drm/amdgpu: add optional ring to amdgpu_sync_is_idle
Christian König
4
-6
/
+20
2016-07-07
drm/amdgpu: remove amdgpu_sync_wait
Christian König
3
-25
/
+1
2016-07-07
drm/amdgpu: generalize the scheduler fence
Christian König
6
-49
/
+79
2016-07-07
drm/amdgpu: document amdgpu_sync_get_fence
Christian König
1
-0
/
+7
2016-07-07
drm/amdgpu/gfx80: Add QUICK_PG bit to GFX header and use it.
Tom St Denis
2
-4
/
+6
2016-07-07
drm/amdgpu/gfx8: Tidy up various PG helpers
Tom St Denis
1
-33
/
+18
2016-07-07
drm/amdgpu/gfx8: Enable PG on Stoney
Tom St Denis
1
-1
/
+6
2016-07-07
drm/amdgpu/gfx8: Enable CG on Stoney
Tom St Denis
1
-0
/
+7
2016-07-07
drm/amdgpu/gfx8: Switch Stoney to share CZ's RLC functions
Tom St Denis
1
-1
/
+1
2016-07-07
drm/amdgpu: add amdgpu.cg_mask and amdgpu.pg_mask parameters
Nicolai Hähnle
3
-0
/
+13
2016-07-07
drm/amdgpu/trace: Add tracepoints to MMIO read/writes
Tom St Denis
2
-4
/
+46
2016-07-07
drm/amdgpu: print smc fw info in CGS.
yanyang1
1
-0
/
+1
2016-07-07
drm/amdgpu: properly clean up runtime pm
Alex Deucher
1
-10
/
+21
2016-07-07
drm/radeon: work around lack of upstream ACPI support for D3cold
Alex Deucher
1
-0
/
+9
2016-07-07
drm/amdgpu: work around lack of upstream ACPI support for D3cold
Alex Deucher
1
-0
/
+9
2016-07-07
drm/amdgpu: add gpu reset to timeout handler
Chunming Zhou
1
-0
/
+1
2016-07-07
drm/amdgpu: fix ring debugfs bug
Monk Liu
2
-0
/
+13
2016-07-07
drm/amd/amdgpu: ring debugfs is read in increments of 4 bytes
Tom St Denis
1
-1
/
+1
2016-07-07
drm/amd/amdgpu: Convert ring debugfs entries to binary
Tom St Denis
1
-65
/
+62
2016-07-07
drm/radeon: drop explicit pci D3/D0 setting for ATPX power control
Alex Deucher
1
-4
/
+4
[next]