summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/pm/swsmu
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'amd-drm-next-5.14-2021-06-02' of https://gitlab.freedesktop.org/ag...Dave Airlie2021-06-046-21/+221
|\
| * drm/amdgpu/swsmu/aldebaran: fix check in is_dpm_runningAlex Deucher2021-05-271-1/+4
| * drm/amd/pm/inc/smu_v13_0: Move table into the only source file that uses itLee Jones2021-05-271-0/+6
| * drm/amd/pm: fix return value in aldebaran_set_mp1_state()Feifei Xu2021-05-211-3/+1
| * drm/amdgpu/pm: display vcn pp dpm (v4)David M Nieto2021-05-215-8/+131
| * drm/amdgpu/pm: add new fields for Navi1x (v3)David M Nieto2021-05-211-17/+65
| * drm/amdgpu/pm: Update metrics table (v2)David M Nieto2021-05-211-0/+3
| * drm/amd/pm: correct MGpuFanBoost settingEvan Quan2021-05-212-0/+19
* | drm/amdgpu: Rename flag which prevents HW accessAndrey Grodzovsky2021-05-251-1/+1
|/
* drm/amd/amdgpu: Enable gfxoff for beige_gobyChengming Gui2021-05-191-0/+1
* drm/amd/pm: Use the PPTable from VBIOS for beige_gobyChengming Gui2021-05-191-2/+1
* drm/amd/pm: use macro to get pptable membersChengming Gui2021-05-191-66/+729
* drm/amd/amdgpu: add smu support for beige_gobyChengming Gui2021-05-192-2/+11
* drm/amd/pm: Reset max GFX clock after disabling determinismLijo Lazar2021-05-191-3/+8
* drm/amd/pm: Fix showing incorrect frequencies on aldebaranLijo Lazar2021-05-192-25/+55
* drm/amdgpu: Fill adev->unique_id with data from PF2VF msgJiawei Gu2021-05-191-1/+2
* drm/amd/pm: enable ASPM by defaultKenneth Feng2021-05-191-1/+1
* drm/amdgpu: Rename to ras_*_enabledLuben Tuikov2021-05-101-1/+1
* drm/amdgpu: Remove redundant ras->supportedLuben Tuikov2021-05-101-1/+2
* drm/amd/pm: expose pmfw attached timestamp on AldebaranEvan Quan2021-05-102-5/+11
* drm/amd/pm: Add interface to get FW private bufferLijo Lazar2021-05-101-0/+21
* amdgpu/pm: Prevent force of DCEFCLK on NAVI10 and SIENNA_CICHLIDDarren Powell2021-04-282-2/+7
* amdgpu/pm: add extra info to SMU msg pre-check failed messageDarren Powell2021-04-281-2/+2
* drm/amd/pm: Update energy_accumulator in gpu metricsHarish Kasiviswanathan2021-04-281-1/+3
* drm/amd/pm: fix error code in smu_set_power_limit()Dan Carpenter2021-04-151-0/+1
* drm/amd/pm: revise two names of sensor values for vangoghXiaojian Du2021-04-151-6/+6
* drm/amd/pm: remove the "set" function of pp_dpm_mclk for vangoghXiaojian Du2021-04-151-6/+0
* drm/amd/pm: add the callback to get the bootup values for renoirXiaojian Du2021-04-152-0/+124
* drm/amd/pm: Show updated clocks on aldebaranLijo Lazar2021-04-151-11/+41
* drm/amd/pm: add support for new smu metrics table for vangoghXiaojian Du2021-04-151-26/+338
* drm/amd/pm: Use VBIOS PPTable for aldebaranLijo Lazar2021-04-152-2/+3
* drm/amdgpu: add ras aldebaran ras eeprom driverJohn Clements2021-04-091-0/+229
* drm/amd/pm: increase time out value when sending msg to SMUcharles sun2021-04-091-1/+1
* drm/amd/pm: add the callback to get vbios bootup values for vangoghXiaojian Du2021-04-092-0/+2
* drm/amdgpu/vangogh: don't check for dpm in is_dpm_running when in suspendAlex Deucher2021-04-091-0/+5
* drm/amd/pm: Fix DPM level count on aldebaranLijo Lazar2021-04-091-4/+8
* drm/amd/pm: unify the interface for gfx state settingEvan Quan2021-04-091-1/+4
* drm/amd/pm: unify the interface for power gatingEvan Quan2021-04-091-3/+3
* drm/amd/pm: fix missing static declarationsEvan Quan2021-04-091-7/+7
* drm/amd/pm: unify the interface for loading SMU microcodeEvan Quan2021-04-091-21/+20
* drm/amdgpu: Fix build warningsLijo Lazar2021-04-091-1/+1
* drm/amd/pm: Add support for reset completion on aldebaranLijo Lazar2021-04-092-1/+30
* drm/amd/pm: Add function to wait for smu eventsLijo Lazar2021-04-091-0/+15
* drm/amd/pm: Modify mode2 msg sequence on aldebaranLijo Lazar2021-04-094-11/+61
* drm/amdgpu/pm: mark pcie link/speed arrays as constAlex Deucher2021-04-091-2/+2
* drm/amd/pm: drop redundant and unneeded BACO APIs V2Evan Quan2021-04-091-95/+0
* drm/amd/pm: label these APIs used internally as staticEvan Quan2021-04-091-66/+93
* drm/amd/pm: make DAL communicate with SMU through unified interfacesEvan Quan2021-04-091-13/+55
* drm/amd/pm: fix gpu reset failure by MP1 state settingGuchun Chen2021-04-091-3/+7
* drm/amd/pm: fix Navi1x runtime resume failure V2Evan Quan2021-04-097-24/+89