• Home
  • Raw
  • Download

Lines Matching defs:hwmgr

48 static uint16_t get_vce_table_offset(struct pp_hwmgr *hwmgr,  in get_vce_table_offset()
72 static uint16_t get_vce_clock_info_array_offset(struct pp_hwmgr *hwmgr, in get_vce_clock_info_array_offset()
84 static uint16_t get_vce_clock_info_array_size(struct pp_hwmgr *hwmgr, in get_vce_clock_info_array_size()
100 static uint16_t get_vce_clock_voltage_limit_table_offset(struct pp_hwmgr *hwmgr, in get_vce_clock_voltage_limit_table_offset()
113 static uint16_t get_vce_clock_voltage_limit_table_size(struct pp_hwmgr *hwmgr, in get_vce_clock_voltage_limit_table_size()
128 static uint16_t get_vce_state_table_offset(struct pp_hwmgr *hwmgr, const ATOM_PPLIB_POWERPLAYTABLE … in get_vce_state_table_offset()
139 struct pp_hwmgr *hwmgr, in get_vce_state_table()
150 static uint16_t get_uvd_table_offset(struct pp_hwmgr *hwmgr, in get_uvd_table_offset()
172 static uint16_t get_uvd_clock_info_array_offset(struct pp_hwmgr *hwmgr, in get_uvd_clock_info_array_offset()
183 static uint16_t get_uvd_clock_info_array_size(struct pp_hwmgr *hwmgr, in get_uvd_clock_info_array_size()
202 struct pp_hwmgr *hwmgr, in get_uvd_clock_voltage_limit_table_offset()
215 static uint16_t get_samu_table_offset(struct pp_hwmgr *hwmgr, in get_samu_table_offset()
239 struct pp_hwmgr *hwmgr, in get_samu_clock_voltage_limit_table_offset()
251 static uint16_t get_acp_table_offset(struct pp_hwmgr *hwmgr, in get_acp_table_offset()
275 struct pp_hwmgr *hwmgr, in get_acp_clock_voltage_limit_table_offset()
287 struct pp_hwmgr *hwmgr, in get_cacp_tdp_table_offset()
310 static int get_cac_tdp_table(struct pp_hwmgr *hwmgr, in get_cac_tdp_table()
338 static uint16_t get_sclk_vdd_gfx_table_offset(struct pp_hwmgr *hwmgr, in get_sclk_vdd_gfx_table_offset()
363 struct pp_hwmgr *hwmgr, in get_sclk_vdd_gfx_clock_voltage_dependency_table_offset()
375 static int get_clock_voltage_dependency_table(struct pp_hwmgr *hwmgr, in get_clock_voltage_dependency_table()
406 static int get_valid_clk(struct pp_hwmgr *hwmgr, in get_valid_clk()
428 static int get_clock_voltage_limit(struct pp_hwmgr *hwmgr, in get_clock_voltage_limit()
443 static void set_hw_cap(struct pp_hwmgr *hwmgr, bool enable, in set_hw_cap()
452 static int set_platform_caps(struct pp_hwmgr *hwmgr, in set_platform_caps()
621 struct pp_hwmgr *hwmgr, in make_classification_flags()
678 static int init_non_clock_fields(struct pp_hwmgr *hwmgr, in init_non_clock_fields()
795 struct pp_hwmgr *hwmgr) in get_powerplay_table()
813 int pp_tables_get_response_times(struct pp_hwmgr *hwmgr, in pp_tables_get_response_times()
827 int pp_tables_get_num_of_entries(struct pp_hwmgr *hwmgr, in pp_tables_get_num_of_entries()
847 int pp_tables_get_entry(struct pp_hwmgr *hwmgr, in pp_tables_get_entry()
937 struct pp_hwmgr *hwmgr, in init_powerplay_tables()
946 struct pp_hwmgr *hwmgr, in init_thermal_controller()
952 static int init_overdrive_limits_V1_4(struct pp_hwmgr *hwmgr, in init_overdrive_limits_V1_4()
975 static int init_overdrive_limits_V2_1(struct pp_hwmgr *hwmgr, in init_overdrive_limits_V2_1()
1005 static int init_overdrive_limits(struct pp_hwmgr *hwmgr, in init_overdrive_limits()
1046 static int get_uvd_clock_voltage_limit_table(struct pp_hwmgr *hwmgr, in get_uvd_clock_voltage_limit_table()
1079 static int get_vce_clock_voltage_limit_table(struct pp_hwmgr *hwmgr, in get_vce_clock_voltage_limit_table()
1111 static int get_samu_clock_voltage_limit_table(struct pp_hwmgr *hwmgr, in get_samu_clock_voltage_limit_table()
1139 static int get_acp_clock_voltage_limit_table(struct pp_hwmgr *hwmgr, in get_acp_clock_voltage_limit_table()
1167 static int init_clock_voltage_dependency(struct pp_hwmgr *hwmgr, in init_clock_voltage_dependency()
1334 static int get_cac_leakage_table(struct pp_hwmgr *hwmgr, in get_cac_leakage_table()
1371 static int get_platform_power_management_table(struct pp_hwmgr *hwmgr, in get_platform_power_management_table()
1394 static int init_dpm2_parameters(struct pp_hwmgr *hwmgr, in init_dpm2_parameters()
1468 static int init_phase_shedding_table(struct pp_hwmgr *hwmgr, in init_phase_shedding_table()
1511 struct pp_hwmgr *hwmgr) in get_number_of_vce_state_table_entries()
1524 int get_vce_state_table_entry(struct pp_hwmgr *hwmgr, in get_vce_state_table_entry()
1557 static int pp_tables_initialize(struct pp_hwmgr *hwmgr) in pp_tables_initialize()
1606 static int pp_tables_uninitialize(struct pp_hwmgr *hwmgr) in pp_tables_uninitialize()