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

Commit 00503ef5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Set input thread priority to RT - try 4" into main

parents 3c63d0af 9ad453ff
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": "2"
          }
        }
      ]
    },
    {
      "Name": "CameraServicePerformance",
      "Actions": [
@@ -704,7 +717,7 @@
    },
    {
      "Name": "InputPolicy",
      "Profiles": [ "MaxPerformance", "ProcessCapacityMax", "TimerSlackNormal" ]
      "Profiles": [ "RealTimeInputScheduling", "MaxPerformance", "ProcessCapacityMax", "TimerSlackNormal" ]
    }
  ]
}