Home
last modified time | relevance | path

Searched refs:SMU_MAX_SMIO_LEVELS (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/powerplay/inc/
Dsmu72.h107 #define SMU_MAX_SMIO_LEVELS 4 macro
Dsmu73.h106 #define SMU_MAX_SMIO_LEVELS 4 macro
Dsmu75.h53 #define SMU_MAX_SMIO_LEVELS 4 macro
Dsmu74.h132 #define SMU_MAX_SMIO_LEVELS 4 macro
Dsmu72_discrete.h42 SMIO_Pattern Pattern[SMU_MAX_SMIO_LEVELS];
Dsmu73_discrete.h41 SMIO_Pattern Pattern[SMU_MAX_SMIO_LEVELS];
Dsmu74_discrete.h62 SMIO_Pattern Pattern[SMU_MAX_SMIO_LEVELS];
Dsmu75_discrete.h60 SMIO_Pattern Pattern[SMU_MAX_SMIO_LEVELS];
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/smumgr/
Dvegam_smumgr.c455 if (count > SMU_MAX_SMIO_LEVELS) in vegam_populate_smc_mvdd_table()
456 count = SMU_MAX_SMIO_LEVELS; in vegam_populate_smc_mvdd_table()
483 if (count > SMU_MAX_SMIO_LEVELS) in vegam_populate_smc_vddci_table()
484 count = SMU_MAX_SMIO_LEVELS; in vegam_populate_smc_vddci_table()
Dpolaris10_smumgr.c654 if (count > SMU_MAX_SMIO_LEVELS) in polaris10_populate_smc_mvdd_table()
655 count = SMU_MAX_SMIO_LEVELS; in polaris10_populate_smc_mvdd_table()
682 if (count > SMU_MAX_SMIO_LEVELS) in polaris10_populate_smc_vddci_table()
683 count = SMU_MAX_SMIO_LEVELS; in polaris10_populate_smc_vddci_table()