summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
AgeCommit message (Expand)AuthorLines
2022-01-18drm/amd/amdgpu: fixing read wrong pf2vf data in SRIOVJingwen Chen-1/+1
2022-01-14drm/amdgpu: invert the logic in amdgpu_device_should_recover_gpu()Alex Deucher-27/+17
2022-01-14drm/amdgpu: Enable recovery on yellow carpCHANDAN VURDIGERE NATARAJ-0/+1
2022-01-11drm/amdgpu: not return error on the init_apu_flagsPrike Liang-4/+2
2022-01-11drm/amd/amdgpu: Add pcie indirect support to amdgpu_mm_wreg_mmio_rlc()Tom St Denis-1/+3
2022-01-11drm/amdgpu: recover gart table at resumeNirmoy Das-11/+0
2022-01-11drm/amdgpu: do not pass ttm_resource_manager to gtt_mgrNirmoy Das-2/+2
2022-01-11drm/amdgpu: Unmap MMIO mappings when device is not unpluggedLeslie Shi-0/+11
2022-01-07drm/amdgpu: explicitly check for s0ix when evicting resourcesMario Limonciello-2/+2
2021-12-31Merge tag 'amd-drm-next-5.17-2021-12-30' of ssh://gitlab.freedesktop.org/agd5...Dave Airlie-17/+29
2021-12-30drm/amdgpu: no DC support for headless chipsAlex Deucher-0/+6
2021-12-30drm/amdgpu: Check the memory can be accesssed by ttm_device_clear_dma_mappings.Surbhi Kakarya-1/+2
2021-12-30drm/amdgpu: Call amdgpu_device_unmap_mmio() if device is unplugged to prevent...Leslie Shi-1/+3
2021-12-28drm/amdgpu: Send Message to SMU on aldebaran passthrough for sbr handlingsashank saye-5/+4
2021-12-28drm/amdgpu: get xgmi info before ip_initVictor Skvortsov-0/+7
2021-12-23Merge tag 'amd-drm-next-5.17-2021-12-16' of https://gitlab.freedesktop.org/ag...Dave Airlie-27/+118
2021-12-16drm/amdgpu: Separate vf2pf work item init from virt data exchangeVictor Skvortsov-1/+5
2021-12-16drm/amdgpu: introduce new amdgpu_fence object to indicate the job embedded fenceHuang Rui-9/+2
2021-12-14amdgpu: fix some kernel-doc markupYann Dirson-3/+3
2021-12-14drm/amdgpu: use adev_to_drm to get drm_device pointerGuchun Chen-1/+1
2021-12-14Merge v5.16-rc5 into drm-nextDaniel Vetter-6/+9
2021-12-13drm/amdgpu: Detect if amdgpu in IOMMU direct map modePhilip Yang-0/+19
2021-12-13drm/amdgpu: introduce a kind of halt state for amdgpu deviceLang Yu-0/+39
2021-12-13drm/amdgpu: only hw fini SMU fisrt for ASICs need thatLang Yu-15/+32
2021-12-13drm/amd: fix improper docstring syntaxIsabella Basso-2/+2
2021-12-13drm/amdgpu: recover XGMI topology for SRIOV VF after resetZhigang Luo-3/+14
2021-12-13drm/amdgpu: skip reset other device in the same hive if it's SRIOV VFZhigang Luo-3/+4
2021-12-01drm/amdgpu: adjust the kfd reset sequence in reset sriov functionshaoyunl-4/+8
2021-12-01drm/amdgpu: check atomic flag to differeniate with legacy pathFlora Cui-2/+2
2021-12-01drm/amdgpu: adjust the kfd reset sequence in reset sriov functionshaoyunl-4/+8
2021-12-01drm/amdgpu: fix disable ras feature failed when unload drvier v2Stanley.Yang-2/+3
2021-12-01drm/amdgpu: check atomic flag to differeniate with legacy pathFlora Cui-2/+2
2021-11-24drm/amdgpu: move kfd post_reset out of reset_sriov functionshaoyunl-4/+3
2021-11-24drm/amdgpu: move kfd post_reset out of reset_sriov functionshaoyunl-4/+3
2021-11-22drm/amd/pm: avoid duplicate powergate/ungate settingEvan Quan-0/+3
2021-11-17drm/amd/pm: avoid duplicate powergate/ungate settingEvan Quan-0/+3
2021-11-17drm/amdgpu: use generic fb helpers instead of setting up AMD own's.Evan Quan-8/+4
2021-11-09drm/amd/amdgpu: fix the kfd pre_reset sequence in sriovshaoyunl-4/+1
2021-11-05drm/amdgpu: fix SI handling in amdgpu_device_asic_has_dc_support()Alex Deucher-1/+11
2021-11-03drm/amdgpu: remove duplicated kfd_resume_iommuJames Zhu-4/+0
2021-11-03drm/amd/amdgpu: fix bad job hw_fence use after free in advance tdrJingwen Chen-0/+4
2021-10-28drm/amdgpu: fix a potential memory leak in amdgpu_device_fini_sw()Lang Yu-1/+1
2021-10-28BackMerge tag 'v5.15-rc7' into drm-nextDave Airlie-0/+4
2021-10-19drm/amd/amdgpu: Do irq_fini_hw after ip_fini_earlyYuBiao Wang-2/+2
2021-10-13drm/amdkfd: fix boot failure when iommu is disabled in Picasso.Yifan Zhang-4/+0
2021-10-08drm/amdgpu: use adev_to_drm for consistency when accessing drm_deviceGuchun Chen-1/+1
2021-10-07drm/amdgpu: unify BO evicting method in amdgpu_ttmNirmoy Das-6/+24
2021-10-05drm/amdgpu: handle the case of pci_channel_io_frozen only in amdgpu_pci_resumeGuchun Chen-0/+6
2021-10-05drm/amdgpu: init iommu after amdkfd device initYifan Zhang-4/+4
2021-10-05drm/amdgpu: handle the case of pci_channel_io_frozen only in amdgpu_pci_resumeGuchun Chen-0/+6