<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [NVE7] bus: MMIO write of FAULT at [ IBUS ], Pointer to {TDMS,flat panel) table invalid"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=98386#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [NVE7] bus: MMIO write of FAULT at [ IBUS ], Pointer to {TDMS,flat panel) table invalid"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=98386">bug 98386</a>
              from <span class="vcard"><a class="email" href="mailto:imirkin@alum.mit.edu" title="Ilia Mirkin <imirkin@alum.mit.edu>"> <span class="fn">Ilia Mirkin</span></a>
</span></b>
        <pre>(In reply to bruno.pagani from <a href="show_bug.cgi?id=98386#c0">comment #0</a>)
<span class="quote">> [  454.919271] nouveau 0000:02:00.0: bus: MMIO write of 00000002 FAULT at
> 4188ac [ IBUS ]</span >

That's bad.

4188ac = PGRAPH.GPC_BROADCAST.FFB.PART_CONFIG

I believe we do this here:

drm/nouveau/nvkm/engine/gr/gk104.c:     nvkm_wr32(device, GPC_BCAST(0x08ac),
nvkm_rd32(device, 0x100800));

<span class="quote">> [  454.989954] nouveau 0000:02:00.0: DRM: Pointer to TMDS table invalid
> [  454.989957] nouveau 0000:02:00.0: DRM: Pointer to flat panel table invalid</span >

These are (semi-)expected. Should probably just make them no longer errors.

<span class="quote">> [  470.245180] nouveau 0000:02:00.0: bus: MMIO write of ffffff1f FAULT at
> 6013d4 [ IBUS ]</span >

That's bad too. This is related to the legacy 0x3d4 VGA IO port (which still
has to be used for various display-related things). Unless you've skimped on
the dmesg, you don't have any DCB entries and it may be reasonable to believe
you don't have a display block at all. (I assume there are no outputs wired up
to the NVIDIA GPU?) In that case, we should probably track down where we're
trying to do this from and skip it. Based on the location in the logs, probably
something VBIOS- or other early-init-related.

Unfortunately I don't have any actual debugging steps for you. Perhaps Ben
will.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>