summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/pm
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/pm: Update intermediate power state for SILijo Lazar2021-09-231-0/+2
* drm/amd/pm: fix runpm hang when amdgpu loaded prior to sound driverEvan Quan2021-09-164-4/+47
* drm/amdgpu: add manual sclk/vddc setting support for cyan skilfish(v3)Lang Yu2021-09-162-1/+138
* drm/amdgpu: add some pptable funcs for cyan skilfish(v3)Lang Yu2021-09-161-0/+347
* drm/amdgpu: update SMU driver interface for cyan skilfish(v3)Lang Yu2021-09-161-51/+35
* drm/amdgpu: update SMU PPSMC for cyan skilfishLang Yu2021-09-161-1/+8
* drm/amdgpu: fix sysfs_emit/sysfs_emit_at warnings(v2)Lang Yu2021-09-168-16/+49
* drm/amd/pm: fix the issue of uploading powerplay tableKenneth Feng2021-09-141-1/+1
* drm/amdgpu: enable more pm sysfs under SRIOV 1-VF modeJiawei Gu2021-08-311-4/+4
* drm/amdgpu/swsmu: fix spelling mistake "minimun" -> "minimum"Colin Ian King2021-08-303-3/+3
* drm/amdgpu: Disable PCIE_DPM on Intel RKL PlatformKoba Ko2021-08-301-1/+16
* drm/amd/pm: And destination bounds checking to struct copyKees Cook2021-08-304-11/+32
* drm/amd/pm: a quick fix for "divided by zero" errorEvan Quan2021-08-202-9/+20
* drm/amd/pm: Fix spelling mistake "firwmare" -> "firmware"Colin Ian King2021-08-181-1/+1
* drm/amd/pm: correct the address of Arcturus fan related registersEvan Quan2021-08-161-5/+133
* drm/amd/pm: drop unnecessary manual mode checkEvan Quan2021-08-161-12/+4
* drm/amd/pm: drop the unnecessary intermediate percent-based transitionEvan Quan2021-08-1621-138/+108
* drm/amd/pm: correct the fan speed RPM retrievingEvan Quan2021-08-167-5/+103
* drm/amd/pm: correct the fan speed PWM retrievingEvan Quan2021-08-166-81/+56
* drm/amd/pm: record the RPM and PWM based fan speed settingsEvan Quan2021-08-163-6/+31
* drm/amd/pm: correct the fan speed RPM settingEvan Quan2021-08-167-4/+51
* drm/amd/pm: change the workload type for some cardsKenneth Feng2021-08-161-1/+14
* Revert "drm/amd/pm: fix workload mismatch on vega10"Kenneth Feng2021-08-161-1/+1
* drm/amd/pm: change pp_dpm_sclk/mclk/fclk attribute is RO for aldebaranKevin Wang2021-08-161-2/+7
* drm/amd/pm: change smu msg's attribute to allow working under sriovKevin Wang2021-08-161-2/+2
* drm/amd/pm: change return value in aldebaran_get_power_limit()Kevin Wang2021-08-161-2/+13
* drm/amd/pm: skip to load smu microcode on sriov for aldebaranKevin Wang2021-08-161-32/+70
* drm/amd/pm: correct DPM_XGMI/VCN_DPM feature nameKevin Wang2021-08-163-11/+10
* drm/amd/pm: graceful exit on restore fan mode failure (v2)Ryan Taylor2021-08-111-2/+3
* drm/amd/pm: restore fan_mode AMD_FAN_CTRL_NONE on resume (v2)Ryan Taylor2021-08-111-1/+3
* amdgpu/pm: Replace amdgpu_pm usage of sprintf with sysfs_emitDarren Powell2021-08-101-8/+8
* amdgpu/pm: Replace hwmgr smu usage of sprintf with sysfs_emitDarren Powell2021-08-103-33/+34
* amdgpu/pm: Replace vega12,20 usage of sprintf with sysfs_emitDarren Powell2021-08-102-44/+44
* amdgpu/pm: Replace vega10 usage of sprintf with sysfs_emitDarren Powell2021-08-101-19/+19
* amdgpu/pm: Replace smu12/13 usage of sprintf with sysfs_emitDarren Powell2021-08-103-28/+27
* amdgpu/pm: Replace smu11 usage of sprintf with sysfs_emitDarren Powell2021-08-103-53/+53
* amdgpu/pm: Replace navi10 usage of sprintf with sysfs_emitDarren Powell2021-08-102-32/+35
* drm/amd/pm: bug fix for the runtime pm BACOKenneth Feng2021-08-061-2/+1
* drm/amd/pm: Fix a memory leak in an error handling path in 'vangogh_tables_in...Christophe JAILLET2021-08-051-1/+1
* drm/amd/pm: update smu v13.0.1 firmware headerXiaomeng Hou2021-08-051-1/+3
* drm/amd/pm: correct aldebaran smu feature mapping FEATURE_DATA_CALCULATIONSKevin Wang2021-08-052-1/+2
* drm/amd/pm: update yellow carp pmfw interface versionXiaomeng Hou2021-08-051-1/+1
* drm/amdgpu/powerplay/smu10: Fix a typo in error messageMasanari Iida2021-08-021-1/+1
* drm/amd/pm: Fix a bug in semaphore double-lockLuben Tuikov2021-07-281-2/+0
* drm/amd/pm: restore user customized OD settings properly for Sienna CichlidEvan Quan2021-07-281-9/+28
* drm/amd/pm: restore user customized OD settings properly for NV1xEvan Quan2021-07-285-17/+82
* drm/amd/pm: Fix a bug communicating with the SMU (v5)Luben Tuikov2021-07-232-47/+244
* drm/amdgpu: enable SMU for cyan_skilfishLang Yu2021-07-231-0/+4
* drm/amdgpu: add check_fw_version support for cyan_skillfishLang Yu2021-07-233-0/+5
* drm/amdgpu: add basic ppt functions for cyan_skilfishLang Yu2021-07-233-0/+105