]> git.baikalelectronics.ru Git - kernel.git/commit
drm/tegra: dc: Check for valid parent clock
authorThierry Reding <treding@nvidia.com>
Thu, 22 Jan 2015 07:48:25 +0000 (08:48 +0100)
committerThierry Reding <treding@nvidia.com>
Thu, 2 Apr 2015 16:46:13 +0000 (18:46 +0200)
commitbfdaddf86f35fc3388a2ffff67422ba793dfa675
tree04f12510e76ccb3a0270903d9c0721988c0ada1d
parentf4fb32aea1d20f8ea32d6358955c49ea77b96b62
drm/tegra: dc: Check for valid parent clock

Check that the desired parent clock is indeed a valid parent for the
display controller clock. This is purely cosmetic at this point since
the parent clocks are specified in DT and all the currently defined
parents are in fact valid parents of the display controller clock.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/dc.c