Searched refs:profile_mode (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_debugfs.c20 debugfs_create_atomic_t("profile", 0600, minor->debugfs_root, &pfdev->profile_mode);
H A Dpanfrost_device.h133 atomic_t profile_mode; member in struct:panfrost_device
H A Dpanfrost_job.c246 if (atomic_read(&pfdev->profile_mode)) {
/linux-master/security/apparmor/include/
H A Dpolicy.h68 enum profile_mode { enum
247 extern enum profile_mode aa_g_profile_mode;
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu12/
H A Drenoir_ppt.c870 uint32_t profile_mode = input[size]; local
872 if (profile_mode > PP_SMC_POWER_PROFILE_CUSTOM) {
873 dev_err(smu->adev->dev, "Invalid power profile mode %d\n", profile_mode);
877 if (profile_mode == PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT ||
878 profile_mode == PP_SMC_POWER_PROFILE_POWERSAVING)
884 profile_mode);
890 dev_dbg(smu->adev->dev, "Unsupported power profile mode %d on RENOIR\n", profile_mode);
902 smu->power_profile_mode = profile_mode;
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dvangogh_ppt.c1046 uint32_t profile_mode = input[size]; local
1048 if (profile_mode >= PP_SMC_POWER_PROFILE_COUNT) {
1049 dev_err(smu->adev->dev, "Invalid power profile mode %d\n", profile_mode);
1053 if (profile_mode == PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT ||
1054 profile_mode == PP_SMC_POWER_PROFILE_POWERSAVING)
1060 profile_mode);
1063 profile_mode);
1076 smu->power_profile_mode = profile_mode;
H A Darcturus_ppt.c1408 uint32_t profile_mode = input[size]; local
1411 if (profile_mode > PP_SMC_POWER_PROFILE_CUSTOM) {
1412 dev_err(smu->adev->dev, "Invalid power profile mode %d\n", profile_mode);
1417 if ((profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) &&
1471 profile_mode);
1473 dev_dbg(smu->adev->dev, "Unsupported power profile mode %d on arcturus\n", profile_mode);
1486 smu->power_profile_mode = profile_mode;
/linux-master/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c1459 long int profile_mode = 0; local
1469 ret = kstrtol(tmp, 0, &profile_mode);
1473 if (profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) {
1491 parameter[parameter_size] = profile_mode;
/linux-master/security/apparmor/
H A Dlsm.c1587 enum profile_mode aa_g_profile_mode = APPARMOR_ENFORCE;

Completed in 166 milliseconds