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>
Šī revīzija ir iekļauta:
Aravind Venkateswaran
2020-10-01 22:46:03 -07:00
vecāks 5ba397e17e
revīzija d1d2d5a809
4 mainīti faili ar 18 papildinājumiem un 18 dzēšanām

Parādīt failu

@@ -1321,7 +1321,7 @@ exit:
* and want source to redo some part of initialization which can
* be helpful in debugging.
*/
DP_INFO("test requested: %s\n",
DP_INFO("event: %s\n",
dp_link_get_test_name(dp_link->sink_request));
return 0;
}
@@ -1404,7 +1404,7 @@ static int dp_link_adjust_levels(struct dp_link *dp_link, u8 *link_status)
dp_link->phy_params.p_level = max;
print_hex_dump(KERN_DEBUG, "[drm-dp] Req (VxPx): ",
print_hex_dump_debug("[drm-dp] Req (VxPx): ",
DUMP_PREFIX_NONE, 8, 2, buf, sizeof(buf), false);
/**