summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/pm
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/amdgpu: add smu interface header for cyan_skilfishLang Yu2021-07-231-0/+95
* drm/amdgpu: add smu_v11_8_ppsmc header for cyan_skilfishLang Yu2021-07-231-0/+70
* drm/amdgpu: add smu_v11_8_pmfw header for cyan_skilfishLang Yu2021-07-231-0/+152
* drm/amdkfd: Update SMI throttle event bitmaskGraham Sider2021-07-232-2/+6
* drm/amd/pm: Support board calibration on aldebaranLijo Lazar2021-07-233-12/+40
* drm/amd/pm: update DRIVER_IF_VERSION for beige_gobyTao Zhou2021-07-161-1/+1
* drm/amd/pm: Add waiting for response of mode-reset message for yellow carpAaron Liu2021-07-131-7/+3
* drm/amd/pm: Fix BACO state setting for Beige_GobyChengming Gui2021-07-131-0/+1
* drm/amd/pm: drop smu_v13_0_1.c|h files for yellow carpXiaomeng Hou2021-07-086-377/+57
* drm/amd/pm: bump DRIVER_IF_VERSION for Sienna CichlidEvan Quan2021-07-082-2/+2
* drm/amd/pm: update the gpu metrics data retrieving for Sienna CichlidEvan Quan2021-07-081-71/+145
* drm/amd/pm: new SmuMetrics data structure for Sienna CichlidEvan Quan2021-07-081-1/+62
* drm/amdgpu: The I2C IP doesn't support 0 writes/readsLuben Tuikov2021-07-084-4/+4
* drm/amd/pm: Add I2C quirk table to AldebaranLuben Tuikov2021-07-081-0/+9
* drm/amd/pm: Simplify managed I2C transfer of AldebaranLuben Tuikov2021-07-011-175/+55
* drm/amd/pm: Simplify managed I2C transfer functionsLuben Tuikov2021-07-013-137/+95
* drm/amd/pm: Extend the I2C quirk tableLuben Tuikov2021-07-013-3/+12
* drm/amdgpu: I2C class is HWMONLuben Tuikov2021-07-013-3/+3
* drm/amdgpu/pm: ADD I2C quirk adapter tableAndrey Grodzovsky2021-07-013-0/+19
* drm/amd/pm: SMU I2C: Return number of messages processedAndrey Grodzovsky2021-07-013-54/+75
* drm/amdgpu: Send STOP for the last byte of msg onlyAndrey Grodzovsky2021-07-013-6/+6
* drm/amdgpu: Drop i > 0 restriction for issuing RESTARTAndrey Grodzovsky2021-07-013-3/+3
* drm/amdgpu: only set restart on first cmd of the smu i2c transactionAlex Deucher2021-07-013-3/+3
* drm/amdgpu: add I2C_CLASS_HWMON to SMU i2c busesAlex Deucher2021-07-013-3/+3
* drm/amdgpu/pm: add smu i2c implementation for navi1x (v5)Alex Deucher2021-07-011-0/+116
* drm/amdgpu/pm: rework i2c xfers on arcturus (v5)Alex Deucher2021-07-011-171/+58
* drm/amdgpu/pm: rework i2c xfers on sienna cichlid (v4)Alex Deucher2021-07-011-171/+58
* drm/amdgpu: add a mutex for the smu11 i2c bus (v2)Alex Deucher2021-07-011-0/+1