index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_device.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/amdgpu: Fix num_doorbell calculation issue
Oak Zeng
2018-11-30
1
-2
/
+5
*
drm/amdgpu: Refactor GPU reset for XGMI hive case
Andrey Grodzovsky
2018-11-28
1
-117
/
+255
*
drm/amdgpu: Refactor amdgpu_xgmi_add_device
Andrey Grodzovsky
2018-11-28
1
-0
/
+2
*
drm/amdgpu: Use asic specific doorbell index instead of macro definition
Oak Zeng
2018-11-28
1
-1
/
+1
*
drm/amdgpu: Call doorbell index init on device initialization
Oak Zeng
2018-11-28
1
-3
/
+5
*
drm/amdgpu: enable paging queue doorbell support v4
Philip Yang
2018-11-20
1
-0
/
+6
*
drm/amdgpu/psp: initialize xgmi session (v2)
Hawking Zhang
2018-11-06
1
-1
/
+2
*
drm/amdgpu: Refine CSA related functions
Rex Zhu
2018-11-05
1
-2
/
+4
*
drm/amdgpu: Enable default GPU reset for dGPU on gfx8/9 v3
Andrey Grodzovsky
2018-11-05
1
-4
/
+26
*
drm/amdgpu: revert "enable gfxoff in non-sriov and stutter mode by default"
Christian König
2018-11-01
1
-2
/
+0
*
drm/amdgpu: Fix skipping hangged job reset during gpu recover.
Andrey Grodzovsky
2018-11-01
1
-1
/
+1
*
drm/amdgpu: Fix null pointer amdgpu_device_fw_loading
Emily Deng
2018-10-22
1
-1
/
+1
*
drm/amdgpu: Load fw between hw_init/resume_phase1 and phase2
Rex Zhu
2018-10-10
1
-1
/
+60
*
drm/amdgpu: split ip hw_init into 2 phases
Rex Zhu
2018-10-10
1
-13
/
+53
*
drm/amdgpu: Split amdgpu_ucode_init/fini_bo into two functions
Rex Zhu
2018-10-10
1
-0
/
+4
*
drm/amdgpu: Check late_init status before set cg/pg state
Rex Zhu
2018-10-10
1
-2
/
+2
*
drm/amdgpu: Refine function amdgpu_device_ip_late_init
Rex Zhu
2018-10-10
1
-2
/
+2
*
drm/amdgpu: Move gfx flag in_suspend to adev
Rex Zhu
2018-10-10
1
-0
/
+3
*
drm/amd/powerplay: helper interfaces for MGPU fan boost feature
Evan Quan
2018-10-09
1
-0
/
+41
*
drm/amdgpu: fix shadow BO restoring
Christian König
2018-09-19
1
-81
/
+28
*
drm/amdgpu: always recover VRAM during GPU recovery
Christian König
2018-09-19
1
-5
/
+5
*
drm/amdgpu: simplify Raven, Raven2, and Picasso handling
Alex Deucher
2018-09-14
1
-7
/
+3
*
drm/amdgpu: add raven2 to gpu_info firmware
Feifei Xu
2018-09-14
1
-1
/
+5
*
drm/amdgpu: enable gfxoff in non-sriov and stutter mode by default
Kenneth Feng
2018-09-14
1
-0
/
+2
*
drm/amd/display/dm: add picasso support
Likun Gao
2018-09-14
1
-0
/
+1
*
drm/amdgpu: add soc15 support for picasso
Likun Gao
2018-09-14
1
-1
/
+6
*
drm/amdgpu: add picasso to asic_type enum
Likun Gao
2018-09-14
1
-0
/
+1
*
drm/amdgpu : Generate XGMI topology info from driver level
Shaoyun Liu
2018-09-11
1
-0
/
+1
*
drm/amdgpu: move PSP init prior to IH in gpu reset
Emily Deng
2018-09-11
1
-1
/
+1
*
drm/amdgpu: move amdgpu_device_(vram|gtt)_location
Christian König
2018-08-29
1
-65
/
+0
*
drm/amdgpu: move full access into amdgpu_device_ip_suspend
Yintian Tao
2018-08-28
1
-6
/
+6
*
drm/amdgpu: cleanup GPU recovery check a bit (v2)
Christian König
2018-08-27
1
-13
/
+25
*
drm/amdgpu: remove fulll access for suspend phase1
Yintian Tao
2018-08-27
1
-6
/
+0
*
drm/amdgpu: Set clock ungate state when suspend/fini
Rex Zhu
2018-08-27
1
-51
/
+5
*
drm/amdgpu: Set power ungate state when suspend/fini
Rex Zhu
2018-08-27
1
-6
/
+5
*
drm/amdgpu: Refine function name and function args
Rex Zhu
2018-08-27
1
-20
/
+19
*
drm/amdgpu: use new scheduler load balancing for VMs
Christian König
2018-08-27
1
-1
/
+1
*
drm/amdgpu: Cancel the delay work when suspend
Rex Zhu
2018-08-27
1
-0
/
+2
*
drm/amdgpu: Cancel gfx off delay work when driver fini/suspend
Rex Zhu
2018-08-27
1
-0
/
+2
*
drm/amdgpu: Ctrl gfx off via amdgpu_gfx_off_ctrl
Rex Zhu
2018-08-27
1
-4
/
+2
*
drm/amdgpu: Put enable gfx off feature to a delay thread
Rex Zhu
2018-08-27
1
-0
/
+15
*
drm/amdgpu: Add amdgpu_gfx_off_ctrl function
Rex Zhu
2018-08-27
1
-0
/
+2
*
Revert "drm/amdgpu/display: Replace CONFIG_DRM_AMD_DC_DCN1_0 with CONFIG_X86"
Leo (Sunpeng) Li
2018-08-21
1
-1
/
+1
*
Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
2018-08-10
1
-1
/
+1
|
\
|
*
drm/amdgpu/sriov: give 8s for recover vram under RUNTIME
Emily Deng
2018-08-09
1
-1
/
+1
*
|
BackMerge v4.18-rc7 into drm-next
Dave Airlie
2018-07-30
1
-0
/
+3
|
\
\
|
*
|
drm/amdgpu: Make sure IB tests flushed after IP resume
Leo Liu
2018-07-17
1
-0
/
+3
*
|
|
drm/amdgpu: Check NULL pointer for job before reset job's ring
Shaoyun Liu
2018-07-12
1
-1
/
+1
*
|
|
drm/amdgpu: Call KFD reset handlers during GPU reset
Shaoyun Liu
2018-07-12
1
-0
/
+5
|
|
/
|
/
|
*
|
drm/amdgpu: move the amdgpu_fbdev_set_suspend() further up
Shirish S
2018-07-24
1
-3
/
+3
[next]