index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-19
drm/amd/pp: Fix overflow when setup decf/pix/disp dpm table.
Rex Zhu
1
-4
/
+2
2017-10-19
drm/amd/pp: thermal control not enabled on vega10.
Rex Zhu
2
-1
/
+3
2017-10-19
drm/amdgpu: busywait KIQ register accessing (v4)
pding
6
-25
/
+71
2017-10-19
drm/amdgpu: report more amdgpu_fence_info
pding
1
-0
/
+13
2017-10-19
drm/amdgpu:don't check soft_reset for sriov
Monk Liu
1
-0
/
+3
2017-10-19
drm/amdgpu:fix duplicated setting job's vram_lost
Monk Liu
2
-2
/
+1
2017-10-19
drm/amdgpu:reduce wb to 512 slot
Monk Liu
1
-1
/
+1
2017-10-19
drm/amdgpu: fix regresstion on SR-IOV gpu reset failed
Rex Zhu
3
-8
/
+14
2017-10-19
drm/amd/powerplay: Tidy up cz_dpm_powerup_vce()
Tom St Denis
1
-2
/
+1
2017-10-19
drm/amd/powerplay: Tidy up cz_dpm_powerdown_vce()
Tom St Denis
1
-2
/
+1
2017-10-19
drm/amd/powerplay: Tidy up cz_dpm_update_vce_dpm()
Tom St Denis
1
-11
/
+10
2017-10-19
drm/amd/powerplay: Tidy up cz_dpm_update_uvd_dpm()
Tom St Denis
1
-7
/
+6
2017-10-19
drm/amd/powerplay: Tidy up cz_dpm_powerup_uvd()
Tom St Denis
1
-12
/
+5
2017-10-19
drm/amd/powerplay: Tidy up cz_dpm_powerdown_uvd()
Tom St Denis
1
-4
/
+2
2017-10-19
drm/amd/powerplay: Tidy up cz_start_dpm()
Tom St Denis
1
-7
/
+2
2017-10-19
drm/amdgpu: use ARRAY_SIZE
Jérémy Lefaure
2
-8
/
+10
2017-10-19
drm/amdgpu: reserve root PD while releasing it
Christian König
1
-2
/
+11
2017-10-19
drm/ttm: fix the fix for huge compound pages
Christian König
1
-5
/
+16
2017-10-19
drm/amdgpu: bump version for vram lost counter query (v2)
Alex Deucher
1
-1
/
+2
2017-10-19
drm/amdgpu: minor CS optimization
Christian König
1
-18
/
+19
2017-10-19
drm/amd/sched: fix job tear down order v2
Christian König
1
-3
/
+2
2017-10-19
drm/amdgpu: Add amdgpu_find_mm_node()
Harish Kasiviswanathan
1
-22
/
+27
2017-10-19
drm/amdgpu: Refactor amdgpu_move_blit
Harish Kasiviswanathan
2
-49
/
+132
2017-10-19
drm/amdgpu: Fix extra call to amdgpu_ctx_put.
Andrey Grodzovsky
1
-4
/
+2
2017-10-19
drm/ttm: Fix unused variables with huge page support
Tom St Denis
1
-1
/
+8
2017-10-19
drm/amdgpu: add VRAM lost query
Christian König
1
-0
/
+3
2017-10-19
drm/amdgpu: set -ECANCELED when dropping jobs
Christian König
2
-1
/
+7
2017-10-19
drm/amdgpu: move the VRAM lost counter per context
Christian König
4
-24
/
+8
2017-10-19
drm/amdgpu: keep copy of VRAM lost counter in job
Christian König
3
-6
/
+10
2017-10-19
drm/amdgpu: partial revert VRAM lost handling v2
Christian König
3
-20
/
+10
2017-10-19
drm/ttm: add transparent huge page support for wc or uc allocations v2
Christian König
1
-27
/
+109
2017-10-19
drm/ttm: move more logic into ttm_page_pool_get_pages
Christian König
1
-46
/
+52
2017-10-19
drm/ttm: add transparent huge page support for cached allocations v2
Christian König
1
-8
/
+42
2017-10-19
drm/ttm: don't use compound pages for now
Christian König
1
-0
/
+1
2017-10-19
drm/amdgpu: correct reference clock value on vega10
Ken Wang
1
-4
/
+1
2017-10-19
drm/amdgpu: SR-IOV data exchange between PF&VF
Horace Chen
4
-0
/
+262
2017-10-19
drm/amdgpu: Move old fence waiting before reservation lock is aquired v2
Andrey Grodzovsky
3
-10
/
+34
2017-10-19
drm/amdgpu: Refactor amdgpu_cs_ib_vm_chunk and amdgpu_cs_ib_fill.
Andrey Grodzovsky
1
-51
/
+61
2017-10-19
drm/amdgpu: make function uvd_v6_0_enc_get_destroy_msg static
Colin Ian King
1
-2
/
+3
2017-10-19
drm/amd/pp: remove polaris10_smc/smumgr split.
Rex Zhu
4
-2400
/
+2226
2017-10-19
drm/amd/pp: remove tonga_smc/smumgr split.
Rex Zhu
5
-3344
/
+3128
2017-10-19
drm/amd/pp: remove iceland_smc/smumgr split.
Rex Zhu
4
-2629
/
+2480
2017-10-19
drm/amd/pp: remove fiji_smc/smumgr split.
Rex Zhu
5
-2558
/
+2381
2017-10-19
drm/amd/pp: rename ci_smc.c to ci_smumgr.c
Rex Zhu
2
-1
/
+1
2017-10-19
drm/amdgpu: refine code delete duplicated error handling
Rex Zhu
1
-2
/
+2
2017-10-19
drm/amd/pp: move common function to smu7_smumgr.c
Rex Zhu
5
-2094
/
+49
2017-10-19
drm/amd/pp: implement function notify_cac_buffer_info on VI
Rex Zhu
8
-0
/
+125
2017-10-19
drm/amd/pp: implement function notify_cac_buffer_info on Vega
Rex Zhu
1
-0
/
+28
2017-10-19
drm/amd/pp: add new function point in hwmgr.
Rex Zhu
1
-0
/
+6
2017-10-19
drm/amd/pp: export new smu messages for vega10
Rex Zhu
1
-0
/
+2
[next]