Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/smu13/
Dsmu_v13_0.c278 uint16_t atom_table_size; in smu_v13_0_get_pptable_from_vbios() local
286 ret = amdgpu_atombios_get_data_table(adev, index, &atom_table_size, &frev, &crev, in smu_v13_0_get_pptable_from_vbios()
292 *size = atom_table_size; in smu_v13_0_get_pptable_from_vbios()
/Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/smu11/
Dsmu_v11_0.c345 uint16_t atom_table_size; in smu_v11_0_setup_pptable() local
378 ret = amdgpu_atombios_get_data_table(adev, index, &atom_table_size, &frev, &crev, in smu_v11_0_setup_pptable()
382 size = atom_table_size; in smu_v11_0_setup_pptable()