Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/pm/legacy-dpm/
A Dlegacy_dpm.c160 ATOM_PPLIB_Clock_Voltage_Dependency_Table *atom_table) in amdgpu_parse_clk_voltage_dep_table() argument
162 u32 size = atom_table->ucNumEntries * in amdgpu_parse_clk_voltage_dep_table()
171 entry = &atom_table->entries[0]; in amdgpu_parse_clk_voltage_dep_table()
172 for (i = 0; i < atom_table->ucNumEntries; i++) { in amdgpu_parse_clk_voltage_dep_table()
179 amdgpu_table->count = atom_table->ucNumEntries; in amdgpu_parse_clk_voltage_dep_table()
/drivers/gpu/drm/radeon/
A Dr600_dpm.c819 ATOM_PPLIB_Clock_Voltage_Dependency_Table *atom_table) in r600_parse_clk_voltage_dep_table() argument
824 radeon_table->entries = kcalloc(atom_table->ucNumEntries, in r600_parse_clk_voltage_dep_table()
830 entry = &atom_table->entries[0]; in r600_parse_clk_voltage_dep_table()
831 for (i = 0; i < atom_table->ucNumEntries; i++) { in r600_parse_clk_voltage_dep_table()
838 radeon_table->count = atom_table->ucNumEntries; in r600_parse_clk_voltage_dep_table()

Completed in 8 milliseconds