summaryrefslogtreecommitdiff
path: root/include/linux/root_dev.h
diff options
context:
space:
mode:
authorAjay Singh Parmar <aparmar@codeaurora.org>2015-11-16 23:35:49 -0800
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 20:47:54 -0700
commitc6db092d2622b622e37b490d77404748b89f6454 (patch)
treed293b0229e1556f7ab8de1b48096556186ff7f45 /include/linux/root_dev.h
parent61c19bb151cbe40b31301ec7618c462b38f05b7b (diff)
msm: mdss: hdmi: use busy wait instead of completion
Use busy wait while waiting for DDC read and write to complete. Using completion APIs to wait can result in thread to schedule and waking up the thread back can cause a delay of 30 - 40 ms or more. HDCP 2.2 authentication protocol uses some strict timeouts and can be as low as 20 ms. Avoid any possible scheduling and use busy wait to complete the DDC transactions within allowed time. Change-Id: I1c12d594a6e1e671fbaa4d197e375070deedc78d Signed-off-by: Ajay Singh Parmar <aparmar@codeaurora.org>
Diffstat (limited to 'include/linux/root_dev.h')
0 files changed, 0 insertions, 0 deletions