Searched refs:ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/include/
H A Dpptable.h593 }ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record; typedef in typeref:struct:_ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record
598 ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record entries[1];
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dpptable.h552 }ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record; typedef in typeref:struct:_ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record
557 ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record entries[1];
H A Dradeon_r600_dpm.c1092 1 + (limits->numEntries * sizeof(ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record)));
1093 ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record *entry;
1118 entry = (ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record *)
1119 ((u8 *)entry + sizeof(ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record));
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_dpm.c499 1 + (limits->numEntries * sizeof(ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record)));
500 ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record *entry;
525 entry = (ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record *)
526 ((u8 *)entry + sizeof(ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record));
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Damdgpu_processpptables.c128 table_size = sizeof(uint8_t) + ptable->numEntries * sizeof(ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record);

Completed in 214 milliseconds