forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
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