disp: msm: dp: reduce log level for messages

Decrease the log level for messages that are typically printed from a
real time thread execution environment (such as the display commit
thread). This can help with cases where a console lock held during the
execution of these real time threads can result in RT throttling issues.

Change-Id: I41e1e4f171b5eee9966d8a7d26d64430a81bc6fc
Signed-off-by: Aravind Venkateswaran <aravindh@codeaurora.org>
This commit is contained in:
Aravind Venkateswaran
2020-10-01 22:46:03 -07:00
parent 5ba397e17e
commit d1d2d5a809
4 changed files with 18 additions and 18 deletions

View File

@@ -1751,7 +1751,7 @@ static ssize_t dp_debug_read_dump(struct file *file,
goto end;
snprintf(prefix, sizeof(prefix), "%s: ", debug->reg_dump);
print_hex_dump(KERN_DEBUG, prefix, DUMP_PREFIX_NONE,
print_hex_dump_debug(prefix, DUMP_PREFIX_NONE,
16, 4, buf, len, false);
len = min_t(size_t, count, len);