Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0.c333 uint16_t atom_table_size; in smu_v14_0_get_pptable_from_vbios() local
341 ret = amdgpu_atombios_get_data_table(adev, index, &atom_table_size, &frev, &crev, in smu_v14_0_get_pptable_from_vbios()
347 *size = atom_table_size; in smu_v14_0_get_pptable_from_vbios()
/linux-6.15/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsmu_v11_0.c319 uint16_t atom_table_size; in smu_v11_0_setup_pptable() local
352 ret = amdgpu_atombios_get_data_table(adev, index, &atom_table_size, &frev, &crev, in smu_v11_0_setup_pptable()
356 size = atom_table_size; in smu_v11_0_setup_pptable()
/linux-6.15/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0.c341 uint16_t atom_table_size; in smu_v13_0_get_pptable_from_vbios() local
349 ret = amdgpu_atombios_get_data_table(adev, index, &atom_table_size, &frev, &crev, in smu_v13_0_get_pptable_from_vbios()
355 *size = atom_table_size; in smu_v13_0_get_pptable_from_vbios()