summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
AgeCommit message (Expand)AuthorLines
2022-09-27drm/amdgpu: Add amdgpu suspend-resume code path under SRIOVBokun Zhang-1/+26
2022-09-14drm/amdgpu: make sure to init common IP before gmcAlex Deucher-3/+11
2022-08-30drm/amdgpu: ensure no PCIe peer access for CPU XGMI iolinksAlex Sierra-1/+2
2022-08-19drm/amdgpu: Remove the additional kfd pre reset call for sriovshaoyunl-2/+0
2022-08-19drm/amdgpu: fix hive reference leak when adding xgmi deviceYiPeng Chai-0/+2
2022-08-10drm/amdgpu: Avoid another list of reset devicesLijo Lazar-0/+2
2022-07-28drm/amdgpu: move mes self test after drm sched re-startedJack Xiao-0/+3
2022-07-28drm/amdgpu: drop non-necessary call trace dumpEvan Quan-1/+0
2022-07-18drm/amdgpu: Get rid of amdgpu_job->external_hw_fenceAndrey Grodzovsky-2/+1
2022-07-13drm/amdgpu: support reset flag set for gpu resetLikun Gao-13/+7
2022-06-29drm/amdgpu: fix documentation warningAlex Deucher-1/+1
2022-06-29drm/amdgpu: Fix typos in amdgpu_stop_pending_resetsKent Russell-2/+2
2022-06-28drm/amdgpu: Follow up change to previous drm scheduler change.Andrey Grodzovsky-6/+21
2022-06-28drm/amdgpu: Prevent race between late signaled fences and GPU reset.Andrey Grodzovsky-0/+4
2022-06-21drm/amdgpu: fix adev variable used in amdgpu_device_gpu_recover()Alex Deucher-1/+1
2022-06-14drm/amdgpu: remove redundant enable_mes and enable_mes_kiqYifan Zhang-8/+0
2022-06-10drm/amdgpu: Stop any pending reset if another in progress.Andrey Grodzovsky-0/+27
2022-06-10drm/amdgpu: Rename amdgpu_device_gpu_recover_imp back to amdgpu_device_gpu_re...Andrey Grodzovsky-1/+1
2022-06-10drm/amdgpu: Add work_struct for GPU reset from kfd.Andrey Grodzovsky-31/+0
2022-06-10drm/amdgpu: Cache result of last reset at reset domain level.Andrey Grodzovsky-2/+4
2022-06-08drm/amdgpu: Add peer-to-peer support among PCIe connected AMD GPUsRamesh Errabolu-0/+31
2022-06-06drm/amdgpu: adding device coredump supportSomalapuram Amaranath-0/+64
2022-06-06drm/amdgpu: save the reset dump register value for devcoredumpSomalapuram Amaranath-3/+3
2022-06-03drm/amdgpu: fix up comment in amdgpu_device_asic_has_dc_support()Alex Deucher-1/+1
2022-06-03drm/amdgpu: simplify the logic in amdgpu_device_parse_gpu_info_fw()Alex Deucher-29/+0
2022-06-03amdgpu: amdgpu_device.c: Removed trailing whitespaceMitchell Augustin-1/+1
2022-06-03drm/amdgpu: simplify amdgpu_device_asic_has_dc_support()Alex Deucher-26/+0
2022-05-26drm/amdgpu: move amdgpu_gmc_tmz_set after ip_version populatedSunil Khatri-3/+3
2022-05-26drm/amdgpu: support ras on SRIOVStanley.Yang-0/+4
2022-05-10drm/amdgpu/psp: Add vbflash sysfs interface supportLikun Gao-0/+10
2022-05-06drm/amdgpu: flush delete wq after wait fenceYiqing Yao-4/+5
2022-05-04drm/amdgpu: Enable KFD with MES enabledMukul Joshi-15/+9
2022-05-04drm/amdgpu: skip kfd routines when mes enabledJack Xiao-9/+16
2022-05-04drm/amdgpu: add mes_kiq module parameter v2Jack Xiao-2/+7
2022-05-04drm/amdgpu: use the whole doorbell space for mesJack Xiao-13/+19
2022-04-28drm/amdgpu: switch to atomfirmware_asic_initHawking Zhang-1/+4
2022-04-28drm/amdgpu/discovery: move all table parsing into amdgpu_discovery.cAlex Deucher-3/+1
2022-04-21drm/amd/amdgpu: Update PF2VF headerBokun Zhang-1/+1
2022-04-08drm/amdgpu: expand cg_flags from u32 to u64Evan Quan-1/+1
2022-03-25drm/amdgpu/gmc: use PCI BARs for APUs in passthroughAlex Deucher-2/+2
2022-03-15drm/amdgpu: Move reset domain init before calling RREG32Philip Yang-9/+9
2022-03-15drm/amdgpu: only check for _PR3 on dGPUsAlex Deucher-2/+4
2022-03-02drm/amdgpu: remove unused gpu_info firmwaresAlex Deucher-23/+0
2022-03-02drm/amdgpu: move amdgpu_gmc_noretry_set after ip_versions populatedYifan Zhang-1/+1
2022-03-01Merge tag 'amd-drm-next-5.18-2022-02-25' of https://gitlab.freedesktop.org/ag...Dave Airlie-13/+23
2022-02-24drm/amdgpu: Exclude PCI reset method for now.Andrey Grodzovsky-0/+5
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-127/+147
2022-02-23drm/amdgpu: add reset register dump trace on GPUSomalapuram Amaranath-0/+17
2022-02-23drm/amdgpu: drop testing module parameterAlex Deucher-7/+0
2022-02-23drm/amdgpu: drop benchmark module parameterAlex Deucher-6/+0