index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-11
drm/amd/amdgpu: finish delay works before release resources
Jesse Zhang
3
-0
/
+5
2019-11-11
drm/radeon: Clean up code in radeon_pci_shutdown()
KyleMahlkuch
1
-6
/
+3
2019-11-11
drm/amdgpu/powerplay/smu7: fix AVFS handling with custom powerplay table
Alex Deucher
1
-0
/
+7
2019-11-11
drm/amdgpu: avoid upload corrupted ta ucode to psp
Hawking Zhang
1
-1
/
+21
2019-11-08
drm/amdgpu/powerplay: fix AVFS handling with custom powerplay table
Alex Deucher
1
-0
/
+7
2019-11-08
drm/amd/powerplay: dynamically disable ds and ulv for compute
Kenneth Feng
3
-0
/
+65
2019-11-08
drm/amd/powerplay: correct Arcturus OD support
Evan Quan
1
-3
/
+5
2019-11-08
drm/amdgpu: allow direct upload save restore list for raven2
changzhu
1
-1
/
+3
2019-11-08
drm/sched: struct completion requires linux/completion.h inclusion
Stephen Rothwell
1
-0
/
+1
2019-11-07
drm/amdgpu: Avoid accidental thread reactivation.
Andrey Grodzovsky
1
-0
/
+10
2019-11-07
drm/sched: Avoid job cleanup if sched thread is parked.
Andrey Grodzovsky
1
-3
/
+7
2019-11-07
Revert "drm/amdgpu: dont schedule jobs while in reset"
Andrey Grodzovsky
1
-4
/
+1
2019-11-07
drm/sched: Use completion to wait for sched->thread idle v2.
Andrey Grodzovsky
3
-4
/
+16
2019-11-07
drm/amdgpu: fix vega20 pstate status change
Jonathan Kim
1
-3
/
+4
2019-11-07
drm/amdgpu: fix sysfs interface pcie_replay_count error on navi asic
Kevin Wang
1
-0
/
+11
2019-11-07
drm/amdgpu: Need to disable msix when unloading driver
Emily Deng
1
-1
/
+1
2019-11-07
drm/amdgpu: Add comments to gmc structure
Oak Zeng
1
-0
/
+30
2019-11-06
drm/amdgpu: Improve RAS documentation (v2)
Alex Deucher
2
-7
/
+68
2019-11-06
drm/radeon: fix si_enable_smc_cac() failed issue
Alex Deucher
1
-0
/
+1
2019-11-06
drm/amdgpu/renoir: move gfxoff handling into gfx9 module
Alex Deucher
2
-5
/
+6
2019-11-06
drm/amdgpu: fix double reference dropping
Pan Bian
1
-4
/
+2
2019-11-06
drm/amd/powerplay: fix struct init in renoir_print_clk_levels
Raul E Rangel
1
-1
/
+3
2019-11-06
drm/amdgpu: fix potential double drop fence reference
Pan Bian
1
-0
/
+2
2019-11-06
drm/amdgpu: change read of GPU clock counter on Vega10 VF
Eric Huang
1
-3
/
+16
2019-11-06
drm/amdgpu: add warning for GRBM 1-cycle delay issue in gfx9
changzhu
1
-0
/
+7
2019-11-06
drm/amdgpu: add dummy read by engines for some GCVM status registers in gfx10
changzhu
4
-6
/
+64
2019-11-06
drm/amd/powerplay: fix deadlock on setting power_dpm_force_performance_level
Evan Quan
1
-5
/
+14
2019-11-06
drm/amdgpu: perform p-state switch after the whole hive initialized
Evan Quan
1
-12
/
+35
2019-11-06
drm/amdgpu: fix possible pstate switch race condition
Evan Quan
2
-2
/
+35
2019-11-06
drm/amdgpu: register gpu instance before fan boost feature enablment
Evan Quan
2
-1
/
+7
2019-11-06
drm/amd/swSMU: fix smu workload bit map error
Kevin Wang
2
-2
/
+2
2019-11-06
drm/amd/powerplay: update Arcturus driver-smu interface header
Evan Quan
2
-2
/
+2
2019-11-06
drm/amdgpu: disallow direct upload save restore list from gfx driver
Hawking Zhang
1
-1
/
+2
2019-11-06
drm/sched: Fix passing zero to 'PTR_ERR' warning v2
Andrey Grodzovsky
1
-2
/
+5
2019-11-06
drm/amdgpu/discovery: Need to free discovery memory
Emily Deng
1
-3
/
+3
2019-11-06
drm/amd/powerplay: print the pptable provider
Xiaojie Yuan
1
-0
/
+2
2019-11-06
Revert "drm/amd/display: setting the DIG_MODE to the correct value."
Zhan Liu
1
-9
/
+0
2019-11-06
drm/amd/display: Add ENGINE_ID_DIGD condition check for Navi14
Zhan Liu
1
-0
/
+5
2019-11-06
drm/amdgpu: Show resolution correctly in mode validation debug output
Neil Mayhew
1
-1
/
+1
2019-11-06
drm/amdgpu/gpuvm: add some additional comments in amdgpu_vm_update_ptes
Alex Deucher
1
-1
/
+9
2019-11-06
drm/amdgpu: enable VCN DPG on Raven and Raven2
Alex Deucher
1
-2
/
+6
2019-11-06
drm/amdgpu: add navi14 PCI ID
Tianci.Yin
1
-0
/
+1
2019-11-06
drm/amd/powerplay: support xgmi pstate setting on powerplay routine V2
Evan Quan
6
-4
/
+44
2019-11-06
drm/amd/powerplay: update is_sw_smu_xgmi check
Evan Quan
1
-1
/
+1
2019-11-06
drm/amdgpu: change pstate only after all XGMI device initialized
Evan Quan
1
-3
/
+12
2019-11-06
drm/amdgpu: dont schedule jobs while in reset
Shirish S
1
-1
/
+4
2019-11-06
drm/amdgpu/arcturus: properly set BANK_SELECT and FRAGMENT_SIZE
Alex Deucher
1
-0
/
+9
2019-11-06
drm/i915: Don't select BROKEN
Daniel Vetter
1
-1
/
+0
2019-11-06
drm/dp_mst: fix gcc compile error
Chenwandun
1
-1
/
+1
2019-11-01
drm/i915: Update DRIVER_DATE to 20191101
Joonas Lahtinen
1
-1
/
+1
[next]