Searched refs:perfmode (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/platform/x86/ |
| H A D | ideapad-laptop.c | 914 static int convert_profile_to_dytc(enum platform_profile_option profile, int *perfmode) in convert_profile_to_dytc() argument 918 *perfmode = DYTC_MODE_LOW_POWER; in convert_profile_to_dytc() 921 *perfmode = DYTC_MODE_BALANCE; in convert_profile_to_dytc() 924 *perfmode = DYTC_MODE_PERFORM; in convert_profile_to_dytc() 1005 int perfmode; in dytc_profile_set() local 1007 err = convert_profile_to_dytc(profile, &perfmode); in dytc_profile_set() 1013 DYTC_SET_COMMAND(DYTC_FUNCTION_MMC, perfmode, 1), in dytc_profile_set() 1040 int err, perfmode; in dytc_profile_refresh() local 1047 perfmode = (output >> DYTC_GET_MODE_BIT) & 0xF; in dytc_profile_refresh() 1049 if (convert_dytc_to_profile(perfmode, &profile)) in dytc_profile_refresh()
|
| H A D | thinkpad_acpi.c | 10424 *perfmode = DYTC_MODE_MMC_LOWPOWER; in convert_profile_to_dytc() 10426 *perfmode = platform_psc_profile_lowpower; in convert_profile_to_dytc() 10430 *perfmode = DYTC_MODE_MMC_BALANCE; in convert_profile_to_dytc() 10432 *perfmode = platform_psc_profile_balanced; in convert_profile_to_dytc() 10436 *perfmode = DYTC_MODE_MMC_PERFORM; in convert_profile_to_dytc() 10438 *perfmode = platform_psc_profile_performance; in convert_profile_to_dytc() 10528 int perfmode; in dytc_profile_set() local 10536 err = convert_profile_to_dytc(profile, &perfmode); in dytc_profile_set() 10593 int perfmode, funcmode = 0; in dytc_profile_refresh() local 10613 perfmode = (output >> DYTC_GET_MODE_BIT) & 0xF; in dytc_profile_refresh() [all …]
|
| /linux-6.15/drivers/gpu/drm/msm/adreno/ |
| H A D | a6xx_gmu.h | 30 unsigned int perfmode; member
|
| H A D | a6xx_catalog.c | 905 .perfmode = BIT(3), 1426 .perfmode = BIT(3), 1481 .perfmode = BIT(2),
|
| H A D | a6xx_gmu.c | 1405 u32 perfmode = 0; in a6xx_gmu_rpmh_bw_votes_init() local 1410 perfmode = bcm->perfmode; in a6xx_gmu_rpmh_bw_votes_init() 1412 data[bcm_index] = BCM_TCS_CMD(commit, true, 0, perfmode); in a6xx_gmu_rpmh_bw_votes_init()
|