Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/radeon/
H A Dsmu7_fusion.h226 uint8_t UvdLevelCount; member
H A Dsmu7_discrete.h314 uint8_t UvdLevelCount; member
H A Dkv_dpm.c704 offsetof(SMU7_Fusion_DpmTable, UvdLevelCount), in kv_populate_uvd_table()
H A Dci_dpm.c2616 table->UvdLevelCount = in ci_populate_smc_uvd_level()
2619 for (count = 0; count < table->UvdLevelCount; count++) { in ci_populate_smc_uvd_level()
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dsmu7_fusion.h217 uint8_t UvdLevelCount; member
H A Dsmu7_discrete.h314 uint8_t UvdLevelCount; member
H A Dsmu73_discrete.h227 uint8_t UvdLevelCount; member
H A Dsmu72_discrete.h253 uint8_t UvdLevelCount; member
H A Dsmu74_discrete.h262 uint8_t UvdLevelCount; member
H A Dsmu75_discrete.h265 uint8_t UvdLevelCount; member
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dvegam_smumgr.c1320 table->UvdLevelCount = (uint8_t)(mm_table->count); in vegam_populate_smc_uvd_level()
1323 for (count = 0; count < table->UvdLevelCount; count++) { in vegam_populate_smc_uvd_level()
H A 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()
H A 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()
H A 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()
H A Dci_smumgr.c1527 table->UvdLevelCount = (uint8_t)(uvd_table->count); in ci_populate_smc_uvd_level()
1529 for (count = 0; count < table->UvdLevelCount; count++) { in ci_populate_smc_uvd_level()
/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dkv_dpm.c935 offsetof(SMU7_Fusion_DpmTable, UvdLevelCount), in kv_populate_uvd_table()