summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/pm/swsmu/smu13/yellow_carp_ppt.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-20drm/amdgpu: add VCN sensor value for yellow carpXiaojian Du1-1/+7
2023-09-20drm/amdgpu: Use function for IP version checkLijo Lazar1-9/+9
2023-08-16drm/amd: Rename AMDGPU_PP_SENSOR_GPU_POWERMario Limonciello1-0/+1
2023-08-16drm/amd: Introduce `AMDGPU_PP_SENSOR_GPU_INPUT_POWER`Mario Limonciello1-3/+3
2023-06-09drm/amd/pm: enable more Pstates profile levels for yellow_carpshikaguo1-4/+137
2023-06-09drm/amd/pm: reverse mclk and fclk clocks levels for yellow carpTim Huang1-2/+3
2023-06-09drm/amd/pm: Keep interface version in PMFW headerLijo Lazar1-0/+1
2022-07-28drm/amd/pm: Add get_gfx_off_status interface for yellow carpShikai Guo1-0/+31
2022-06-03drm/amdgpu/swsmu: add SMU mailbox registers in SMU contextAlex Deucher1-0/+1
2022-05-26drm/amd/pm: fix a potential gpu_metrics_table memory leakGong Yuanjun1-0/+3
2022-05-16drm/amd/pm: update smartshift powerboost calc for smu13Sathishkumar S1-16/+46
2022-02-14drm/amd/pm: correct the sequence of sending gpu reset msgYifan Zhang1-7/+2
2022-02-08drm/amd/pm: drop the cache for enabled ppfeaturesEvan Quan1-15/+1
2022-02-08drm/amd/pm: correct the usage for 'supported' member of smu_feature structureEvan Quan1-3/+0
2022-02-08drm/amd/pm: update the data type for retrieving enabled ppfeaturesEvan Quan1-6/+3
2022-02-08drm/amd/pm: unify the interface for retrieving enabled ppfeaturesEvan Quan1-3/+3
2022-01-26drm/amd/pm: drop unneeded smu->sensor_lockEvan Quan1-2/+0
2022-01-26drm/amd/pm: drop unneeded smu->metrics_lockEvan Quan1-8/+2
2021-11-18drm/amd/pm: add GFXCLK/SCLK clocks level print support for APUsPerry Yuan1-0/+27
2021-11-03drm/amdgpu/pm: drop pp_power_profile_mode support for yellow carpMario Limonciello1-87/+0
2021-09-16drm/amdgpu: fix sysfs_emit/sysfs_emit_at warnings(v2)Lang Yu1-2/+4
2021-08-30drm/amdgpu/swsmu: fix spelling mistake "minimun" -> "minimum"Colin Ian King1-1/+1
2021-08-10amdgpu/pm: Replace smu12/13 usage of sprintf with sysfs_emitDarren Powell1-7/+7
2021-07-13drm/amd/pm: Add waiting for response of mode-reset message for yellow carpAaron Liu1-7/+3
2021-07-13drm/amd/pm: drop smu_v13_0_1.c|h files for yellow carpXiaomeng Hou1-8/+31
2021-07-01drm/amd/pm: skip PrepareMp1ForUnload message in s0ixShyam Sundar S K1-1/+2
2021-06-11drm/amd/pm: support ss metrics read on yellow_carpSathishkumar S1-0/+34
2021-06-08drm/amd/pm: fix warning reported by kernel test robotXiaomeng Hou1-1/+1
2021-06-04drm/amd/pm: disable manually setting MCLK power level on yellow carpXiaomeng Hou1-12/+10
2021-06-04drm/amdgpu: add mode2 reset support for yellow carpAaron Liu1-0/+26
2021-06-04drm/amd/pm: add set_performance_level function for yellow carpXiaomeng Hou1-0/+84
2021-06-04drm/amd/pm: add the interface to dump smu metrics table for yellow carpXiaomeng Hou1-1/+55
2021-06-04drm/amd/pm: add callbacks to read/write sysfs file pp_power_profile_modeXiaomeng Hou1-0/+86
2021-06-04drm/amd/pm: add callback get_dpm_ultimate_freq for yellow carpXiaomeng Hou1-0/+111
2021-06-04drm/amd/pm: add callback to get bootup values for yellow carpXiaomeng Hou1-0/+1
2021-06-04drm/amd/pm: add PrepareMp1ForUnload support for yellow carpAaron Liu1-0/+4
2021-06-04drm/amd/pm: add callback force_clk_levels for yellow carpXiaomeng Hou1-0/+114
2021-06-04drm/amd/pm: initialize feature_enabled/feature_support bitmap for yellow carpXiaomeng Hou1-0/+25
2021-06-04drm/amd/pm: implement is_dpm_running() callback for yellow carpXiaomeng Hou1-9/+21
2021-06-04drm/amd/pm: add feature map for yellow carpXiaomeng Hou1-0/+42
2021-06-04drm/amd/pm: add support to get dpm clock value for yellow carpXiaomeng Hou1-1/+127
2021-06-04drm/amd/pm: add the fine grain tuning function for yellow carpXiaomeng Hou1-0/+116
2021-06-04drm/amd/pm: add set_watermarks_table function for yellow carpXiaomeng Hou1-0/+61
2021-06-04drm/amd/pm: add read_sensor function for yellow carpXiaomeng Hou1-0/+140
2021-06-04drm/amd/pm: add vcn/jepg enable functions for yellow carpHuang Rui1-0/+33
2021-06-04drm/amdgpu/pm: enable gfx_off in yellow carp smu post initAaron Liu1-0/+13
2021-06-04drm/amdgpu/pm: add gfx_off_control for yellow carpAaron Liu1-0/+1
2021-06-04drm/amdgpu/pm: add set_driver_table_location implementation for yellow carpAaron Liu1-0/+1
2021-06-04drm/amdgpu/pm: set_pp_feature is unsupport for yellow carpAaron Liu1-2/+1
2021-06-04drm/amd/pm: add yellow_carp_ppt implementation(V3)Aaron Liu1-0/+163