hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/drivers/gpu/drm/nouveau/nouveau_bios.c
....@@ -22,8 +22,6 @@
2222 * SOFTWARE.
2323 */
2424
25
-#include <drm/drmP.h>
26
-
2725 #include "nouveau_drv.h"
2826 #include "nouveau_reg.h"
2927 #include "dispnv04/hw.h"
....@@ -935,7 +933,7 @@
935933
936934 tmdstableptr = ROM16(bios->data[bitentry->offset]);
937935 if (!tmdstableptr) {
938
- NV_ERROR(drm, "Pointer to TMDS table invalid\n");
936
+ NV_INFO(drm, "Pointer to TMDS table not found\n");
939937 return -EINVAL;
940938 }
941939