Searched refs:profile_mode (Results 1 – 9 of 9) sorted by relevance
1232 u32 profile_mode; in smu_cmn_get_backend_workload_mask() local1236 for (profile_mode = 0; profile_mode < PP_SMC_POWER_PROFILE_COUNT; profile_mode++) { in smu_cmn_get_backend_workload_mask()1237 if (!(workload_mask & (1 << profile_mode))) in smu_cmn_get_backend_workload_mask()1243 profile_mode); in smu_cmn_get_backend_workload_mask()
76 enum PP_SMC_POWER_PROFILE profile_mode);78 enum PP_SMC_POWER_PROFILE profile_mode);2277 enum PP_SMC_POWER_PROFILE profile_mode) in smu_power_profile_mode_get() argument2279 smu->workload_refcount[profile_mode]++; in smu_power_profile_mode_get()2283 enum PP_SMC_POWER_PROFILE profile_mode) in smu_power_profile_mode_put() argument2285 if (smu->workload_refcount[profile_mode]) in smu_power_profile_mode_put()2286 smu->workload_refcount[profile_mode]--; in smu_power_profile_mode_put()
68 enum profile_mode { enum247 extern enum profile_mode aa_g_profile_mode;
592 if (pfdev->profile_mode) { in panfrost_gpu_show_fdinfo()737 return sysfs_emit(buf, "%d\n", pfdev->profile_mode); in profiling_show()752 pfdev->profile_mode = value; in profiling_store()
133 bool profile_mode; member
247 job->is_profiled = pfdev->profile_mode; in panfrost_job_hw_submit()
1378 long int profile_mode = 0; in amdgpu_set_pp_power_profile_mode() local1383 ret = kstrtol(tmp, 0, &profile_mode); in amdgpu_set_pp_power_profile_mode()1387 if (profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) { in amdgpu_set_pp_power_profile_mode()1405 parameter[parameter_size] = profile_mode; in amdgpu_set_pp_power_profile_mode()
1585 enum profile_mode aa_g_profile_mode = APPARMOR_ENFORCE;
853 } profile_mode; member