]> git.baikalelectronics.ru Git - kernel.git/commit
drm/msm: fix HZ dependency of timeout
authorNicholas Mc Guire <hofrat@osadl.org>
Sat, 4 Apr 2015 02:39:08 +0000 (04:39 +0200)
committerRob Clark <robdclark@gmail.com>
Thu, 11 Jun 2015 17:11:02 +0000 (13:11 -0400)
commitd5af71d47af9c19927d1e3408f65ce5ff5ac9bc8
tree47f14633e99a687857d02180425df24e63c299f8
parent4f5c1a33da0a9effa3eadae3d79c7afdc7c9ad88
drm/msm: fix HZ dependency of timeout

The timeout is passed as a constant which makes it HZ dependent because
jiffies are expected so it should be converted to jiffies. The actual
value is not clear from the code - my best guess is that this should be
300 milliseconds given that other timeouts are in milliseconds based on
looking at other drm drivers (e.g. exynos_drm_dsi.c:356 300ms,
tegra/dpaux.c:188 250ms) - this needs to be confirmed by someone who
knows the details of the driver.

Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/edp/edp_aux.c