Home
last modified time | relevance | path

Searched refs:UvdLevelCount (Results 1 – 16 of 16) sorted by relevance

/netbsd/sys/external/bsd/drm2/dist/drm/radeon/
H A Dsmu7_fusion.h228 uint8_t UvdLevelCount; member
H A Dsmu7_discrete.h316 uint8_t UvdLevelCount; member
H A Dradeon_kv_dpm.c867 offsetof(SMU7_Fusion_DpmTable, UvdLevelCount), in kv_populate_uvd_table()
H A Dradeon_ci_dpm.c2661 table->UvdLevelCount = in ci_populate_smc_uvd_level()
2664 for (count = 0; count < table->UvdLevelCount; count++) { in ci_populate_smc_uvd_level()
/netbsd/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
H A Dsmu7_fusion.h228 uint8_t UvdLevelCount; member
H A Dsmu7_discrete.h316 uint8_t UvdLevelCount; member
H A Dsmu73_discrete.h239 uint8_t UvdLevelCount; member
H A Dsmu72_discrete.h255 uint8_t UvdLevelCount; member
H A Dsmu74_discrete.h264 uint8_t UvdLevelCount; member
H A Dsmu75_discrete.h267 uint8_t UvdLevelCount; member
/netbsd/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
H A Damdgpu_vegam_smumgr.c1322 table->UvdLevelCount = (uint8_t)(mm_table->count); in vegam_populate_smc_uvd_level()
1325 for (count = 0; count < table->UvdLevelCount; count++) { in vegam_populate_smc_uvd_level()
H A Damdgpu_fiji_smumgr.c1571 table->UvdLevelCount = (uint8_t)(mm_table->count); in fiji_populate_smc_uvd_level()
1574 for (count = 0; count < table->UvdLevelCount; count++) { in fiji_populate_smc_uvd_level()
H A Damdgpu_polaris10_smumgr.c1410 table->UvdLevelCount = (uint8_t)(mm_table->count); in polaris10_populate_smc_uvd_level()
1413 for (count = 0; count < table->UvdLevelCount; count++) { in polaris10_populate_smc_uvd_level()
H A Damdgpu_ci_smumgr.c1530 table->UvdLevelCount = (uint8_t)(uvd_table->count); in ci_populate_smc_uvd_level()
1532 for (count = 0; count < table->UvdLevelCount; count++) { in ci_populate_smc_uvd_level()
H A Damdgpu_tonga_smumgr.c1325 table->UvdLevelCount = (uint8_t) (mm_table->count); in tonga_populate_smc_uvd_level()
1328 for (count = 0; count < table->UvdLevelCount; count++) { in tonga_populate_smc_uvd_level()
/netbsd/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_kv_dpm.c950 offsetof(SMU7_Fusion_DpmTable, UvdLevelCount), in kv_populate_uvd_table()