aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-27drm/amdgpu: don't runtime suspend if there are displays attached (v3)Gravatar Alex Deucher 1-35/+70
2022-04-13drm/amdgpu: Ensure HDA function is suspended before ASIC resetGravatar Kai-Heng Feng 1-6/+12
2022-03-25drm/amdkfd: Fix Incorrect VMIDs passed to HWSGravatar Tushar Patel 1-1/+1
2022-03-04drm/amdgpu/vcn: Add vcn firmware logGravatar Ruijing Dong 1-0/+8
2022-03-02drm/amdgpu: Bump minor version for hot plug tests enabling.Gravatar Andrey Grodzovsky 1-1/+2
2022-03-01Merge tag 'amd-drm-next-5.18-2022-02-25' of https://gitlab.freedesktop.org/ag...Gravatar Dave Airlie 1-19/+11
2022-02-28Backmerge tag 'v5.17-rc6' into drm-nextGravatar Dave Airlie 1-0/+3
2022-02-24drm/amdgpu: Exclude PCI reset method for now.Gravatar Andrey Grodzovsky 1-2/+2
2022-02-24drm/amdgpu: Add use_xgmi_p2p module parameterGravatar Alex Sierra 1-0/+8
2022-02-23drm/amd: Check if ASPM is enabled from PCIe subsystemGravatar Mario Limonciello 1-0/+3
2022-02-23drm/amdgpu: drop testing module parameterGravatar Alex Deucher 1-8/+0
2022-02-23drm/amdgpu: drop benchmark module parameterGravatar Alex Deucher 1-8/+0
2022-02-22drm/amdgpu: Fix typo in *whether* in commentGravatar Paul Menzel 1-1/+1
2022-02-17drm/amd: Refactor `amdgpu_aspm` to be evaluated per deviceGravatar Mario Limonciello 1-3/+0
2022-02-17drm/amd: Check if ASPM is enabled from PCIe subsystemGravatar Mario Limonciello 1-0/+3
2022-02-16drm/amdgpu: make cyan skillfish support code more consistentGravatar Alex Deucher 1-0/+1
2022-02-14Merge tag 'amd-drm-next-5.18-2022-02-11-1' of https://gitlab.freedesktop.org/...Gravatar Dave Airlie 1-34/+86
2022-02-07drm/amdgpu: drop experimental flag on aldebaranGravatar Alex Deucher 1-4/+4
2022-02-02drm/amd: avoid suspend on dGPUs w/ s2idle support when runtime PM enabledGravatar Mario Limonciello 1-2/+1
2022-02-02drm/amd: Only run s3 or s0ix if system is configured properlyGravatar Mario Limonciello 1-0/+8
2022-02-02drm/amd: avoid suspend on dGPUs w/ s2idle support when runtime PM enabledGravatar Mario Limonciello 1-2/+1
2022-02-02drm/amd: Only run s3 or s0ix if system is configured properlyGravatar Mario Limonciello 1-0/+8
2022-01-27drm/amdgpu: bump driver version for new CTX OP to set/get stable pstatesGravatar Alex Deucher 1-1/+2
2022-01-25drm/amdgpu: handle BACO synchronization with secondary funcsGravatar Alex Deucher 1-12/+18
2022-01-25drm/amdgpu: move runtime pm init after drm and fbdev initGravatar Alex Deucher 1-0/+65
2022-01-25drm/amdgpu: filter out radeon secondary ids as wellGravatar Alex Deucher 1-0/+81
2022-01-25drm/amdgpu: filter out radeon secondary ids as wellGravatar Alex Deucher 1-0/+81
2022-01-21Merge tag 'drm-next-2022-01-21' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-5/+0
2022-01-16Merge tag 'drm-next-2022-01-14' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-2/+4
2022-01-14drm/amdgpu: drop flags check for CHIP_IP_DISCOVERYGravatar Alex Deucher 1-5/+0
2022-01-14drm/amdgpu: Fix rejecting Tahiti GPUsGravatar Lukas Fink 1-1/+1
2022-01-14drm/amdgpu: drop flags check for CHIP_IP_DISCOVERYGravatar Alex Deucher 1-5/+0
2022-01-14drm/amdgpu: Fix rejecting Tahiti GPUsGravatar Lukas Fink 1-1/+1
2022-01-14drm/amd/display: Enable Freesync Video Mode by defaultGravatar Solomon Chiu 1-27/+0
2022-01-10Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-6/+19
2022-01-07drm/amdgpu: don't set s3 and s0ix at the same timeGravatar Mario Limonciello 1-2/+4
2021-12-31drm/amdgpu: disable runpm if we are the primary adapterGravatar Alex Deucher 1-0/+28
2021-12-31Merge tag 'amd-drm-next-5.17-2021-12-30' of ssh://gitlab.freedesktop.org/agd5...Gravatar Dave Airlie 1-4/+23
2021-12-30drm/amdgpu: always reset the asic in suspend (v2)Gravatar Alex Deucher 1-1/+4
2021-12-30drm/amdgpu: put SMU into proper state on runpm suspending for BOCO capable pl...Gravatar Evan Quan 1-0/+15
2021-12-30drm/amdgpu: fix runpm documentationGravatar Alex Deucher 1-3/+4
2021-12-27drm/amdgpu: put SMU into proper state on runpm suspending for BOCO capable pl...Gravatar Evan Quan 1-0/+15
2021-12-27drm/amdgpu: always reset the asic in suspend (v2)Gravatar Alex Deucher 1-1/+4
2021-12-22drm/amdgpu: fix runpm documentationGravatar Alex Deucher 1-3/+4
2021-12-23Merge tag 'amd-drm-next-5.17-2021-12-16' of https://gitlab.freedesktop.org/ag...Gravatar Dave Airlie 1-2/+5
2021-12-10Merge tag 'amd-drm-next-5.17-2021-12-02' of https://gitlab.freedesktop.org/ag...Gravatar Dave Airlie 1-0/+13
2021-12-01drm/amdgpu: update fw_load_type module parameter doc to match codeGravatar Yann Dirson 1-2/+5
2021-11-27drm: Move nomodeset kernel parameter to the DRM subsystemGravatar Javier Martinez Canillas 1-2/+1
2021-11-27drm: Don't print messages if drivers are disabled due nomodesetGravatar Javier Martinez Canillas 1-3/+1
2021-11-17drm/amdgpu: use generic fb helpers instead of setting up AMD own's.Gravatar Evan Quan 1-0/+13