Home
last modified time | relevance | path

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

/drivers/gpu/drm/radeon/
Dsmu7_fusion.h226 uint8_t UvdLevelCount; member
Dsmu7_discrete.h314 uint8_t UvdLevelCount; member
Dkv_dpm.c704 offsetof(SMU7_Fusion_DpmTable, UvdLevelCount), in kv_populate_uvd_table()
Dci_dpm.c2619 table->UvdLevelCount = in ci_populate_smc_uvd_level()
2622 for (count = 0; count < table->UvdLevelCount; count++) { in ci_populate_smc_uvd_level()
/drivers/gpu/drm/amd/pm/inc/
Dsmu7_fusion.h226 uint8_t UvdLevelCount; member
Dsmu7_discrete.h314 uint8_t UvdLevelCount; member
Dsmu73_discrete.h237 uint8_t UvdLevelCount; member
Dsmu72_discrete.h253 uint8_t UvdLevelCount; member
Dsmu74_discrete.h262 uint8_t UvdLevelCount; member
Dsmu75_discrete.h265 uint8_t UvdLevelCount; member
/drivers/gpu/drm/amd/pm/powerplay/smumgr/
Dvegam_smumgr.c1321 table->UvdLevelCount = (uint8_t)(mm_table->count); in vegam_populate_smc_uvd_level()
1324 for (count = 0; count < table->UvdLevelCount; count++) { in vegam_populate_smc_uvd_level()
Dfiji_smumgr.c1564 table->UvdLevelCount = (uint8_t)(mm_table->count); in fiji_populate_smc_uvd_level()
1567 for (count = 0; count < table->UvdLevelCount; count++) { in fiji_populate_smc_uvd_level()
Dpolaris10_smumgr.c1533 table->UvdLevelCount = (uint8_t)(mm_table->count); in polaris10_populate_smc_uvd_level()
1536 for (count = 0; count < table->UvdLevelCount; count++) { in polaris10_populate_smc_uvd_level()
Dci_smumgr.c1526 table->UvdLevelCount = (uint8_t)(uvd_table->count); in ci_populate_smc_uvd_level()
1528 for (count = 0; count < table->UvdLevelCount; count++) { in ci_populate_smc_uvd_level()
Dtonga_smumgr.c1320 table->UvdLevelCount = (uint8_t) (mm_table->count); in tonga_populate_smc_uvd_level()
1323 for (count = 0; count < table->UvdLevelCount; count++) { in tonga_populate_smc_uvd_level()
/drivers/gpu/drm/amd/pm/powerplay/
Dkv_dpm.c945 offsetof(SMU7_Fusion_DpmTable, UvdLevelCount), in kv_populate_uvd_table()