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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user