Searched refs:atom_table_size (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
D | smu_v11_0.c | 347 uint16_t atom_table_size; in smu_v11_0_setup_pptable() local 380 ret = amdgpu_atombios_get_data_table(adev, index, &atom_table_size, &frev, &crev, in smu_v11_0_setup_pptable() 384 size = atom_table_size; in smu_v11_0_setup_pptable()
|
/Linux-v6.1/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
D | smu_v13_0.c | 385 uint16_t atom_table_size; in smu_v13_0_get_pptable_from_vbios() local 393 ret = amdgpu_atombios_get_data_table(adev, index, &atom_table_size, &frev, &crev, in smu_v13_0_get_pptable_from_vbios() 399 *size = atom_table_size; in smu_v13_0_get_pptable_from_vbios()
|