Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_dpm.c544 1 + array->ucNumEntries * sizeof(VCEClockInfo)); in amdgpu_parse_extended_power_table()
549 1 + (array->ucNumEntries * sizeof (VCEClockInfo)) + in amdgpu_parse_extended_power_table()
553 VCEClockInfo *vce_clk; in amdgpu_parse_extended_power_table()
567 vce_clk = (VCEClockInfo *) in amdgpu_parse_extended_power_table()
569 (entry->ucVCEClockInfoIndex * sizeof(VCEClockInfo))); in amdgpu_parse_extended_power_table()
583 vce_clk = (VCEClockInfo *) in amdgpu_parse_extended_power_table()
585 (state_entry->ucVCEClockInfoIndex * sizeof(VCEClockInfo))); in amdgpu_parse_extended_power_table()
/dragonfly/sys/dev/drm/radeon/
H A Dr600_dpm.c1082 1 + array->ucNumEntries * sizeof(VCEClockInfo)); in r600_parse_extended_power_table()
1087 1 + (array->ucNumEntries * sizeof (VCEClockInfo)) + in r600_parse_extended_power_table()
1091 VCEClockInfo *vce_clk; in r600_parse_extended_power_table()
1105 vce_clk = (VCEClockInfo *) in r600_parse_extended_power_table()
1107 (entry->ucVCEClockInfoIndex * sizeof(VCEClockInfo))); in r600_parse_extended_power_table()
1120 vce_clk = (VCEClockInfo *) in r600_parse_extended_power_table()
1122 (state_entry->ucVCEClockInfoIndex * sizeof(VCEClockInfo))); in r600_parse_extended_power_table()
H A Dpptable.h539 }VCEClockInfo; typedef
543 VCEClockInfo entries[1];
/dragonfly/sys/dev/drm/amd/include/
H A Dpptable.h580 }VCEClockInfo; typedef
584 VCEClockInfo entries[1];
/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dprocesspptables.c94 table_size = sizeof(uint8_t) + p->ucNumEntries * sizeof(VCEClockInfo); in get_vce_clock_info_array_size()
1157 const VCEClockInfo *entry = &array->entries[table->entries[i].ucVCEClockInfoIndex]; in get_vce_clock_voltage_limit_table()
1602 const VCEClockInfo *vce_clock_info = &vce_clock_info_array->entries[record->ucVCEClockInfoIndex]; in get_vce_state_table_entry()