HomeSort by: relevance | last modified time | path
    Searched refs:VceLevelCount (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
smu7_fusion.h 229 uint8_t VceLevelCount;
smu7_discrete.h 317 uint8_t VceLevelCount;
smu72_discrete.h 256 uint8_t VceLevelCount;
smu73_discrete.h 240 uint8_t VceLevelCount;
smu74_discrete.h 265 uint8_t VceLevelCount;
smu75_discrete.h 268 uint8_t VceLevelCount;
  /src/sys/external/bsd/drm2/dist/drm/radeon/
smu7_fusion.h 229 uint8_t VceLevelCount;
smu7_discrete.h 317 uint8_t VceLevelCount;
radeon_ci_dpm.c 2704 table->VceLevelCount =
2707 for (count = 0; count < table->VceLevelCount; count++) {
radeon_kv_dpm.c 929 offsetof(SMU7_Fusion_DpmTable, VceLevelCount),
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_fiji_smumgr.c 1436 table->VceLevelCount = (uint8_t)(mm_table->count);
1439 for (count = 0; count < table->VceLevelCount; count++) {
amdgpu_vegam_smumgr.c 1209 table->VceLevelCount = (uint8_t)(mm_table->count);
1212 for (count = 0; count < table->VceLevelCount; count++) {
amdgpu_ci_smumgr.c 1571 table->VceLevelCount = (uint8_t)(vce_table->count);
1574 for (count = 0; count < table->VceLevelCount; count++) {
amdgpu_polaris10_smumgr.c 1304 table->VceLevelCount = (uint8_t)(mm_table->count);
1307 for (count = 0; count < table->VceLevelCount; count++) {
amdgpu_tonga_smumgr.c 1385 table->VceLevelCount = (uint8_t) (mm_table->count);
1388 for (count = 0; count < table->VceLevelCount; count++) {
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_kv_dpm.c 1012 offsetof(SMU7_Fusion_DpmTable, VceLevelCount),

Completed in 37 milliseconds