Searched refs:performance_level (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | hardwaremanager.c | 379 PHM_PerformanceLevel performance_level = {0}; in phm_get_clock_info() local 386 result = phm_get_performance_level(hwmgr, state, PHM_PerformanceLevelDesignation_Activity, 0, &performance_level); in phm_get_clock_info() 391 pclock_info->min_mem_clk = performance_level.memory_clock; in phm_get_clock_info() 392 pclock_info->min_eng_clk = performance_level.coreClock; in phm_get_clock_info() 393 pclock_info->min_bus_bandwidth = performance_level.nonLocalMemoryFreq * performance_level.nonLocalMemoryWidth; in phm_get_clock_info() 397 (hwmgr->platform_descriptor.hardwareActivityPerformanceLevels - 1), &performance_level); in phm_get_clock_info() 401 pclock_info->max_mem_clk = performance_level.memory_clock; in phm_get_clock_info() 402 pclock_info->max_eng_clk = performance_level.coreClock; in phm_get_clock_info() 403 pclock_info->max_bus_bandwidth = performance_level in phm_get_clock_info() [all...] |
H A D | smu7_hwmgr.c | 3598 struct smu7_performance_level *performance_level; in smu7_get_pp_table_entry_callback_func_v1() local 3641 performance_level = &(smu7_power_state->performance_levels in smu7_get_pp_table_entry_callback_func_v1() 3656 performance_level->memory_clock = mclk_dep_table->entries in smu7_get_pp_table_entry_callback_func_v1() 3659 performance_level->engine_clock = ((ATOM_Tonga_SCLK_Dependency_Table *)sclk_dep_table)->entries in smu7_get_pp_table_entry_callback_func_v1() 3662 performance_level->engine_clock = ((ATOM_Polaris_SCLK_Dependency_Table *)sclk_dep_table)->entries in smu7_get_pp_table_entry_callback_func_v1() 3664 performance_level->pcie_gen = get_pcie_gen_support(data->pcie_gen_cap, in smu7_get_pp_table_entry_callback_func_v1() 3666 performance_level->pcie_lane = get_pcie_lane_support(data->pcie_lane_cap, in smu7_get_pp_table_entry_callback_func_v1() 3669 performance_level = &(smu7_power_state->performance_levels in smu7_get_pp_table_entry_callback_func_v1() 3671 performance_level->memory_clock = mclk_dep_table->entries in smu7_get_pp_table_entry_callback_func_v1() 3675 performance_level in smu7_get_pp_table_entry_callback_func_v1() 3798 struct smu7_performance_level *performance_level; smu7_get_pp_table_entry_callback_func_v0() local [all...] |
/linux/Documentation/ABI/testing/ |
H A D | sysfs-driver-samsung-laptop | 1 What: /sys/devices/platform/samsung/performance_level
|
/linux/drivers/firmware/arm_scmi/ |
H A D | perf.c | 121 __le32 performance_level; member 1215 r->performance_level = le32_to_cpu(p->performance_level); in scmi_perf_fill_custom_report() 1228 ret = scmi_perf_xlate_opp_to_freq(dom, r->performance_level, in scmi_perf_fill_custom_report()
|
/linux/include/linux/ |
H A D | scmi_protocol.h | 1066 unsigned int performance_level; member
|
/linux/drivers/platform/x86/ |
H A D | samsung-laptop.c | 701 static DEVICE_ATTR(performance_level, 0644,
|