summaryrefslogtreecommitdiffstats
path: root/src/gallium/docs/source
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2014-04-26 22:54:36 -0700
committerKenneth Graunke <[email protected]>2014-04-29 14:01:06 -0700
commit979a015bc168e0ea3be9f596601757950069e3bd (patch)
treea81da679d790dfb4c7ed881a3faf79e2756a4fe3 /src/gallium/docs/source
parent7fb05f929802bf32391e416ceb62a34b4571905c (diff)
i965: Fix a few base addresses on Broadwell.
We intended to set these 64-bit addresses to 0, and set the enable bit. But, I accidentally placed the DWord with the high bits first, when it should have been second. This generally worked out, by luck - presumably General State Base Address is initially zero, and ends up remaining that way in our contexts since we bungled the "modify enable" bit. v2: Fix MOCS shift on GSBA. It should be 4, and I had 2. (Caught by Ben Widawsky.) Signed-off-by: Kenneth Graunke <[email protected]> Reviewed-by: Ben Widawsky <[email protected]>
Diffstat (limited to 'src/gallium/docs/source')
0 files changed, 0 insertions, 0 deletions