/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ |
amdgpu_vega12_processpptables.c | 55 const void *table_address = hwmgr->soft_pp_table; local in function:get_powerplay_table 57 if (!table_address) { 58 table_address = (ATOM_Vega12_POWERPLAYTABLE *) 62 hwmgr->soft_pp_table = table_address; /*Cache the result in RAM.*/ 66 return table_address;
|
amdgpu_vega12_processpptables.c | 55 const void *table_address = hwmgr->soft_pp_table; local in function:get_powerplay_table 57 if (!table_address) { 58 table_address = (ATOM_Vega12_POWERPLAYTABLE *) 62 hwmgr->soft_pp_table = table_address; /*Cache the result in RAM.*/ 66 return table_address;
|
amdgpu_vega20_processpptables.c | 57 const void *table_address = hwmgr->soft_pp_table; local in function:get_powerplay_table 59 if (!table_address) { 60 table_address = (ATOM_Vega20_POWERPLAYTABLE *) 64 hwmgr->soft_pp_table = table_address; 68 return table_address;
|
amdgpu_vega20_processpptables.c | 57 const void *table_address = hwmgr->soft_pp_table; local in function:get_powerplay_table 59 if (!table_address) { 60 table_address = (ATOM_Vega20_POWERPLAYTABLE *) 64 hwmgr->soft_pp_table = table_address; 68 return table_address;
|
amdgpu_ppatomfwctrl.c | 62 const void *table_address; local in function:pp_atomfwctrl_get_voltage_info_table 66 table_address = smu_atom_get_data_table(hwmgr->adev, 69 PP_ASSERT_WITH_CODE(table_address, 73 return (const struct atom_voltage_objects_info_v4_1 *)table_address; 170 const void *table_address; local in function:pp_atomfwctrl_get_gpio_lookup_table 174 table_address = smu_atom_get_data_table(hwmgr->adev, 176 PP_ASSERT_WITH_CODE(table_address, 180 return (const struct atom_gpio_pin_lut_v2_1 *)table_address;
|
amdgpu_ppatomfwctrl.c | 62 const void *table_address; local in function:pp_atomfwctrl_get_voltage_info_table 66 table_address = smu_atom_get_data_table(hwmgr->adev, 69 PP_ASSERT_WITH_CODE(table_address, 73 return (const struct atom_voltage_objects_info_v4_1 *)table_address; 170 const void *table_address; local in function:pp_atomfwctrl_get_gpio_lookup_table 174 table_address = smu_atom_get_data_table(hwmgr->adev, 176 PP_ASSERT_WITH_CODE(table_address, 180 return (const struct atom_gpio_pin_lut_v2_1 *)table_address;
|
amdgpu_vega10_processpptables.c | 58 const void *table_address = hwmgr->soft_pp_table; local in function:get_powerplay_table 60 if (!table_address) { 61 table_address = (ATOM_Vega10_POWERPLAYTABLE *) 65 hwmgr->soft_pp_table = table_address; /*Cache the result in RAM.*/ 69 return table_address;
|
amdgpu_vega10_processpptables.c | 58 const void *table_address = hwmgr->soft_pp_table; local in function:get_powerplay_table 60 if (!table_address) { 61 table_address = (ATOM_Vega10_POWERPLAYTABLE *) 65 hwmgr->soft_pp_table = table_address; /*Cache the result in RAM.*/ 69 return table_address;
|
amdgpu_process_pptables_v1_0.c | 145 const void *table_address = (const void *)hwmgr->soft_pp_table; local in function:get_powerplay_table 147 if (!table_address) { 148 table_address = (ATOM_Tonga_POWERPLAYTABLE *) 151 hwmgr->soft_pp_table = table_address; /*Cache the result in RAM.*/ 155 return table_address;
|
amdgpu_process_pptables_v1_0.c | 145 const void *table_address = (const void *)hwmgr->soft_pp_table; local in function:get_powerplay_table 147 if (!table_address) { 148 table_address = (ATOM_Tonga_POWERPLAYTABLE *) 151 hwmgr->soft_pp_table = table_address; /*Cache the result in RAM.*/ 155 return table_address;
|
amdgpu_ppatomctrl.c | 611 void *table_address; local in function:get_gpio_lookup_table 613 table_address = (ATOM_GPIO_PIN_LUT *) 618 PP_ASSERT_WITH_CODE((NULL != table_address), 621 return (ATOM_GPIO_PIN_LUT *)table_address;
|
amdgpu_ppatomctrl.c | 611 void *table_address; local in function:get_gpio_lookup_table 613 table_address = (ATOM_GPIO_PIN_LUT *) 618 PP_ASSERT_WITH_CODE((NULL != table_address), 621 return (ATOM_GPIO_PIN_LUT *)table_address;
|