aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/pm/swsmu/smu11 (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-02drm/amd/pm: new v3 SmuMetrics data structure for Sienna CichlidDanijel Slivka1-61/+120
2022-02-22drm/amd/pm: validate SMU feature enable message for getting feature enabled maskPrike Liang1-1/+11
2022-02-17drm/amdgpu/smu11.5: restore cclks in vangogh_set_performance_levelAlex Deucher1-1/+19
2022-02-17drm/amd: Refactor `amdgpu_aspm` to be evaluated per deviceMario Limonciello1-1/+1
2022-02-16drm/amd/pm: fix some OEM SKU specific stability issuesEvan Quan1-1/+31
2022-02-16drm/amd/pm: fulfill Sienna_Cichlid implementations for DriverSmuConfig settingEvan Quan1-0/+54
2022-02-16drm/amd/pm: fulfill Navi1x implementations for DriverSmuConfig settingEvan Quan1-0/+50
2022-02-11drm/amd/pm: fulfill the support for DriverSmuConfig tableEvan Quan3-1/+23
2022-02-11drm/amd/pm: correct UMD pstate clocks for Dimgrey Cavefish and Beige GobyEvan Quan2-5/+29
2022-02-11amdgpu/pm: Implement emit_clk_levels for navi10Darren Powell1-0/+210
2022-02-11drm/amd/pm: fix enabled features retrieving on Renoir and Cyan SkillfishEvan Quan1-0/+1
2022-02-09drm/amd/pm: drm/amd/pm: disable GetPptLimit message in sriov modeYang Wang1-1/+1
2022-02-07drm/amd/pm: drop the cache for enabled ppfeaturesEvan Quan2-36/+3
2022-02-07drm/amd/pm: correct the usage for 'supported' member of smu_feature structureEvan Quan4-16/+10
2022-02-07drm/amd/pm: update the data type for retrieving enabled ppfeaturesEvan Quan6-26/+9
2022-02-07drm/amd/pm: unify the interface for retrieving enabled ppfeaturesEvan Quan2-4/+4
2022-02-02drm/amd/pm: remove duplicate include in 'arcturus_ppt.c'Changcheng Deng1-1/+0
2022-01-27drm/amdgpu/swsmu/i2c: return an error if the SMU is not runningAlex Deucher3-0/+9
2022-01-27drm/amd: Expose the FRU SMU I2C busLuben Tuikov3-55/+153
2022-01-27drm/amd/pm: correct the MGpuFanBoost support for Beige GobyEvan Quan1-3/+3
2022-01-25drm/amd/pm: use existing fini_smc_tables function for cyan skillfishLang Yu1-17/+1
2022-01-25drm/amd/pm: add get_dpm_ultimate_freq function for cyan skillfishLang Yu1-0/+31
2022-01-25drm/amd/pm: drop unneeded smu_baco->mutexEvan Quan1-14/+5
2022-01-25drm/amd/pm: drop unneeded smu->sensor_lockEvan Quan5-12/+0
2022-01-25drm/amd/pm: drop unneeded smu->metrics_lockEvan Quan5-137/+54
2022-01-25drm/amd/pm: drop unneeded lock protection smu->mutexEvan Quan3-6/+6
2022-01-25drm/amd: Fix MSB of SMU version printingMario Limonciello1-5/+5
2022-01-18drm/amd/pm: Enable sysfs required by rocm-smi tool for One VF modeMarina Nikolic1-1/+1
2022-01-18drm/amd/pm: add message smu to get ecc_tablemziya2-0/+71
2022-01-14drm/amd/pm: drop unnecessary gfxoff controlsEvan Quan2-31/+1
2022-01-14drm/amd/pm: relocate the power related headersEvan Quan1-1/+0
2022-01-14drm/amd/pm: do not expose the smu_context structure used internally in powerEvan Quan4-14/+17
2022-01-14drm/amdgpu/swsmu: make sienna cichlid function staticAlex Deucher1-3/+3
2021-12-28drm/amdgpu: Send Message to SMU on aldebaran passthrough for sbr handlingsashank saye2-2/+2
2021-12-14drm/amd/pm: Skip power state allocationLijo Lazar1-10/+0
2021-12-01amdgpu/pm: Modify implmentations of get_power_profile_mode to use amdgpu_pp_profile_nameDarren Powell3-27/+3
2021-12-01amdgpu/pm: Create shared array of power profile name stringsDarren Powell1-9/+1
2021-11-24drm/amd/pm: add new fields for Sienna Cichlid.Surbhi Kakarya1-0/+10
2021-11-24drm/amd/pm: Sienna: Print failed BTCLuben Tuikov1-1/+7
2021-11-22drm/amd/pm: Add STB support in sienna_cichlidAndrey Grodzovsky1-0/+55
2021-11-22drm/amd/pm: Remove artificial freq level on Navi1xLijo Lazar1-5/+8
2021-11-17drm/amd/pm: add GFXCLK/SCLK clocks level print support for APUsPerry Yuan2-2/+46
2021-11-17drm/amdgpu: remove unneeded variableran jianping1-2/+2
2021-10-22drm/amd/pm: Disable fan control if not supportedLijo Lazar1-0/+14
2021-10-22drm/amdgpu/smu11.0: add missing IP version checkAlex Deucher1-0/+1
2021-10-21drm/amdgpu/swsmu: handle VCN harvesting for VCN SMU setupAlex Deucher1-71/+24
2021-10-20drm/amdgpu/pm: properly handle sclk for profiling modes on vangoghAlex Deucher1-60/+29
2021-10-13drm/amdgpu/smu11: fix firmware version check for vangoghAlex Deucher1-1/+1
2021-10-13drm/amd/pm: Fix incorrect power limit readback in smu11 if POWER_SOURCE_DCDarren Powell1-4/+5
2021-10-13amdgpu/pm: (v2) add limit_type to (pptable_funcs)->set_power_limit signatureDarren Powell2-9/+15