Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_dpm.c519 1 + array->ucNumEntries * sizeof(VCEClockInfo)); in amdgpu_parse_extended_power_table()
524 1 + (array->ucNumEntries * sizeof (VCEClockInfo)) + in amdgpu_parse_extended_power_table()
528 VCEClockInfo *vce_clk; in amdgpu_parse_extended_power_table()
542 vce_clk = (VCEClockInfo *) in amdgpu_parse_extended_power_table()
544 (entry->ucVCEClockInfoIndex * sizeof(VCEClockInfo))); in amdgpu_parse_extended_power_table()
557 vce_clk = (VCEClockInfo *) in amdgpu_parse_extended_power_table()
559 (state_entry->ucVCEClockInfoIndex * sizeof(VCEClockInfo))); in amdgpu_parse_extended_power_table()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dpptable.h539 }VCEClockInfo; typedef
543 VCEClockInfo entries[1];
Dr600_dpm.c1078 1 + array->ucNumEntries * sizeof(VCEClockInfo)); in r600_parse_extended_power_table()
1083 1 + (array->ucNumEntries * sizeof (VCEClockInfo)) + in r600_parse_extended_power_table()
1087 VCEClockInfo *vce_clk; in r600_parse_extended_power_table()
1101 vce_clk = (VCEClockInfo *) in r600_parse_extended_power_table()
1103 (entry->ucVCEClockInfoIndex * sizeof(VCEClockInfo))); in r600_parse_extended_power_table()
1116 vce_clk = (VCEClockInfo *) in r600_parse_extended_power_table()
1118 (state_entry->ucVCEClockInfoIndex * sizeof(VCEClockInfo))); in r600_parse_extended_power_table()
/linux-4.4.14/drivers/gpu/drm/amd/include/
Dpptable.h550 }VCEClockInfo; typedef
554 VCEClockInfo entries[1];