Searched refs:VCEClockInfo (Results 1 - 5 of 5) sorted by path

/linux-master/drivers/gpu/drm/amd/include/
H A Dpptable.h580 }VCEClockInfo; typedef in typeref:struct:_VCEClockInfo
584 VCEClockInfo entries[1];
/linux-master/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dlegacy_dpm.c415 1 + array->ucNumEntries * sizeof(VCEClockInfo));
420 1 + (array->ucNumEntries * sizeof (VCEClockInfo)) +
424 VCEClockInfo *vce_clk;
436 vce_clk = (VCEClockInfo *)
438 (entry->ucVCEClockInfoIndex * sizeof(VCEClockInfo)));
452 vce_clk = (VCEClockInfo *)
454 (state_entry->ucVCEClockInfoIndex * sizeof(VCEClockInfo)));
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dprocesspptables.c96 table_size = sizeof(uint8_t) + p->ucNumEntries * sizeof(VCEClockInfo);
1249 const VCEClockInfo *entry = &array->entries[table->entries[i].ucVCEClockInfoIndex];
1682 const VCEClockInfo *vce_clock_info = &vce_clock_info_array->entries[record->ucVCEClockInfoIndex];
/linux-master/drivers/gpu/drm/radeon/
H A Dpptable.h539 }VCEClockInfo; typedef in typeref:struct:_VCEClockInfo
543 VCEClockInfo entries[1];
H A Dr600_dpm.c1079 1 + array->ucNumEntries * sizeof(VCEClockInfo));
1084 1 + (array->ucNumEntries * sizeof (VCEClockInfo)) +
1088 VCEClockInfo *vce_clk;
1102 vce_clk = (VCEClockInfo *)
1104 (entry->ucVCEClockInfoIndex * sizeof(VCEClockInfo)));
1117 vce_clk = (VCEClockInfo *)
1119 (state_entry->ucVCEClockInfoIndex * sizeof(VCEClockInfo)));

Completed in 185 milliseconds