Home
last modified time | relevance | path

Searched refs:VCEClockInfo (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dlegacy_dpm.c415 1 + array->ucNumEntries * sizeof(VCEClockInfo)); in amdgpu_parse_extended_power_table()
420 1 + (array->ucNumEntries * sizeof (VCEClockInfo)) + in amdgpu_parse_extended_power_table()
424 VCEClockInfo *vce_clk; in amdgpu_parse_extended_power_table()
436 vce_clk = (VCEClockInfo *) in amdgpu_parse_extended_power_table()
438 (entry->ucVCEClockInfoIndex * sizeof(VCEClockInfo))); in amdgpu_parse_extended_power_table()
452 vce_clk = (VCEClockInfo *) in amdgpu_parse_extended_power_table()
454 (state_entry->ucVCEClockInfoIndex * sizeof(VCEClockInfo))); in amdgpu_parse_extended_power_table()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/
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()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A 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()
H A Dpptable.h539 }VCEClockInfo; typedef
543 VCEClockInfo entries[1];
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A 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()
H A Dpptable.h539 }VCEClockInfo; typedef
543 VCEClockInfo entries[1];
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/
H A Dpptable.h580 }VCEClockInfo; typedef
584 VCEClockInfo entries[1];
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/include/
H A Dpptable.h580 }VCEClockInfo; typedef
584 VCEClockInfo entries[1];
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dprocesspptables.c96 table_size = sizeof(uint8_t) + p->ucNumEntries * sizeof(VCEClockInfo); in get_vce_clock_info_array_size()
1259 const VCEClockInfo *entry = &array->entries[table->entries[i].ucVCEClockInfoIndex]; in get_vce_clock_voltage_limit_table()
1705 const VCEClockInfo *vce_clock_info = &vce_clock_info_array->entries[record->ucVCEClockInfoIndex]; in get_vce_state_table_entry()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A 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()

Completed in 20 milliseconds