Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/pm/legacy-dpm/
Dlegacy_dpm.c427 1 + array->ucNumEntries * sizeof(VCEClockInfo)); in amdgpu_parse_extended_power_table()
432 1 + (array->ucNumEntries * sizeof (VCEClockInfo)) + in amdgpu_parse_extended_power_table()
436 VCEClockInfo *vce_clk; in amdgpu_parse_extended_power_table()
450 vce_clk = (VCEClockInfo *) in amdgpu_parse_extended_power_table()
452 (entry->ucVCEClockInfoIndex * sizeof(VCEClockInfo))); in amdgpu_parse_extended_power_table()
466 vce_clk = (VCEClockInfo *) in amdgpu_parse_extended_power_table()
468 (state_entry->ucVCEClockInfoIndex * sizeof(VCEClockInfo))); in amdgpu_parse_extended_power_table()
/linux-5.19.10/drivers/gpu/drm/radeon/
Dr600_dpm.c1081 1 + array->ucNumEntries * sizeof(VCEClockInfo)); in r600_parse_extended_power_table()
1086 1 + (array->ucNumEntries * sizeof (VCEClockInfo)) + in r600_parse_extended_power_table()
1090 VCEClockInfo *vce_clk; in r600_parse_extended_power_table()
1104 vce_clk = (VCEClockInfo *) in r600_parse_extended_power_table()
1106 (entry->ucVCEClockInfoIndex * sizeof(VCEClockInfo))); in r600_parse_extended_power_table()
1119 vce_clk = (VCEClockInfo *) in r600_parse_extended_power_table()
1121 (state_entry->ucVCEClockInfoIndex * sizeof(VCEClockInfo))); in r600_parse_extended_power_table()
Dpptable.h539 }VCEClockInfo; typedef
543 VCEClockInfo entries[1];
/linux-5.19.10/drivers/gpu/drm/amd/include/
Dpptable.h580 }VCEClockInfo; typedef
584 VCEClockInfo entries[1];
/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dprocesspptables.c96 table_size = sizeof(uint8_t) + p->ucNumEntries * sizeof(VCEClockInfo); in get_vce_clock_info_array_size()
1249 const VCEClockInfo *entry = &array->entries[table->entries[i].ucVCEClockInfoIndex]; in get_vce_clock_voltage_limit_table()
1682 const VCEClockInfo *vce_clock_info = &vce_clock_info_array->entries[record->ucVCEClockInfoIndex]; in get_vce_state_table_entry()