summaryrefslogtreecommitdiff
path: root/mali_pixel/priority_control_manager.c
diff options
context:
space:
mode:
authorSidath Senanayake <sidaths@google.com>2021-04-14 14:16:07 +0100
committerSidath Senanayake <sidaths@google.com>2021-04-14 14:16:07 +0100
commitd2ae9e501421ad38dfbf41255f68aecf14674944 (patch)
tree0d29a08e9e49d022c2d3f0faa836d33e3c3eee82 /mali_pixel/priority_control_manager.c
parent557e9d5c7249ecbb7240ee9be2cd05ad85cfe5dd (diff)
downloadgpu-d2ae9e501421ad38dfbf41255f68aecf14674944.tar.gz
mali_pixel: pcm: Reduce logging verbosity.
Bug: 182907924 Signed-off-by: Sidath Senanayake <sidaths@google.com> Change-Id: I4f2ab54eeba6505358a4d83e527e6a9ce78be11e
Diffstat (limited to 'mali_pixel/priority_control_manager.c')
-rw-r--r--mali_pixel/priority_control_manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mali_pixel/priority_control_manager.c b/mali_pixel/priority_control_manager.c
index 90ac59d..4fa20d3 100644
--- a/mali_pixel/priority_control_manager.c
+++ b/mali_pixel/priority_control_manager.c
@@ -94,7 +94,7 @@ static int pcm_scheduler_priority_check(struct priority_control_manager_device *
case PRIORITY_RT:
if (PERMISSIVE_MODE) {
ret = requested_priority;
- dev_info(dev, "UID %d request for %s priority was granted\n",
+ dev_dbg(dev, "UID %d request for %s priority was granted\n",
__kuid_val(uid), priority_name[requested_priority]);
} else {
ret = PRIORITY_DEFAULT;