summaryrefslogtreecommitdiff
path: root/src/i830.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2008-12-29 11:26:11 -0800
committerEric Anholt <eric@anholt.net>2008-12-29 11:31:26 -0800
commit45f45c73469f1bd46a1b6fb206f2e9e5e4fd66b3 (patch)
treeabe2fa8be28a1f48fd208248d7f98420935e6b07 /src/i830.h
parent3544bbe22d8cf2640289e1e4febe755a47f26631 (diff)
Remove logical context setup.
This should be a noop. If it wasn't a noop, it means that on pre-g33 chipsets we were spamming some data into a page of system memory because we used a virtual instead of a physical address. It was also supposed to not work when we submit it from a batchbuffer, as we have been doing for some time now. This code has existed since about the beginning of the driver's existence, with no justification.
Diffstat (limited to 'src/i830.h')
-rw-r--r--src/i830.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/i830.h b/src/i830.h
index 80d6d7b6..3381c3c8 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -452,8 +452,6 @@ typedef struct _I830Rec {
void (*PointerMoved)(int, int, int);
CreateScreenResourcesProcPtr CreateScreenResources;
- i830_memory *logical_context;
-
i830_memory *power_context;
#ifdef XF86DRI