Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/swsmu/
H A Dsmu_cmn.c1309 u32 profile_mode; in smu_cmn_get_backend_workload_mask() local
1313 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()
/linux/security/apparmor/include/
H A Dpolicy.h73 enum profile_mode { enum
284 extern enum profile_mode aa_g_profile_mode;
/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_drv.c765 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()
H A Dpanfrost_job.c257 job->is_profiled = pfdev->profile_mode; in panfrost_job_hw_submit()
/linux/drivers/gpu/drm/amd/pm/
H 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()
/linux/security/apparmor/
H A Dlsm.c1817 enum profile_mode aa_g_profile_mode = APPARMOR_ENFORCE;