From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org Subject: [Bug 81485] [NVE4] dmesg spam on startup Date: Fri, 18 Jul 2014 18:04:04 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0710109579==" Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: nouveau-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org Sender: "Nouveau" To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org List-Id: nouveau.vger.kernel.org --===============0710109579== Content-Type: multipart/alternative; boundary="1405706644.2c6b62.3247"; charset="us-ascii" --1405706644.2c6b62.3247 Date: Fri, 18 Jul 2014 18:04:04 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=81485 --- Comment #6 from Ilia Mirkin --- 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. -- You are receiving this mail because: You are the assignee for the bug. --1405706644.2c6b62.3247 Date: Fri, 18 Jul 2014 18:04:04 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 6 on bug 81485 from
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.


You are receiving this mail because:
  • You are the assignee for the bug.
--1405706644.2c6b62.3247-- --===============0710109579== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Nouveau mailing list Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org http://lists.freedesktop.org/mailman/listinfo/nouveau --===============0710109579==--