Home
last modified time | relevance | path

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

/linux-4.1.27/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()