[Mesa-dev] [PATCH v2 4/8] i965: Set the maximum number of GS URB entries on Sandybridge.

Eric Anholt eric at anholt.net
Wed Dec 7 13:16:32 PST 2011


On Wed,  7 Dec 2011 11:09:12 -0800, Paul Berry <stereotype441 at gmail.com> wrote:
> From: Kenneth Graunke <kenneth at whitecape.org>
> 
> We never filled this in before because we didn't care.
> 
> I'm skeptical these are correct; my sources indicate that both the VS
> and GS # of entries are 256 on both GT1 and GT2.
> 
> I'm also loathe to change it and break stuff.

My stale specs say

GT2 VS: [24, 256]
GT1 VS: [24, 128]
GT2 GS: [0, 256]
GT1 GS: [0, 254].

So these look like the docs our old VS numbers came from.  The current
docs I see say:

GT1 VS: [24, 256]
GT1 GS: [0, 256]

with the mention of gt2 removed.  The changelog doesn't show anything
obvious about "update DevSNB 3DSTATE_URB", though there are things for
other hardware that look like they might have stomped the old
information in the way it looks stomped.

So, my guess is we should stick with our old values for VS (as is done
in this change), and use the old values for GS (GT2 256, GT1 254), and go
complain to doc authors for clarification.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20111207/223579c3/attachment.pgp>


More information about the mesa-dev mailing list