index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_device.c
Age
Commit message (
Expand
)
Author
Lines
2022-09-27
drm/amdgpu: Add amdgpu suspend-resume code path under SRIOV
Bokun Zhang
-1
/
+26
2022-09-14
drm/amdgpu: make sure to init common IP before gmc
Alex Deucher
-3
/
+11
2022-08-30
drm/amdgpu: ensure no PCIe peer access for CPU XGMI iolinks
Alex Sierra
-1
/
+2
2022-08-19
drm/amdgpu: Remove the additional kfd pre reset call for sriov
shaoyunl
-2
/
+0
2022-08-19
drm/amdgpu: fix hive reference leak when adding xgmi device
YiPeng Chai
-0
/
+2
2022-08-10
drm/amdgpu: Avoid another list of reset devices
Lijo Lazar
-0
/
+2
2022-07-28
drm/amdgpu: move mes self test after drm sched re-started
Jack Xiao
-0
/
+3
2022-07-28
drm/amdgpu: drop non-necessary call trace dump
Evan Quan
-1
/
+0
2022-07-18
drm/amdgpu: Get rid of amdgpu_job->external_hw_fence
Andrey Grodzovsky
-2
/
+1
2022-07-13
drm/amdgpu: support reset flag set for gpu reset
Likun Gao
-13
/
+7
2022-06-29
drm/amdgpu: fix documentation warning
Alex Deucher
-1
/
+1
2022-06-29
drm/amdgpu: Fix typos in amdgpu_stop_pending_resets
Kent Russell
-2
/
+2
2022-06-28
drm/amdgpu: Follow up change to previous drm scheduler change.
Andrey Grodzovsky
-6
/
+21
2022-06-28
drm/amdgpu: Prevent race between late signaled fences and GPU reset.
Andrey Grodzovsky
-0
/
+4
2022-06-21
drm/amdgpu: fix adev variable used in amdgpu_device_gpu_recover()
Alex Deucher
-1
/
+1
2022-06-14
drm/amdgpu: remove redundant enable_mes and enable_mes_kiq
Yifan Zhang
-8
/
+0
2022-06-10
drm/amdgpu: Stop any pending reset if another in progress.
Andrey Grodzovsky
-0
/
+27
2022-06-10
drm/amdgpu: Rename amdgpu_device_gpu_recover_imp back to amdgpu_device_gpu_re...
Andrey Grodzovsky
-1
/
+1
2022-06-10
drm/amdgpu: Add work_struct for GPU reset from kfd.
Andrey Grodzovsky
-31
/
+0
2022-06-10
drm/amdgpu: Cache result of last reset at reset domain level.
Andrey Grodzovsky
-2
/
+4
2022-06-08
drm/amdgpu: Add peer-to-peer support among PCIe connected AMD GPUs
Ramesh Errabolu
-0
/
+31
2022-06-06
drm/amdgpu: adding device coredump support
Somalapuram Amaranath
-0
/
+64
2022-06-06
drm/amdgpu: save the reset dump register value for devcoredump
Somalapuram Amaranath
-3
/
+3
2022-06-03
drm/amdgpu: fix up comment in amdgpu_device_asic_has_dc_support()
Alex Deucher
-1
/
+1
2022-06-03
drm/amdgpu: simplify the logic in amdgpu_device_parse_gpu_info_fw()
Alex Deucher
-29
/
+0
2022-06-03
amdgpu: amdgpu_device.c: Removed trailing whitespace
Mitchell Augustin
-1
/
+1
2022-06-03
drm/amdgpu: simplify amdgpu_device_asic_has_dc_support()
Alex Deucher
-26
/
+0
2022-05-26
drm/amdgpu: move amdgpu_gmc_tmz_set after ip_version populated
Sunil Khatri
-3
/
+3
2022-05-26
drm/amdgpu: support ras on SRIOV
Stanley.Yang
-0
/
+4
2022-05-10
drm/amdgpu/psp: Add vbflash sysfs interface support
Likun Gao
-0
/
+10
2022-05-06
drm/amdgpu: flush delete wq after wait fence
Yiqing Yao
-4
/
+5
2022-05-04
drm/amdgpu: Enable KFD with MES enabled
Mukul Joshi
-15
/
+9
2022-05-04
drm/amdgpu: skip kfd routines when mes enabled
Jack Xiao
-9
/
+16
2022-05-04
drm/amdgpu: add mes_kiq module parameter v2
Jack Xiao
-2
/
+7
2022-05-04
drm/amdgpu: use the whole doorbell space for mes
Jack Xiao
-13
/
+19
2022-04-28
drm/amdgpu: switch to atomfirmware_asic_init
Hawking Zhang
-1
/
+4
2022-04-28
drm/amdgpu/discovery: move all table parsing into amdgpu_discovery.c
Alex Deucher
-3
/
+1
2022-04-21
drm/amd/amdgpu: Update PF2VF header
Bokun Zhang
-1
/
+1
2022-04-08
drm/amdgpu: expand cg_flags from u32 to u64
Evan Quan
-1
/
+1
2022-03-25
drm/amdgpu/gmc: use PCI BARs for APUs in passthrough
Alex Deucher
-2
/
+2
2022-03-15
drm/amdgpu: Move reset domain init before calling RREG32
Philip Yang
-9
/
+9
2022-03-15
drm/amdgpu: only check for _PR3 on dGPUs
Alex Deucher
-2
/
+4
2022-03-02
drm/amdgpu: remove unused gpu_info firmwares
Alex Deucher
-23
/
+0
2022-03-02
drm/amdgpu: move amdgpu_gmc_noretry_set after ip_versions populated
Yifan Zhang
-1
/
+1
2022-03-01
Merge tag 'amd-drm-next-5.18-2022-02-25' of https://gitlab.freedesktop.org/ag...
Dave Airlie
-13
/
+23
2022-02-24
drm/amdgpu: Exclude PCI reset method for now.
Andrey Grodzovsky
-0
/
+5
2022-02-25
Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
-127
/
+147
2022-02-23
drm/amdgpu: add reset register dump trace on GPU
Somalapuram Amaranath
-0
/
+17
2022-02-23
drm/amdgpu: drop testing module parameter
Alex Deucher
-7
/
+0
2022-02-23
drm/amdgpu: drop benchmark module parameter
Alex Deucher
-6
/
+0
[next]