From 4c87687fcddf5a22585734f9d809cadd93c4a350 Mon Sep 17 00:00:00 2001
From: Giovanni Ricca <giovanniricca@proton.me>
Date: Wed, 8 Mar 2023 08:36:14 +0100
Subject: [PATCH] sm8350-common: configs: Add camera-daemon hint

* From haydn V14.0.3.0.TKKMIXM

Change-Id: Ie513762d0702e06a274ed6cb4915a7a34f281292
---
 configs/task_profiles.json | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/configs/task_profiles.json b/configs/task_profiles.json
index fbba907..2ef1e6c 100644
--- a/configs/task_profiles.json
+++ b/configs/task_profiles.json
@@ -127,6 +127,19 @@
         }
       ]
     },
+    {
+      "Name": "CameraServicePerformance",
+      "Actions" : [
+        {
+          "Name" : "JoinCgroup",
+          "Params" :
+          {
+            "Controller": "cpu",
+            "Path": "camera-daemon"
+          }
+        }
+      ]
+    },
 
     {
       "Name": "VrKernelCapacity",
-- 
GitLab