* Re: Regarding report amount of usable graphics memory
[not found] <65796F1B29BD054D806D4A5CE6F71FF85A4DAFBD@ORSMSX106.amr.corp.intel.com>
@ 2013-11-27 8:06 ` Daniel Vetter
2013-11-27 18:03 ` Zhang, Jianhong
0 siblings, 1 reply; 3+ messages in thread
From: Daniel Vetter @ 2013-11-27 8:06 UTC (permalink / raw)
To: Zhang, Jianhong, intel-gfx@lists.freedesktop.org
[-- Attachment #1.1: Type: text/plain, Size: 1269 bytes --]
On 27/11/2013 06:41, Zhang, Jianhong wrote:
>
> Hi Daniel,
>
> 1.On Harris Beach, we always see this report as below even we set
> different TOLUD size, such as1GB, 1.5GB, 2GB and 3GB :
>
> [drm] Memory usable by graphics device = 2048M
>
> 2. Based on the implementation below, it shouldn't matter
> with TOLUD size.
>
> DRM_INFO("Memory Usable by graphics device = %dM\n",
> dev_priv->mm.gtt->gtt_total_entries >> 8);
>
> Please confirm if this is the case:
>
> If RAM is 4GB, it will report 2048M as the usable memory by graphics
> device.
>
> This is the max size that graphics could use, and it shouldn't change
> based on TOLUD size.
>
Yeah. But the real question is what do you need this for exactly? Also,
cc'ing relevant internal mailing lists.
-Daniel
>
> Best regards,
>
> Jianhong
>
Intel Semiconductor AG
Registered No. 020.30.913.786-7
Registered Office: World Trade Center, Leutschenbachstrasse 95, 8050 Zurich, Switzerland
This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies.
[-- Attachment #1.2: Type: text/html, Size: 14158 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Regarding report amount of usable graphics memory
2013-11-27 8:06 ` Regarding report amount of usable graphics memory Daniel Vetter
@ 2013-11-27 18:03 ` Zhang, Jianhong
2013-11-27 18:12 ` Chris Wilson
0 siblings, 1 reply; 3+ messages in thread
From: Zhang, Jianhong @ 2013-11-27 18:03 UTC (permalink / raw)
To: Vetter, Daniel, intel-gfx@lists.freedesktop.org
[-- Attachment #1.1: Type: text/plain, Size: 1296 bytes --]
Hi Daniel,
I'm working on a sighting that filed by PCCG. It complains that "Memory usable by graphics device = 2048M" even TOLUD is 1.5GB.
>From the formula, looks like it shouldn't affected by TOLUD size, but I need the confirmation to resolve the sighting as expected.
Best regards,
Jianhong
From: Vetter, Daniel
Sent: Wednesday, November 27, 2013 12:07 AM
To: Zhang, Jianhong; intel-gfx@lists.freedesktop.org
Subject: Re: Regarding report amount of usable graphics memory
On 27/11/2013 06:41, Zhang, Jianhong wrote:
Hi Daniel,
1. On Harris Beach, we always see this report as below even we set different TOLUD size, such as1GB, 1.5GB, 2GB and 3GB :
[drm] Memory usable by graphics device = 2048M
2. Based on the implementation below, it shouldn't matter with TOLUD size.
DRM_INFO("Memory Usable by graphics device = %dM\n", dev_priv->mm.gtt->gtt_total_entries >> 8);
Please confirm if this is the case:
If RAM is 4GB, it will report 2048M as the usable memory by graphics device.
This is the max size that graphics could use, and it shouldn't change based on TOLUD size.
Yeah. But the real question is what do you need this for exactly? Also, cc'ing relevant internal mailing lists.
-Daniel
Best regards,
Jianhong
[-- Attachment #1.2: Type: text/html, Size: 7866 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Regarding report amount of usable graphics memory
2013-11-27 18:03 ` Zhang, Jianhong
@ 2013-11-27 18:12 ` Chris Wilson
0 siblings, 0 replies; 3+ messages in thread
From: Chris Wilson @ 2013-11-27 18:12 UTC (permalink / raw)
To: Zhang, Jianhong; +Cc: Vetter, Daniel, intel-gfx@lists.freedesktop.org
On Wed, Nov 27, 2013 at 06:03:16PM +0000, Zhang, Jianhong wrote:
> Hi Daniel,
>
>
>
> I’m working on a sighting that filed by PCCG. It complains that “Memory
> usable by graphics device = 2048M” even TOLUD is 1.5GB.
>
> From the formula, looks like it shouldn’t affected by TOLUD size, but I
> need the confirmation to resolve the sighting as expected.
Perhaps what they mean is that we always program the GTT to the maximum
possible size irrespective of the number of physical pages present in
the system. (Note that TOLUD is itself irrelevant since the GPU is not
restricted to lower memory.) As you have seen what we report is simply
what the hardware is programmed to, which is orthogonal to the amount of
memory present on the system (and so there is no conflict in reporting
that the GPU could address up to 2GiB of pages even if there is only
1GiB of RAM installed).
-Chris
--
Chris Wilson, Intel Open Source Technology Centre
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-11-27 18:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <65796F1B29BD054D806D4A5CE6F71FF85A4DAFBD@ORSMSX106.amr.corp.intel.com>
2013-11-27 8:06 ` Regarding report amount of usable graphics memory Daniel Vetter
2013-11-27 18:03 ` Zhang, Jianhong
2013-11-27 18:12 ` Chris Wilson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.