summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-16x86/cpu/topology: Get rid of cpuinfo::x86_max_coresThomas Gleixner1-1/+1
2023-11-29drm/amdgpu: optimize RLC powerdown notification on VangoghPerry Yuan1-3/+2
2023-11-03drm/amd/swsmu: remove fw version check in sw_init.Li Ma1-13/+4
2023-10-20drm/amd/pm: Support for getting power1_cap_min valueMa Jun1-1/+4
2023-10-13drm/amd/pm: drop most smu_cmn_get_smc_version in smuYifan Zhang1-39/+9
2023-08-30drm/amd/pm: Vangogh: Get average_* from average field of gpu_metrics_tableKun Liu1-12/+12
2023-08-15drm/amd: Rename AMDGPU_PP_SENSOR_GPU_POWERMario Limonciello1-1/+1
2023-08-15drm/amd: Introduce `AMDGPU_PP_SENSOR_GPU_INPUT_POWER`Mario Limonciello1-0/+10
2023-07-25drm/amd/pm: Vangogh: Add new gpu_metrics_v2_4 to acquire gpu_metricsWenyou Yang1-9/+100
2023-06-09drm/amd/pm: reverse mclk and fclk clocks levels for vangoghTim Huang1-4/+6
2023-03-22drm/amd/pm/swsmu/smu11/vangogh_ppt: Provide a couple of missing parameter des...Lee Jones1-0/+2
2023-03-07drm/amdgpu: map new capped and uncapped mode power profiles for VangoghPerry Yuan1-2/+4
2023-03-06drm/amdgpu: fix no previous prototype warningKun Liu1-1/+1
2023-02-23drm/amdgpu: added a sysfs interface for thermal throttlingKun Liu1-0/+17
2022-09-14drm/amd/pm:add new gpu_metrics_v2_3 to acquire average temperature infoLi Ma1-12/+148
2022-08-16drm/amd/pm: Implement GFXOFF's entry count and residency for vangoghAndré Almeida1-0/+76
2022-07-13drm/amd/pm: Implement get GFXOFF status for vangoghAndré Almeida1-0/+38
2022-06-03drm/amdgpu/swsmu: add SMU mailbox registers in SMU contextAlex Deucher1-0/+1
2022-02-17drm/amdgpu/smu11.5: restore cclks in vangogh_set_performance_levelAlex Deucher1-1/+19
2022-02-07drm/amd/pm: drop the cache for enabled ppfeaturesEvan Quan1-15/+1
2022-02-07drm/amd/pm: correct the usage for 'supported' member of smu_feature structureEvan Quan1-4/+1
2022-02-07drm/amd/pm: update the data type for retrieving enabled ppfeaturesEvan Quan1-7/+3
2022-02-07drm/amd/pm: unify the interface for retrieving enabled ppfeaturesEvan Quan1-3/+3
2022-01-25drm/amd/pm: drop unneeded smu->sensor_lockEvan Quan1-2/+0
2022-01-25drm/amd/pm: drop unneeded smu->metrics_lockEvan Quan1-20/+8
2021-12-01amdgpu/pm: Modify implmentations of get_power_profile_mode to use amdgpu_pp_p...Darren Powell1-9/+1
2021-11-17drm/amd/pm: add GFXCLK/SCLK clocks level print support for APUsPerry Yuan1-0/+26
2021-10-20drm/amdgpu/pm: properly handle sclk for profiling modes on vangoghAlex Deucher1-60/+29
2021-10-13amdgpu/pm: (v2) add limit_type to (pptable_funcs)->set_power_limit signatureDarren Powell1-3/+4
2021-09-16drm/amdgpu: fix sysfs_emit/sysfs_emit_at warnings(v2)Lang Yu1-6/+10
2021-08-30drm/amdgpu/swsmu: fix spelling mistake "minimun" -> "minimum"Colin Ian King1-1/+1
2021-08-10amdgpu/pm: Replace smu11 usage of sprintf with sysfs_emitDarren Powell1-23/+23
2021-08-05drm/amd/pm: Fix a memory leak in an error handling path in 'vangogh_tables_in...Christophe JAILLET1-1/+1
2021-06-11drm/amd/pm: correct the power limits reporting on OOB supportedEvan Quan1-3/+10
2021-06-10drm/amd/pm: Add vangogh throttler translationGraham Sider1-9/+29
2021-04-15drm/amd/pm: revise two names of sensor values for vangoghXiaojian Du1-6/+6
2021-04-15drm/amd/pm: remove the "set" function of pp_dpm_mclk for vangoghXiaojian Du1-6/+0
2021-04-15drm/amd/pm: add support for new smu metrics table for vangoghXiaojian Du1-26/+338
2021-04-09drm/amd/pm: add the callback to get vbios bootup values for vangoghXiaojian Du1-0/+1
2021-04-09drm/amdgpu/vangogh: don't check for dpm in is_dpm_running when in suspendAlex Deucher1-0/+5
2021-03-23drm/amd/pm: add a new sysfs entry for default power limitEric Huang1-2/+6
2021-03-05drm/amd/pm: update existing gpu_metrics interfaces V2Evan Quan1-5/+5
2021-03-03drm/amd/pm: correct the name of one function for vangoghXiaojian Du1-2/+2
2021-02-26drm/amdgpu/swsmu/vangogh: Only use RLCPowerNotify msg for disableAlex Deucher1-2/+2
2021-02-26drm/amdgpu/pm: make unsupported power profile messages debugAlex Deucher1-1/+1
2021-02-18drm/amd/pm: do not issue message while write "r" into pp_od_clk_voltageHuang Rui1-38/+0
2021-02-18drm/amd/pm: fix spelling mistake in various messages "power_dpm_force_perfoma...Colin Ian King1-1/+1
2021-02-09drm/amd/pm: make the error log more clear for fine grain tuning functionXiaojian Du1-1/+2
2021-02-09drm/amd/pm: add support for hwmon control of slow and fast PPT limit on vangoghXiaomeng Hou1-0/+113
2021-02-09drm/amd/pm/swsmu: unify the init soft gpu metrics functionKevin Wang1-1/+3