Searched refs:table_address (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Damdgpu_vega12_processpptables.c55 const void *table_address = hwmgr->soft_pp_table; local
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;
H A Damdgpu_ppatomfwctrl.c62 const void *table_address; local
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
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;
H A Damdgpu_process_pptables_v1_0.c145 const void *table_address = (const void *)hwmgr->soft_pp_table; local
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;
H A Damdgpu_vega10_processpptables.c58 const void *table_address = hwmgr->soft_pp_table; local
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;
H A Damdgpu_vega20_processpptables.c57 const void *table_address = hwmgr->soft_pp_table; local
59 if (!table_address) {
60 table_address = (ATOM_Vega20_POWERPLAYTABLE *)
64 hwmgr->soft_pp_table = table_address;
68 return table_address;
H A Damdgpu_ppatomctrl.c611 void *table_address; local
613 table_address = (ATOM_GPIO_PIN_LUT *)
618 PP_ASSERT_WITH_CODE((NULL != table_address),
621 return (ATOM_GPIO_PIN_LUT *)table_address;

Completed in 165 milliseconds