Searched refs:profile_mode (Results 1 – 7 of 7) sorted by relevance
1175 u32 profile_mode; in smu_cmn_get_backend_workload_mask() local1179 for (profile_mode = 0; profile_mode < PP_SMC_POWER_PROFILE_COUNT; profile_mode++) { in smu_cmn_get_backend_workload_mask()1180 if (!(workload_mask & (1 << profile_mode))) in smu_cmn_get_backend_workload_mask()1186 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);2344 enum PP_SMC_POWER_PROFILE profile_mode) in smu_power_profile_mode_get() argument2346 smu->workload_refcount[profile_mode]++; in smu_power_profile_mode_get()2350 enum PP_SMC_POWER_PROFILE profile_mode) in smu_power_profile_mode_put() argument2352 if (smu->workload_refcount[profile_mode]) in smu_power_profile_mode_put()2353 smu->workload_refcount[profile_mode]--; in smu_power_profile_mode_put()
634 if (pfdev->profile_mode) { in panfrost_gpu_show_fdinfo()814 return sysfs_emit(buf, "%d\n", pfdev->profile_mode); in profiling_show()829 pfdev->profile_mode = value; in profiling_store()
158 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()1407 parameter[parameter_size] = profile_mode; in amdgpu_set_pp_power_profile_mode()
926 } profile_mode; member
Completed in 720 milliseconds