index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
drm/amd/display: Add ENGINE_ID_DIGD condition check for Navi14
Zhan Liu
2019-11-06
1
-0
/
+5
|
*
|
|
|
|
|
drm/amdgpu: Show resolution correctly in mode validation debug output
Neil Mayhew
2019-11-06
1
-1
/
+1
|
*
|
|
|
|
|
drm/amdgpu/gpuvm: add some additional comments in amdgpu_vm_update_ptes
Alex Deucher
2019-11-06
1
-1
/
+9
|
*
|
|
|
|
|
drm/amdgpu: enable VCN DPG on Raven and Raven2
Alex Deucher
2019-11-06
1
-2
/
+6
|
*
|
|
|
|
|
drm/amdgpu: add navi14 PCI ID
Tianci.Yin
2019-11-06
1
-0
/
+1
|
*
|
|
|
|
|
drm/amd/powerplay: support xgmi pstate setting on powerplay routine V2
Evan Quan
2019-11-06
6
-4
/
+44
|
*
|
|
|
|
|
drm/amd/powerplay: update is_sw_smu_xgmi check
Evan Quan
2019-11-06
1
-1
/
+1
|
*
|
|
|
|
|
drm/amdgpu: change pstate only after all XGMI device initialized
Evan Quan
2019-11-06
1
-3
/
+12
|
*
|
|
|
|
|
drm/amdgpu: dont schedule jobs while in reset
Shirish S
2019-11-06
1
-1
/
+4
|
*
|
|
|
|
|
drm/amdgpu/arcturus: properly set BANK_SELECT and FRAGMENT_SIZE
Alex Deucher
2019-11-06
1
-0
/
+9
*
|
|
|
|
|
|
Merge v5.4-rc7 into drm-next
Dave Airlie
2019-11-14
19
-50
/
+165
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
drm/amdgpu/renoir: move gfxoff handling into gfx9 module
Alex Deucher
2019-11-06
2
-5
/
+6
|
*
|
|
|
|
|
drm/amdgpu: add warning for GRBM 1-cycle delay issue in gfx9
changzhu
2019-11-06
1
-0
/
+7
|
*
|
|
|
|
|
drm/amdgpu: add dummy read by engines for some GCVM status registers in gfx10
changzhu
2019-11-06
4
-6
/
+64
|
*
|
|
|
|
|
drm/amdgpu: register gpu instance before fan boost feature enablment
Evan Quan
2019-11-06
2
-1
/
+7
|
*
|
|
|
|
|
drm/amd/swSMU: fix smu workload bit map error
Kevin Wang
2019-11-06
2
-2
/
+2
|
*
|
|
|
|
|
drm/amdgpu: add navi14 PCI ID
Tianci.Yin
2019-11-06
1
-0
/
+1
|
*
|
|
|
|
|
Revert "drm/amd/display: setting the DIG_MODE to the correct value."
Zhan Liu
2019-11-06
1
-9
/
+0
|
*
|
|
|
|
|
drm/amd/display: Add ENGINE_ID_DIGD condition check for Navi14
Zhan Liu
2019-11-06
1
-0
/
+5
|
*
|
|
|
|
|
drm/amdgpu: dont schedule jobs while in reset
Shirish S
2019-11-06
1
-1
/
+4
|
*
|
|
|
|
|
drm/amdgpu/arcturus: properly set BANK_SELECT and FRAGMENT_SIZE
Alex Deucher
2019-11-06
1
-0
/
+9
|
*
|
|
|
|
|
drm/amdgpu: enable -msse2 for GCC 7.1+ users
Nick Desaulniers
2019-10-30
5
-15
/
+5
|
*
|
|
|
|
|
drm/amdgpu: fix stack alignment ABI mismatch for GCC 7.1+
Nick Desaulniers
2019-10-30
5
-0
/
+45
|
*
|
|
|
|
|
drm/amdgpu: fix stack alignment ABI mismatch for Clang
Nick Desaulniers
2019-10-30
5
-30
/
+20
|
*
|
|
|
|
|
drm/amdgpu/gmc10: properly set BANK_SELECT and FRAGMENT_SIZE
Alex Deucher
2019-10-30
2
-0
/
+18
|
*
|
|
|
|
|
drm/amdgpu/powerplay/vega10: allow undervolting in p7
Pelle van Gils
2019-10-30
1
-3
/
+1
|
*
|
|
|
|
|
dc.c:use kzalloc without test
zhongshiqi
2019-10-30
1
-0
/
+4
|
*
|
|
|
|
|
drm/amd/display: setting the DIG_MODE to the correct value.
Zhan liu
2019-10-30
1
-0
/
+9
|
*
|
|
|
|
|
drm/amd/display: Passive DP->HDMI dongle detection fix
Michael Strauss
2019-10-30
1
-6
/
+18
|
*
|
|
|
|
|
drm/amd/display: add 50us buffer as WA for pstate switch in active
Jun Lei
2019-10-30
1
-1
/
+2
|
*
|
|
|
|
|
drm/amd/display: Allow inverted gamma
Aidan Yang
2019-10-30
1
-14
/
+8
|
*
|
|
|
|
|
drm/amd/display: do not synchronize "drr" displays
Jun Lei
2019-10-30
1
-0
/
+6
|
*
|
|
|
|
|
drm/amdgpu: If amdgpu_ib_schedule fails return back the error.
Andrey Grodzovsky
2019-10-30
1
-1
/
+3
|
*
|
|
|
|
|
drm/amdgpu/gfx10: update gfx golden settings for navi12
Tianci.Yin
2019-10-30
1
-1
/
+1
|
*
|
|
|
|
|
drm/amdgpu/gfx10: update gfx golden settings for navi14
Tianci.Yin
2019-10-30
1
-1
/
+1
|
*
|
|
|
|
|
drm/amdgpu/gfx10: update gfx golden settings
Tianci.Yin
2019-10-30
1
-1
/
+1
|
*
|
|
|
|
|
drm/amd/display: Change Navi14's DWB flag to 1
Zhan liu
2019-10-30
1
-1
/
+1
|
*
|
|
|
|
|
drm/amdgpu/sdma5: do not execute 0-sized IBs (v2)
Pierre-Eric Pelloux-Prayer
2019-10-30
1
-0
/
+1
|
*
|
|
|
|
|
drm/amdgpu: Fix SDMA hang when performing VKexample test
chen gong
2019-10-30
1
-0
/
+1
|
|
/
/
/
/
/
|
*
|
|
|
|
drm/amdgpu/vce: fix allocation size in enc ring test
Alex Deucher
2019-10-17
2
-5
/
+16
|
*
|
|
|
|
drm/amdgpu: fix error handling in amdgpu_bo_list_create
Christian König
2019-10-17
1
-1
/
+6
|
*
|
|
|
|
drm/amdgpu: fix potential VM faults
Christian König
2019-10-17
1
-1
/
+2
|
*
|
|
|
|
drm/amdgpu: user pages array memory leak fix
Philip Yang
2019-10-17
1
-6
/
+2
|
*
|
|
|
|
drm/amdgpu/vcn: fix allocation size in enc ring test
Alex Deucher
2019-10-17
1
-12
/
+23
|
*
|
|
|
|
drm/amdgpu/uvd7: fix allocation size in enc ring test (v2)
Alex Deucher
2019-10-17
1
-11
/
+22
|
*
|
|
|
|
drm/amdgpu/uvd6: fix allocation size in enc ring test (v2)
Alex Deucher
2019-10-17
1
-10
/
+21
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge tag 'drm-next-5.5-2019-11-01' of git://people.freedesktop.org/~agd5f/li...
Dave Airlie
2019-11-04
97
-1144
/
+3099
|
\
\
\
\
\
|
*
|
|
|
|
drm/amd/display: Add a conversion function for transmitter and phy_id enums
Nathan Chancellor
2019-10-30
1
-1
/
+37
|
*
|
|
|
|
drm/amd/display: remove redundant null pointer check before kfree
zhong jiang
2019-10-30
1
-3
/
+1
|
*
|
|
|
|
drm/amdgpu/gmc10: properly set BANK_SELECT and FRAGMENT_SIZE
Alex Deucher
2019-10-30
2
-0
/
+18
[prev]
[next]