mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-27 13:00:25 +09:00
Don't use the uclamp of current task as the default uclamp for binders, because the uclamp of current task influence binders' placement when not in a transaction. Just use default value 0 and SCHED_CAPACITY_SCALE for binders' default uclamp min and max. Also replace set_inherited_uclamp with set_binder_prio_uclamp Bug: 277389699 Change-Id: I07c4f40c2689dbc7eb23e7d3e2a2f435353dc25f Signed-off-by: Chungkai Mei <chungkai@google.com>