aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-19drm/amd/display: clean up some inconsistent indentingsYang Li1-8/+8
2022-09-13drm/amdgpu: Use per device reset_domain for XGMI on sriov configurationshaoyunl1-14/+23
2022-08-25drm/amdgpu: skip set_topology_info for VFVignesh Chander1-0/+3
2022-08-22drm/amdgpu: Move psp_xgmi_terminate call from amdgpu_xgmi_remove_device to psp_hw_finiYiPeng Chai1-1/+1
2022-03-15drm/amdgpu: drop xmgi23 error query/reset supportHawking Zhang1-22/+0
2022-03-02drm/amdgpu: Remove redundant .ras_fini initialization in some ras blocksyipechai1-1/+0
2022-03-02drm/amdgpu: Remove redundant calls of amdgpu_ras_block_late_fini in xgmi ras blockyipechai1-8/+1
2022-03-02drm/amdgpu: Optimize xxx_ras_fini function of each ras blockyipechai1-2/+2
2022-03-02drm/amdgpu: Modify .ras_fini function pointer parameteryipechai1-1/+1
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+26
2022-02-17drm/amdgpu: Optimize xxx_ras_late_init function of each ras blockyipechai1-1/+1
2022-02-17drm/amdgpu: Modify .ras_late_init function pointer parameteryipechai1-1/+1
2022-02-14drm/amdgpu: Optimize amdgpu_xgmi_ras_late_init/amdgpu_xgmi_ras_fini function codeyipechai1-35/+5
2022-02-14drm/amdgpu: Optimize xxx_ras_late_init/xxx_ras_late_fini for each ras blockyipechai1-2/+4
2022-02-09drm/amdgpu: Rework reset domain to be refcounted.Andrey Grodzovsky1-6/+23
2022-02-09drm/amdgpu: Drop hive->in_resetAndrey Grodzovsky1-1/+0
2022-02-09drm/amdgpu: Introduce reset domainAndrey Grodzovsky1-0/+9
2022-01-18drm/amdgpu: Fix the code style warnings in hdp xgmi mca and umcyipechai1-1/+2
2022-01-14drm/amdgpu: Adjust error inject function code style in amdgpu_ras.cyipechai1-0/+27
2022-01-14drm/amdgpu: Modify xgmi block to fit for the unified ras block data and opsyipechai1-10/+16
2022-01-11drm/amdgpu: use default_groups in kobj_typeGreg Kroah-Hartman1-1/+2
2021-12-13drm/amdgpu: check df_funcs and its callback pointersHawking Zhang1-0/+5
2021-11-22drm/amd/amdgpu: fix potential memleakBernard Zhao1-0/+1
2021-11-05drm/amdgpu: correct xgmi ras error count resetTao Zhou1-2/+2
2021-08-26drm/amdgpu: Add support for RAS XGMI err queryJohn Clements1-0/+65
2021-08-24drm/amdgpu: Update RAS XGMI Error QueryJohn Clements1-1/+3
2021-08-18drm/amdgpu: get extended xgmi topology dataJonathan Kim1-2/+56
2021-08-16drm/amd/amdgpu: remove unnecessary RAS context fieldCandice Li1-1/+0
2021-07-23drm/amdkfd: report xgmi bandwidth between direct peers to the kfdJonathan Kim1-0/+12
2021-04-09drm/amdgpu: move xgmi ras functions to xgmi_ras_funcsHawking Zhang1-7/+14
2021-04-09drm/amdgpu: Convert sysfs sprintf/snprintf family to sysfs_emitTian Tao1-2/+2
2021-04-09drm/amd/pm: label these APIs used internally as staticEvan Quan1-1/+0
2021-03-23drm/amdgpu: Reset the devices in the XGMI hive duirng probeshaoyunl1-3/+5
2021-03-23drm/amdgpu: mask the xgmi number of hops reported from psp to kfdJonathan Kim1-1/+8
2021-02-09drm/amdgpu: optimize list operation in amdgpu_xgmiKevin Wang1-6/+4
2020-11-13drm/amdgpu: check hive pointer before accessHawking Zhang1-4/+9
2020-10-09drm/amdgpu: Fix inconsistent of format with argument type in amdgpu_xgmi.cYe Bin1-1/+1
2020-08-24drm/amdgpu: Get DRM dev from adev by inline-fLuben Tuikov1-1/+1
2020-08-24drm/amdgpu: drm_device to amdgpu_device by inline-f (v2)Luben Tuikov1-2/+2
2020-08-24drm/amdgpu: refine create and release logic of hive infoDennis Li1-95/+113
2020-08-24drm/amdgpu: refine codes to avoid reentering GPU recoveryDennis Li1-2/+1
2020-08-14drm/amdgpu: revert "fix system hang issue during GPU reset"Christian König1-7/+4
2020-08-07drm/amdgpu: unlock mutex on errorDennis Li1-3/+3
2020-07-27drm/amdgpu: fix system hang issue during GPU resetDennis Li1-4/+7
2020-07-01drm/amdgpu: remove unused functionsNirmoy Das1-5/+0
2020-05-21drm/amdgpu fix incorrect sysfs remove behavior for xgmiJack Zhang1-7/+16
2020-05-14drm/amdgpu: remove redundant assignment to variable retColin Ian King1-1/+1
2020-05-08drm/amdgpu: use node_id and node_size to calcualte dram_base_addressHawking Zhang1-25/+2
2020-04-27drm/amdgpu: sw pstate switch should only be for vega20Jonathan Kim1-1/+3
2020-04-22drm/amdgpu: fix race between pstate and remote buffer mapJonathan Kim1-32/+36