Re: [PATCH] drm/nouveau/bios: downgrade absence of tmds table to info from an error

2019-06-04 Thread Lyude Paul
Reviewed-by: Lyude Paul On Sun, 2019-06-02 at 22:07 +1000, Rhys Kidd wrote: > 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

[PATCH] drm/nouveau/bios: downgrade absence of tmds table to info from an error

2019-06-02 Thread Rhys Kidd
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 syt