Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drm/exynos: exynos7_drm_decon: fix ideal_clk by converting it to Hz
The clkdiv values are incorrect as ideal_clk is in kHz and the clock rate of vclk is in Hz. Multiply 1000 to ideal_clk to bring it to Hz. Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org> Signed-off-by: Inki Dae <inki.dae@samsung.com>
- Loading branch information