drm/nouveau/bios: downgrade absence of tmds table to info from an error
authorRhys Kidd <rhyskidd@gmail.com>
Sun, 2 Jun 2019 12:07:27 +0000 (22:07 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Fri, 23 Aug 2019 02:55:31 +0000 (12:55 +1000)
commit607db661b7ac338943bb5efd94a7eac0051af440
tree8a43a463c2e0381421be8de205a0ef81bb16065b
parentad45354a631bb05a53e535ac28b608fa6bd85561
drm/nouveau/bios: downgrade absence of tmds table to info from an error

Absence of a TMDS Info Table is common on Optimus setups where the NVIDIA
gpu is not connected directly to any outputs.

Reporting an error in this scenario is too harsh. Accordingly, change the
error message to an info message.

By default the error message also causes a boot flicker for these sytems.

Signed-off-by: Rhys Kidd <rhyskidd@gmail.com>
Reviewed-by: Lyude Paul <lyude@redhat.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_bios.c