NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: i915 drm error



bsdprg%tuta.io@localhost writes:

> Hi,
>
> I am on NetBSD 10 beta. I get a DRM error while booting. And when I start Xorg, unsurprinsgly I get just a mere cursor and hangs.

> 319 Sep  2 18:17:01 bsd /netbsd: [  30.8266723] intelfb0: framebuffer at 0x90009000, size 3840x2160, depth 32, stride 15360
> 320 Sep  2 18:17:01 bsd /netbsd: [  30.9366715] {drm:netbsd:pipe_config_infoframe_mismatch+0x40} *ERROR* mismatch in hdmi infoframe
> 321 Sep  2 18:17:01 bsd /netbsd: [  31.2766713] {drm:netbsd:pipe_config_infoframe_mismatch+0x4e} *ERROR* expected:
> 322 Sep  2 18:17:01 bsd /netbsd: [  31.6066705] i915drmkms0: 68 bytes @ 0xffffa725f40bcbe8
> 323 Sep  2 18:17:01 bsd /netbsd: [  31.9366699] 81 00 00 00 01 00 00 00  03 0c 00 00 00 00 00 00 | ................
> 324 Sep  2 18:17:01 bsd /netbsd: [  32.2666691] ff ff ff ff 00 00 00 00  00 00 00 00 00 00 00 00 | ................
> 325 Sep  2 18:17:01 bsd /netbsd: [  32.6066684] 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 | ................
> 326 Sep  2 18:17:01 bsd /netbsd: [  32.9366677] 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 | ................
> 327 Sep  2 18:17:01 bsd /netbsd: [  33.2666672] 00 00 00 00                                      | ....
> 328 Sep  2 18:17:01 bsd /netbsd: [  33.6066666] {drm:netbsd:pipe_config_infoframe_mismatch+0x6f} *ERROR* found:
> 329 Sep  2 18:17:01 bsd /netbsd: [  33.9366659] i915drmkms0: 68 bytes @ 0xffffa725f40ebbe8
> 330 Sep  2 18:17:01 bsd /netbsd: [  34.2666649] 81 00 00 00 01 04 00 00  00 00 00 00 00 00 00 00 | ................
> 331 Sep  2 18:17:01 bsd /netbsd: [  34.6066645] 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 | ................
> 332 Sep  2 18:17:01 bsd /netbsd: [  34.9366643] 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 | ................
> 333 Sep  2 18:17:01 bsd /netbsd: [  35.2666629] 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 | ................
> 334 Sep  2 18:17:01 bsd /netbsd: [  35.6066625] 00 00 00 00                                      | ....
> 335 Sep  2 18:17:01 bsd /netbsd: [  35.9366619] warning: /usr/src/sys/external/bsd/drm2/dist/drm/i915/display/intel_display.c:14031: pipe state doesn't match!
> 336 Sep  2 18:17:01 bsd /netbsd: [  36.2666612] no data for est. mode 640x480x67

What kind of monitor do you have plugged in?  To HDMI?  Do you have only
one attached?  Do you have another one to try?   It looks like there is
unspected EDID data and this is not well handled.   You might read the
kernel code and try to improve the error handling to skip bad modes and
just leave the good ones, and maybe print them all out.

Does the monitor really support 3840x2160?

Does it work with other operating systems?



Home | Main Index | Thread Index | Old Index