Home
last modified time | relevance | path

Searched refs:profile_mode (Results 1 – 7 of 7) sorted by relevance

/drivers/gpu/drm/amd/pm/swsmu/
A Dsmu_cmn.c1175 u32 profile_mode; in smu_cmn_get_backend_workload_mask() local
1179 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()
A Damdgpu_smu.c76 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() argument
2346 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() argument
2352 if (smu->workload_refcount[profile_mode]) in smu_power_profile_mode_put()
2353 smu->workload_refcount[profile_mode]--; in smu_power_profile_mode_put()
/drivers/gpu/drm/panfrost/
A Dpanfrost_drv.c634 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()
A Dpanfrost_device.h158 bool profile_mode; member
A Dpanfrost_job.c247 job->is_profiled = pfdev->profile_mode; in panfrost_job_hw_submit()
/drivers/gpu/drm/amd/pm/
A Damdgpu_pm.c1378 long int profile_mode = 0; in amdgpu_set_pp_power_profile_mode() local
1383 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()
/drivers/gpu/drm/amd/display/dmub/inc/
A Ddmub_cmd.h926 } profile_mode; member

Completed in 720 milliseconds