Searched refs:profile_mode (Results 1 – 6 of 6) sorted by relevance
1309 u32 profile_mode; in smu_cmn_get_backend_workload_mask() local1313 for (profile_mode = 0; profile_mode < PP_SMC_POWER_PROFILE_COUNT; profile_mode++) { in smu_cmn_get_backend_workload_mask()1314 if (!(workload_mask & (1 << profile_mode))) in smu_cmn_get_backend_workload_mask()1320 profile_mode); in smu_cmn_get_backend_workload_mask()
73 enum profile_mode { enum284 extern enum profile_mode aa_g_profile_mode;
765 if (pfdev->profile_mode) { in panfrost_gpu_show_fdinfo()1039 return sysfs_emit(buf, "%d\n", pfdev->profile_mode); in profiling_show()1054 pfdev->profile_mode = value; in profiling_store()
257 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()1407 parameter[parameter_size] = profile_mode; in amdgpu_set_pp_power_profile_mode()
1817 enum profile_mode aa_g_profile_mode = APPARMOR_ENFORCE;