mdss: msm: hdmi: fix CEC broadcast loopback issue
A new logical address is searched and allocated when
HDMI hotplug interrupt happens. But there might be
pending broadcast messages which are being handled with
the old logical address, then the messages are received
back again causing loopback issue.
To fix this, abort CEC message sending if the message is
broadcasting and the sender's logical address is different
than the current logical address.
Change-Id: I26c487bac8749c9de81b176d611f1263eab0d9ad
Signed-off-by:
Venkata Prahlad Valluru <vvalluru@codeaurora.org>
Loading
Please register or sign in to comment