Home
last modified time | relevance | path

Searched refs:MAX_VOLTAGE_ENTRIES (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_atombios.h118 #define MAX_VOLTAGE_ENTRIES 32 macro
129 struct atom_voltage_table_entry entries[MAX_VOLTAGE_ENTRIES];
Damdgpu_atombios.c1388 if (gpio->ucGpioEntryNum > MAX_VOLTAGE_ENTRIES) in amdgpu_atombios_get_voltage_table()
/linux-6.12.1/drivers/gpu/drm/radeon/
Dradeon_mode.h632 #define MAX_VOLTAGE_ENTRIES 32 macro
643 struct atom_voltage_table_entry entries[MAX_VOLTAGE_ENTRIES];
Dradeon_atombios.c3750 if (formula->ucNumOfVoltageEntries > MAX_VOLTAGE_ENTRIES) in radeon_atom_get_voltage_table()
3785 if (gpio->ucGpioEntryNum > MAX_VOLTAGE_ENTRIES) in radeon_atom_get_voltage_table()