Home
last modified time | relevance | path

Searched refs:atom_table_size (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/amd/pm/swsmu/smu11/
Dsmu_v11_0.c347 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()
/drivers/gpu/drm/amd/pm/swsmu/smu13/
Dsmu_v13_0.c389 uint16_t atom_table_size; in smu_v13_0_get_pptable_from_vbios() local
397 ret = amdgpu_atombios_get_data_table(adev, index, &atom_table_size, &frev, &crev, in smu_v13_0_get_pptable_from_vbios()
403 *size = atom_table_size; in smu_v13_0_get_pptable_from_vbios()