Home
last modified time | relevance | path

Searched refs:VCEClockInfo (Results 1 – 2 of 2) 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 Dpptable.h539 }VCEClockInfo; typedef
543 VCEClockInfo entries[1];