Searched refs:profile_mode (Results 1 – 8 of 8) sorted by relevance
1259 u32 profile_mode; in smu_cmn_get_backend_workload_mask() local1263 for (profile_mode = 0; profile_mode < PP_SMC_POWER_PROFILE_COUNT; profile_mode++) { in smu_cmn_get_backend_workload_mask()1264 if (!(workload_mask & (1 << profile_mode))) in smu_cmn_get_backend_workload_mask()1270 profile_mode); in smu_cmn_get_backend_workload_mask()
77 enum PP_SMC_POWER_PROFILE profile_mode);79 enum PP_SMC_POWER_PROFILE profile_mode);2368 enum PP_SMC_POWER_PROFILE profile_mode) in smu_power_profile_mode_get() argument2370 smu->workload_refcount[profile_mode]++; in smu_power_profile_mode_get()2374 enum PP_SMC_POWER_PROFILE profile_mode) in smu_power_profile_mode_put() argument2376 if (smu->workload_refcount[profile_mode]) in smu_power_profile_mode_put()2377 smu->workload_refcount[profile_mode]--; in smu_power_profile_mode_put()
73 enum profile_mode { enum284 extern enum profile_mode aa_g_profile_mode;
763 if (pfdev->profile_mode) { in panfrost_gpu_show_fdinfo()1037 return sysfs_emit(buf, "%d\n", pfdev->profile_mode); in profiling_show()1052 pfdev->profile_mode = value; in profiling_store()
257 job->is_profiled = pfdev->profile_mode; in panfrost_job_hw_submit()
1370 long int profile_mode = 0; in amdgpu_set_pp_power_profile_mode() local1375 ret = kstrtol(tmp, 0, &profile_mode); in amdgpu_set_pp_power_profile_mode()1379 if (profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) { in amdgpu_set_pp_power_profile_mode()1399 parameter[parameter_size] = profile_mode; in amdgpu_set_pp_power_profile_mode()
1825 enum profile_mode aa_g_profile_mode = APPARMOR_ENFORCE;
1215 } profile_mode; member