Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/pm/swsmu/smu11/
Dsmu_v11_0.c321 uint16_t atom_table_size; in smu_v11_0_setup_pptable() local
354 ret = amdgpu_atombios_get_data_table(adev, index, &atom_table_size, &frev, &crev, in smu_v11_0_setup_pptable()
358 size = atom_table_size; in smu_v11_0_setup_pptable()
/Linux-v6.6/drivers/gpu/drm/amd/pm/swsmu/smu13/
Dsmu_v13_0.c344 uint16_t atom_table_size; in smu_v13_0_get_pptable_from_vbios() local
352 ret = amdgpu_atombios_get_data_table(adev, index, &atom_table_size, &frev, &crev, in smu_v13_0_get_pptable_from_vbios()
358 *size = atom_table_size; in smu_v13_0_get_pptable_from_vbios()