Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 46d81be6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Set input thread priority to RT - try 3" into main am: 04130ee9

parents f4b26204 04130ee9
Loading
Loading
Loading
Loading
+14 −1
Original line number Diff line number Diff line
@@ -202,6 +202,19 @@
        }
      ]
    },
    {
      "Name": "RealTimeInputScheduling",
      "Actions": [
        {
          "Name": "SetSchedulerPolicy",
          "Params":
          {
            "Policy": "SCHED_FIFO",
            "Priority": "98"
          }
        }
      ]
    },
    {
      "Name": "CameraServicePerformance",
      "Actions": [
@@ -704,7 +717,7 @@
    },
    {
      "Name": "InputPolicy",
      "Profiles": [ "MaxPerformance", "ProcessCapacityMax", "TimerSlackNormal" ]
      "Profiles": [ "RealTimeInputScheduling", "MaxPerformance", "ProcessCapacityMax", "TimerSlackNormal" ]
    }
  ]
}