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

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
smu7_fusion.h 228 uint8_t UvdLevelCount;
smu7_discrete.h 316 uint8_t UvdLevelCount;
smu72_discrete.h 255 uint8_t UvdLevelCount;
smu73_discrete.h 239 uint8_t UvdLevelCount;
smu74_discrete.h 264 uint8_t UvdLevelCount;
smu75_discrete.h 267 uint8_t UvdLevelCount;
  /src/sys/external/bsd/drm2/dist/drm/radeon/
smu7_fusion.h 228 uint8_t UvdLevelCount;
smu7_discrete.h 316 uint8_t UvdLevelCount;
radeon_ci_dpm.c 2661 table->UvdLevelCount =
2664 for (count = 0; count < table->UvdLevelCount; count++) {
radeon_kv_dpm.c 867 offsetof(SMU7_Fusion_DpmTable, UvdLevelCount),
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_fiji_smumgr.c 1571 table->UvdLevelCount = (uint8_t)(mm_table->count);
1574 for (count = 0; count < table->UvdLevelCount; count++) {
amdgpu_vegam_smumgr.c 1322 table->UvdLevelCount = (uint8_t)(mm_table->count);
1325 for (count = 0; count < table->UvdLevelCount; count++) {
amdgpu_ci_smumgr.c 1530 table->UvdLevelCount = (uint8_t)(uvd_table->count);
1532 for (count = 0; count < table->UvdLevelCount; count++) {
amdgpu_polaris10_smumgr.c 1410 table->UvdLevelCount = (uint8_t)(mm_table->count);
1413 for (count = 0; count < table->UvdLevelCount; count++) {
amdgpu_tonga_smumgr.c 1325 table->UvdLevelCount = (uint8_t) (mm_table->count);
1328 for (count = 0; count < table->UvdLevelCount; count++) {
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_kv_dpm.c 950 offsetof(SMU7_Fusion_DpmTable, UvdLevelCount),

Completed in 40 milliseconds