Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dlegacy_dpm.c388 1 + array->ucNumEntries * sizeof(VCEClockInfo)); in amdgpu_parse_extended_power_table()
393 1 + (array->ucNumEntries * sizeof (VCEClockInfo)) + in amdgpu_parse_extended_power_table()
397 VCEClockInfo *vce_clk; in amdgpu_parse_extended_power_table()
409 vce_clk = (VCEClockInfo *) in amdgpu_parse_extended_power_table()
411 (entry->ucVCEClockInfoIndex * sizeof(VCEClockInfo))); in amdgpu_parse_extended_power_table()
425 vce_clk = (VCEClockInfo *) in amdgpu_parse_extended_power_table()
427 (state_entry->ucVCEClockInfoIndex * sizeof(VCEClockInfo))); in amdgpu_parse_extended_power_table()
/linux/drivers/gpu/drm/radeon/
H A Dr600_dpm.c1077 1 + array->ucNumEntries * sizeof(VCEClockInfo)); in r600_parse_extended_power_table()
1082 1 + (array->ucNumEntries * sizeof (VCEClockInfo)) + in r600_parse_extended_power_table()
1086 VCEClockInfo *vce_clk; in r600_parse_extended_power_table()
1100 vce_clk = (VCEClockInfo *) in r600_parse_extended_power_table()
1102 (entry->ucVCEClockInfoIndex * sizeof(VCEClockInfo))); in r600_parse_extended_power_table()
1115 vce_clk = (VCEClockInfo *) in r600_parse_extended_power_table()
1117 (state_entry->ucVCEClockInfoIndex * sizeof(VCEClockInfo))); in r600_parse_extended_power_table()
H A Dpptable.h539 }VCEClockInfo; typedef
543 VCEClockInfo entries[1];
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dprocesspptables.c96 table_size = sizeof(uint8_t) + p->ucNumEntries * sizeof(VCEClockInfo); in get_vce_clock_info_array_size()
1246 const VCEClockInfo *entry = &array->entries[table->entries[i].ucVCEClockInfoIndex]; in get_vce_clock_voltage_limit_table()
1677 const VCEClockInfo *vce_clock_info = &vce_clock_info_array->entries[record->ucVCEClockInfoIndex]; in get_vce_state_table_entry()