commit | b167a02232ca1ee4604a8563feaa288fe1879d5e | [log] [tgz] |
---|---|---|
author | Sultan Alsawaf <sultan@kerneltoast.com> | Sun Oct 14 00:52:53 2018 -0700 |
committer | Alexander Martinz <alex@amartinz.at> | Thu Dec 22 08:52:41 2022 +0100 |
tree | c919fd3070512139959fb26098c9659ba27df216 | |
parent | 2a14b47b479611b873d45128dcb3a48744376b54 [diff] |
msm: kgsl: Increase worker thread priority Currently, the kgsl worker thread is erroneosly ranked right below Android's audio threads in terms of priority. The kgsl worker thread is in the critical path for rendering frames to the display, so increase its priority to match the priority of MDSS' kthread (mdss_fb0). Change-Id: If47218581ed4ab159815ae6e9e03a53543b8068d Signed-off-by: Sultan Alsawaf <sultan@kerneltoast.com> Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>