summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/pm/swsmu/smu13/yellow_carp_ppt.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: Use function for IP version checkLijo Lazar2023-09-201-9/+9
* drm/amd: Rename AMDGPU_PP_SENSOR_GPU_POWERMario Limonciello2023-08-151-0/+1
* drm/amd: Introduce `AMDGPU_PP_SENSOR_GPU_INPUT_POWER`Mario Limonciello2023-08-151-3/+3
* drm/amd/pm: enable more Pstates profile levels for yellow_carpshikaguo2023-06-091-4/+137
* drm/amd/pm: reverse mclk and fclk clocks levels for yellow carpTim Huang2023-06-091-2/+3
* drm/amd/pm: Keep interface version in PMFW headerLijo Lazar2023-06-091-0/+1
* drm/amd/pm: Add get_gfx_off_status interface for yellow carpShikai Guo2022-07-281-0/+31
* drm/amdgpu/swsmu: add SMU mailbox registers in SMU contextAlex Deucher2022-06-031-0/+1
* drm/amd/pm: fix a potential gpu_metrics_table memory leakGong Yuanjun2022-05-261-0/+3
* drm/amd/pm: update smartshift powerboost calc for smu13Sathishkumar S2022-05-161-16/+46
* drm/amd/pm: correct the sequence of sending gpu reset msgYifan Zhang2022-02-141-7/+2
* drm/amd/pm: drop the cache for enabled ppfeaturesEvan Quan2022-02-071-15/+1
* drm/amd/pm: correct the usage for 'supported' member of smu_feature structureEvan Quan2022-02-071-3/+0
* drm/amd/pm: update the data type for retrieving enabled ppfeaturesEvan Quan2022-02-071-6/+3
* drm/amd/pm: unify the interface for retrieving enabled ppfeaturesEvan Quan2022-02-071-3/+3
* drm/amd/pm: drop unneeded smu->sensor_lockEvan Quan2022-01-251-2/+0
* drm/amd/pm: drop unneeded smu->metrics_lockEvan Quan2022-01-251-8/+2
* drm/amd/pm: add GFXCLK/SCLK clocks level print support for APUsPerry Yuan2021-11-171-0/+27
* drm/amdgpu/pm: drop pp_power_profile_mode support for yellow carpMario Limonciello2021-11-031-87/+0
* drm/amdgpu: fix sysfs_emit/sysfs_emit_at warnings(v2)Lang Yu2021-09-161-2/+4
* drm/amdgpu/swsmu: fix spelling mistake "minimun" -> "minimum"Colin Ian King2021-08-301-1/+1
* amdgpu/pm: Replace smu12/13 usage of sprintf with sysfs_emitDarren Powell2021-08-101-7/+7
* drm/amd/pm: Add waiting for response of mode-reset message for yellow carpAaron Liu2021-07-131-7/+3
* drm/amd/pm: drop smu_v13_0_1.c|h files for yellow carpXiaomeng Hou2021-07-131-8/+31
* drm/amd/pm: skip PrepareMp1ForUnload message in s0ixShyam Sundar S K2021-07-011-1/+2
* drm/amd/pm: support ss metrics read on yellow_carpSathishkumar S2021-06-111-0/+34
* drm/amd/pm: fix warning reported by kernel test robotXiaomeng Hou2021-06-081-1/+1
* drm/amd/pm: disable manually setting MCLK power level on yellow carpXiaomeng Hou2021-06-041-12/+10
* drm/amdgpu: add mode2 reset support for yellow carpAaron Liu2021-06-041-0/+26
* drm/amd/pm: add set_performance_level function for yellow carpXiaomeng Hou2021-06-041-0/+84
* drm/amd/pm: add the interface to dump smu metrics table for yellow carpXiaomeng Hou2021-06-041-1/+55
* drm/amd/pm: add callbacks to read/write sysfs file pp_power_profile_modeXiaomeng Hou2021-06-041-0/+86
* drm/amd/pm: add callback get_dpm_ultimate_freq for yellow carpXiaomeng Hou2021-06-041-0/+111
* drm/amd/pm: add callback to get bootup values for yellow carpXiaomeng Hou2021-06-041-0/+1
* drm/amd/pm: add PrepareMp1ForUnload support for yellow carpAaron Liu2021-06-041-0/+4
* drm/amd/pm: add callback force_clk_levels for yellow carpXiaomeng Hou2021-06-041-0/+114
* drm/amd/pm: initialize feature_enabled/feature_support bitmap for yellow carpXiaomeng Hou2021-06-041-0/+25
* drm/amd/pm: implement is_dpm_running() callback for yellow carpXiaomeng Hou2021-06-041-9/+21
* drm/amd/pm: add feature map for yellow carpXiaomeng Hou2021-06-041-0/+42
* drm/amd/pm: add support to get dpm clock value for yellow carpXiaomeng Hou2021-06-041-1/+127
* drm/amd/pm: add the fine grain tuning function for yellow carpXiaomeng Hou2021-06-041-0/+116
* drm/amd/pm: add set_watermarks_table function for yellow carpXiaomeng Hou2021-06-041-0/+61
* drm/amd/pm: add read_sensor function for yellow carpXiaomeng Hou2021-06-041-0/+140
* drm/amd/pm: add vcn/jepg enable functions for yellow carpHuang Rui2021-06-041-0/+33
* drm/amdgpu/pm: enable gfx_off in yellow carp smu post initAaron Liu2021-06-041-0/+13
* drm/amdgpu/pm: add gfx_off_control for yellow carpAaron Liu2021-06-041-0/+1
* drm/amdgpu/pm: add set_driver_table_location implementation for yellow carpAaron Liu2021-06-041-0/+1
* drm/amdgpu/pm: set_pp_feature is unsupport for yellow carpAaron Liu2021-06-041-2/+1
* drm/amd/pm: add yellow_carp_ppt implementation(V3)Aaron Liu2021-06-041-0/+163