<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [NVE4] dmesg spam on startup"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=81485#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [NVE4] dmesg spam on startup"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=81485">bug 81485</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>Does this card seriously have 6GB of dedicated GDDR5 VRAM? Or is it
misdetected? (Hm, looks like indeed one of the options on the marketing
page...)

I would not be surprised if we had some bugs for cards with > 4GB.
Unfortunately we don't have a vram_limit parameter.

Could you edit drivers/gpu/drm/nouveau/core/subdev/fb/ramnvc0.c -- take a look
at nvc0_ram_create_, and after the for loop that does ram->size += xyz, just do

ram->size /= 2;

which will bring it down to 3GB... No clue if it'll help, but worth a shot.</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>