OSDN Git Service

drm/tegra: dc: Silence RGB output deferred-probe error
authorDmitry Osipenko <digetx@gmail.com>
Sun, 8 Mar 2020 22:38:09 +0000 (01:38 +0300)
committerThierry Reding <treding@nvidia.com>
Fri, 13 Mar 2020 17:03:06 +0000 (18:03 +0100)
commit8f839fb6b39e74e60f772f60909be526f5835237
tree4d0d8e14e5e581c973006a8676fbf2f5c3cc94e5
parent0411ea89a689531e1829fdf8af3747646c02c721
drm/tegra: dc: Silence RGB output deferred-probe error

Driver fails to probe with -EPROBE_DEFER if display output isn't ready
yet. This produces a bit noisy error message in KMSG during kernel's boot
up on Tegra20 and Tegra30 because RGB output tends to be probed earlier
than a corresponding voltage regulator driver.

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