disp: msm: dp: Update sink sync check to be disabled by default
The DP standard leaves ambiguity to if sink synchronization will be set before auxiliary protocols such as HDCP are to begin. Update the dp_display HDCP worker to check sink sync only if explicitly instructed to via the new debugfs node 'hdcp_wait_sink_sync' Change-Id: I4f4d0b14096aa3dc498e47de557de14092d37a58 Signed-off-by: Christopher Braga <cbraga@codeaurora.org>
此提交包含在:
@@ -1933,6 +1933,16 @@ static int dp_debug_init(struct dp_debug *dp_debug)
|
||||
goto error_remove_dir;
|
||||
}
|
||||
|
||||
file = debugfs_create_bool("hdcp_wait_sink_sync", 0644, dir,
|
||||
&debug->dp_debug.hdcp_wait_sink_sync);
|
||||
|
||||
if (IS_ERR_OR_NULL(file)) {
|
||||
rc = PTR_ERR(file);
|
||||
pr_err("[%s] debugfs hdcp_wait_sink_sync failed, rc=%d\n",
|
||||
DEBUG_NAME, rc);
|
||||
goto error_remove_dir;
|
||||
}
|
||||
|
||||
file = debugfs_create_bool("dsc_feature_enable", 0644, dir,
|
||||
&debug->parser->dsc_feature_enable);
|
||||
if (IS_ERR_OR_NULL(file)) {
|
||||
|
新增問題並參考
封鎖使用者