Searched refs:profile_mode (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/smu12/ |
D | renoir_ppt.c | 868 uint32_t profile_mode = input[size]; in renoir_set_power_profile_mode() local 870 if (profile_mode > PP_SMC_POWER_PROFILE_CUSTOM) { in renoir_set_power_profile_mode() 871 dev_err(smu->adev->dev, "Invalid power profile mode %d\n", profile_mode); in renoir_set_power_profile_mode() 875 if (profile_mode == PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT || in renoir_set_power_profile_mode() 876 profile_mode == PP_SMC_POWER_PROFILE_POWERSAVING) in renoir_set_power_profile_mode() 882 profile_mode); in renoir_set_power_profile_mode() 888 dev_dbg(smu->adev->dev, "Unsupported power profile mode %d on RENOIR\n", profile_mode); in renoir_set_power_profile_mode() 900 smu->power_profile_mode = profile_mode; in renoir_set_power_profile_mode()
|
/linux-6.12.1/security/apparmor/include/ |
D | policy.h | 68 enum profile_mode { enum 247 extern enum profile_mode aa_g_profile_mode;
|
/linux-6.12.1/drivers/gpu/drm/panfrost/ |
D | panfrost_drv.c | 553 if (pfdev->profile_mode) { in panfrost_gpu_show_fdinfo() 697 return sysfs_emit(buf, "%d\n", pfdev->profile_mode); in profiling_show() 712 pfdev->profile_mode = value; in profiling_store()
|
D | panfrost_device.h | 133 bool profile_mode; member
|
D | panfrost_job.c | 246 if (pfdev->profile_mode) { in panfrost_job_hw_submit()
|
/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
D | vangogh_ppt.c | 1060 uint32_t profile_mode = input[size]; in vangogh_set_power_profile_mode() local 1062 if (profile_mode >= PP_SMC_POWER_PROFILE_COUNT) { in vangogh_set_power_profile_mode() 1063 dev_err(smu->adev->dev, "Invalid power profile mode %d\n", profile_mode); in vangogh_set_power_profile_mode() 1067 if (profile_mode == PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT || in vangogh_set_power_profile_mode() 1068 profile_mode == PP_SMC_POWER_PROFILE_POWERSAVING) in vangogh_set_power_profile_mode() 1074 profile_mode); in vangogh_set_power_profile_mode() 1077 profile_mode); in vangogh_set_power_profile_mode() 1090 smu->power_profile_mode = profile_mode; in vangogh_set_power_profile_mode()
|
D | arcturus_ppt.c | 1450 uint32_t profile_mode = input[size]; in arcturus_set_power_profile_mode() local 1453 if (profile_mode > PP_SMC_POWER_PROFILE_CUSTOM) { in arcturus_set_power_profile_mode() 1454 dev_err(smu->adev->dev, "Invalid power profile mode %d\n", profile_mode); in arcturus_set_power_profile_mode() 1459 if ((profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) && in arcturus_set_power_profile_mode() 1518 profile_mode); in arcturus_set_power_profile_mode() 1520 dev_dbg(smu->adev->dev, "Unsupported power profile mode %d on arcturus\n", profile_mode); in arcturus_set_power_profile_mode() 1533 smu->power_profile_mode = profile_mode; in arcturus_set_power_profile_mode()
|
/linux-6.12.1/drivers/gpu/drm/amd/pm/ |
D | amdgpu_pm.c | 1461 long int profile_mode = 0; in amdgpu_set_pp_power_profile_mode() local 1471 ret = kstrtol(tmp, 0, &profile_mode); in amdgpu_set_pp_power_profile_mode() 1475 if (profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) { in amdgpu_set_pp_power_profile_mode() 1493 parameter[parameter_size] = profile_mode; in amdgpu_set_pp_power_profile_mode()
|
/linux-6.12.1/security/apparmor/ |
D | lsm.c | 1580 enum profile_mode aa_g_profile_mode = APPARMOR_ENFORCE;
|