Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_dpm.c493 1 + array->ucNumEntries * sizeof(VCEClockInfo)); in amdgpu_parse_extended_power_table()
498 1 + (array->ucNumEntries * sizeof (VCEClockInfo)) + in amdgpu_parse_extended_power_table()
502 VCEClockInfo *vce_clk; in amdgpu_parse_extended_power_table()
516 vce_clk = (VCEClockInfo *) in amdgpu_parse_extended_power_table()
518 (entry->ucVCEClockInfoIndex * sizeof(VCEClockInfo))); in amdgpu_parse_extended_power_table()
532 vce_clk = (VCEClockInfo *) in amdgpu_parse_extended_power_table()
534 (state_entry->ucVCEClockInfoIndex * sizeof(VCEClockInfo))); in amdgpu_parse_extended_power_table()
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_r600_dpm.c1086 1 + array->ucNumEntries * sizeof(VCEClockInfo)); in r600_parse_extended_power_table()
1091 1 + (array->ucNumEntries * sizeof (VCEClockInfo)) + in r600_parse_extended_power_table()
1095 VCEClockInfo *vce_clk; in r600_parse_extended_power_table()
1109 vce_clk = (VCEClockInfo *) in r600_parse_extended_power_table()
1111 (entry->ucVCEClockInfoIndex * sizeof(VCEClockInfo))); in r600_parse_extended_power_table()
1124 vce_clk = (VCEClockInfo *) in r600_parse_extended_power_table()
1126 (state_entry->ucVCEClockInfoIndex * sizeof(VCEClockInfo))); in r600_parse_extended_power_table()
H A Dpptable.h541 }VCEClockInfo; typedef
545 VCEClockInfo entries[1];
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/include/
H A Dpptable.h582 }VCEClockInfo; typedef
586 VCEClockInfo entries[1];
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Damdgpu_processpptables.c99 table_size = sizeof(uint8_t) + p->ucNumEntries * sizeof(VCEClockInfo); in get_vce_clock_info_array_size()
1137 const VCEClockInfo *entry = &array->entries[table->entries[i].ucVCEClockInfoIndex]; in get_vce_clock_voltage_limit_table()
1583 const VCEClockInfo *vce_clock_info = &vce_clock_info_array->entries[record->ucVCEClockInfoIndex]; in get_vce_state_table_entry()