index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_device.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-17
drm/amdgpu: add the lost mutex_init back
Pan, Xinhui
1
-0
/
+1
2020-01-16
drm/amdgpu: add arcturus to gpu recovery check code path
Hawking Zhang
1
-0
/
+1
2020-01-14
drm/amd/powerplay: cover the powerplay implementation details V3
Evan Quan
1
-47
/
+6
2020-01-07
amd/amdgpu/sriov tdr enablement with pp_onevf_mode
Jack Zhang
1
-1
/
+5
2019-12-23
drm/amdgpu: use true, false for bool variable in amdgpu_device.c
zhengbin
1
-2
/
+2
2019-12-23
drm/amdgpu: Remove unneeded variable 'ret' in amdgpu_device.c
Ma Feng
1
-3
/
+1
2019-12-18
drm/amdgpu: update VCN1(dual instances) fw types ID and VCN ip block type
Jane Jian
1
-1
/
+2
2019-12-18
drm/amdgpu: Switch from system_highpri_wq to system_unbound_wq
Andrey Grodzovsky
1
-1
/
+1
2019-12-18
drm/amdgpu: Redo XGMI reset synchronization.
Andrey Grodzovsky
1
-6
/
+31
2019-12-18
drm/amdgpu: reverts commit ce316fa55ef0f1751276b846a54fb3b835bd5e64.
Andrey Grodzovsky
1
-63
/
+10
2019-12-18
drm/amdgpu: fix KIQ ring test fail in TDR of SRIOV
Monk Liu
1
-2
/
+0
2019-12-18
amd/amdgpu: add sched array to IPs with multiple run-queues
Nirmoy Das
1
-0
/
+2
2019-12-18
drm/amdgpu: replace vm_pte's run-queue list with drm gpu scheds list
Nirmoy Das
1
-1
/
+1
2019-12-18
drm/amdgpu/sriov: Tonga sriov also need load firmware with smu
Emily Deng
1
-1
/
+2
2019-12-18
drm/amdgpu: Add CU info print log
Yong Zhao
1
-0
/
+6
2019-12-11
drm/amdgpu: log when amdgpu.dc=1 but ASIC is unsupported
Simon Ser
1
-0
/
+3
2019-12-11
drm/amd/powerplay: enable pp one vf mode for vega10
Yintian Tao
1
-11
/
+5
2019-12-05
drm/amdgpu: clear err_event_athub flag after reset exit
Le Ma
1
-0
/
+3
2019-12-05
drm/amdgpu: support full gpu reset workflow when ras err_event_athub occurs
Le Ma
1
-6
/
+11
2019-12-05
drm/amdgpu: add concurrent baco reset support for XGMI
Le Ma
1
-12
/
+70
2019-12-05
drm/amdgpu: enable/disable doorbell interrupt in baco entry/exit helper
Le Ma
1
-7
/
+12
2019-12-02
drm/amdgpu/sriov: No need the event 3 and 4 now
Emily Deng
1
-2
/
+0
2019-12-02
drm/amdgpu: not remove sysfs if not create sysfs
Yintian Tao
1
-4
/
+12
2019-11-26
drm/amdgpu: move pci handling out of pm ops
Alex Deucher
1
-19
/
+14
2019-11-19
drm/amdgpu: disentangle runtime pm and vga_switcheroo
Alex Deucher
1
-8
/
+14
2019-11-19
drm/amdgpu: add helpers for baco entry and exit
Alex Deucher
1
-0
/
+61
2019-11-19
drm/amdgpu: rename amdgpu_device_is_px to amdgpu_device_supports_boco (v2)
Alex Deucher
1
-4
/
+4
2019-11-19
drm/amdgpu: add a amdgpu_device_supports_baco helper
Alex Deucher
1
-0
/
+15
2019-11-19
drm/amdgpu: put flush_delayed_work at first
Yintian Tao
1
-3
/
+1
2019-11-19
drm/amdgpu: add driver support for JPEG2.0 and above
Leo Liu
1
-0
/
+2
2019-11-13
drm/amdgpu: add function parameter description in 'amdgpu_device_set_cg_state'
yu kuai
1
-0
/
+1
2019-11-13
drm/amd/display: rename DCN1_0 kconfig to DCN
Bhawanpreet Lakha
1
-1
/
+1
2019-11-13
drm/amd/display: Drop CONFIG_DRM_AMD_DC_DCN2_1 flag
Bhawanpreet Lakha
1
-2
/
+0
2019-11-13
drm/amd/display: Drop CONFIG_DRM_AMD_DC_DCN2_0 and DSC_SUPPORTED
Bhawanpreet Lakha
1
-4
/
+0
2019-11-11
drm/amd/amdgpu: finish delay works before release resources
Jesse Zhang
1
-0
/
+3
2019-11-06
drm/amdgpu: perform p-state switch after the whole hive initialized
Evan Quan
1
-12
/
+35
2019-11-06
drm/amdgpu: register gpu instance before fan boost feature enablment
Evan Quan
1
-0
/
+7
2019-11-06
drm/amdgpu: change pstate only after all XGMI device initialized
Evan Quan
1
-3
/
+12
2019-10-30
drm/amdgpu: bypass some cleanup work after err_event_athub (v2)
Le Ma
1
-0
/
+6
2019-10-28
drm/amd: correct "_LENTH" mispelling in constant
Wambui Karuga
1
-2
/
+2
2019-10-25
drm/amdgpu: Move amdgpu_ras_recovery_init to after SMU ready.
Andrey Grodzovsky
1
-0
/
+13
2019-10-17
drm/amdgpu: add a generic fb accessing helper function(v3)
Tianci.Yin
1
-0
/
+30
2019-10-15
drm/amdgpu: move gpu reset out of amdgpu_device_suspend
Alex Deucher
1
-4
/
+0
2019-10-15
drm/amdgpu: move pci_save_state into suspend path
Alex Deucher
1
-1
/
+1
2019-10-15
drm/amdgpu: Fix tdr3 could hang with slow compute issue
Emily Deng
1
-1
/
+4
2019-10-07
drm/amdgpu: move amdgpu_device_get_job_timeout_settings
Alex Deucher
1
-0
/
+64
2019-10-03
drm/amdgpu: Iterate through DRM connectors correctly
Lyude Paul
1
-6
/
+14
2019-10-03
drm/amd/amdgpu:Fix compute ring unable to detect hang.
Jesse Zhang
1
-6
/
+6
2019-10-03
drm/amdgpu/discovery: get gpu info from ip discovery table
Xiaojie Yuan
1
-0
/
+12
2019-09-16
drm/amd/powerplay: properly set mp1 state for SW SMU suspend/reset routine
Evan Quan
1
-6
/
+6
[next]