commit | b474cbbb2bfd8d38f8bc36165567fe153d89fc9a | [log] [tgz] |
---|---|---|
author | Archit Taneja <architt@codeaurora.org> | Fri Jun 16 10:39:34 2017 +0530 |
committer | Rob Clark <robdclark@gmail.com> | Fri Jun 16 11:16:08 2017 -0400 |
tree | 7b1b17331a315c7ed95b6d33b1b87f2bce5f7da8 | |
parent | ffe8f53f9cc73fb25c8f78d4aed7ddf285503a60 [diff] |
drm/msm/hdmi: 8996 PLL: Populate unprepare Without doing anything in unprepare, the HDMI driver isn't able to switch modes successfully. Calling set_rate with a new rate results in an un-locked PLL. If we reset the PLL in unprepare, the PLL is able to lock with the new rate. Signed-off-by: Archit Taneja <architt@codeaurora.org> Signed-off-by: Rob Clark <robdclark@gmail.com>