aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-02drm/amdgpu: Disable GPU reset on SRIOV before remove pci.Gavin Wan1-1/+2
2022-10-07Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+14
2022-09-24drm: POC drm on dyndbg - use in core, 2 helpers, 3 drivers.Jim Cromie1-0/+14
2022-09-20drm/amdgpu: bump minor for gang submitChristian König1-1/+2
2022-09-19drm/amdgpu: Fixed psp fence and memory issues when removing amdgpu deviceYiPeng Chai1-0/+1
2022-09-19drm/amdgpu: Adjust removal control flow for smu v13_0_2YiPeng Chai1-0/+30
2022-09-07drm/amdgpu: TA unload messages are not actually sent to psp when amdgpu is uninstalledYiPeng Chai1-2/+2
2022-08-29drm/amdgpu: add missing pci_disable_device() in amdgpu_pmops_runtime_resume()Yang Yingliang1-1/+4
2022-07-25drm/amd/display: Add visualconfirm module parameterLeo Li1-0/+4
2022-07-25drm/amdgpu: bump driver version for IP discovery info in HW INFOAlex Deucher1-2/+3
2022-07-25drm/amdgpu: Fix comment typoJason Wang1-1/+1
2022-07-18drm/amdgpu: drop runpm from amdgpu_device structureGuchun Chen1-5/+5
2022-06-08drm/amdgpu: Add peer-to-peer support among PCIe connected AMD GPUsRamesh Errabolu1-0/+10
2022-05-26drm/amdgpu: bump minor version numberChristian König1-2/+3
2022-05-26drm/amdgpu: add beige goby PCI IDAlex Deucher1-0/+1
2022-05-18drm/amd: Don't reset dGPUs if the system is going to s2idleMario Limonciello1-1/+1
2022-05-05Revert "drm/amdgpu: disable runpm if we are the primary adapter"Alex Deucher1-28/+0
2022-05-04drm/amd/amdgpu: add more fw load type to fit new ASICsChengming Gui1-1/+1
2022-05-04drm/amdgpu: add mes_kiq module parameter v2Jack Xiao1-0/+10
2022-04-21drm/amdgpu: don't runtime suspend if there are displays attached (v3)Alex Deucher1-35/+70
2022-04-08drm/amdgpu: expand cg_flags from u32 to u64Evan Quan1-4/+4
2022-04-07drm/amdgpu: Ensure HDA function is suspended before ASIC resetKai-Heng Feng1-6/+12
2022-03-25drm/amdkfd: Fix Incorrect VMIDs passed to HWSTushar Patel1-1/+1
2022-03-04drm/amdgpu/vcn: Add vcn firmware logRuijing Dong1-0/+8
2022-03-02drm/amdgpu: Bump minor version for hot plug tests enabling.Andrey Grodzovsky1-1/+2
2022-03-01Merge tag 'amd-drm-next-5.18-2022-02-25' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-19/+11
2022-02-28Backmerge tag 'v5.17-rc6' into drm-nextDave Airlie1-0/+3
2022-02-24drm/amdgpu: Exclude PCI reset method for now.Andrey Grodzovsky1-2/+2
2022-02-24drm/amdgpu: Add use_xgmi_p2p module parameterAlex Sierra1-0/+8
2022-02-23drm/amd: Check if ASPM is enabled from PCIe subsystemMario Limonciello1-0/+3
2022-02-23drm/amdgpu: drop testing module parameterAlex Deucher1-8/+0
2022-02-23drm/amdgpu: drop benchmark module parameterAlex Deucher1-8/+0
2022-02-22drm/amdgpu: Fix typo in *whether* in commentPaul Menzel1-1/+1
2022-02-17drm/amd: Refactor `amdgpu_aspm` to be evaluated per deviceMario Limonciello1-3/+0
2022-02-17drm/amd: Check if ASPM is enabled from PCIe subsystemMario Limonciello1-0/+3
2022-02-16drm/amdgpu: make cyan skillfish support code more consistentAlex Deucher1-0/+1
2022-02-14Merge tag 'amd-drm-next-5.18-2022-02-11-1' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-34/+86
2022-02-07drm/amdgpu: drop experimental flag on aldebaranAlex Deucher1-4/+4
2022-02-02drm/amd: avoid suspend on dGPUs w/ s2idle support when runtime PM enabledMario Limonciello1-2/+1
2022-02-02drm/amd: Only run s3 or s0ix if system is configured properlyMario Limonciello1-0/+8
2022-02-02drm/amd: avoid suspend on dGPUs w/ s2idle support when runtime PM enabledMario Limonciello1-2/+1
2022-02-02drm/amd: Only run s3 or s0ix if system is configured properlyMario Limonciello1-0/+8
2022-01-27drm/amdgpu: bump driver version for new CTX OP to set/get stable pstatesAlex Deucher1-1/+2
2022-01-25drm/amdgpu: handle BACO synchronization with secondary funcsAlex Deucher1-12/+18
2022-01-25drm/amdgpu: move runtime pm init after drm and fbdev initAlex Deucher1-0/+65
2022-01-25drm/amdgpu: filter out radeon secondary ids as wellAlex Deucher1-0/+81
2022-01-25drm/amdgpu: filter out radeon secondary ids as wellAlex Deucher1-0/+81
2022-01-21Merge tag 'drm-next-2022-01-21' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-5/+0
2022-01-16Merge tag 'drm-next-2022-01-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+4
2022-01-14drm/amdgpu: drop flags check for CHIP_IP_DISCOVERYAlex Deucher1-5/+0