diff options
author | Eric Anholt <eric@anholt.net> | 2008-12-29 11:26:11 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2008-12-29 11:31:26 -0800 |
commit | 45f45c73469f1bd46a1b6fb206f2e9e5e4fd66b3 (patch) | |
tree | abe2fa8be28a1f48fd208248d7f98420935e6b07 /src/i830.h | |
parent | 3544bbe22d8cf2640289e1e4febe755a47f26631 (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.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -452,8 +452,6 @@ typedef struct _I830Rec { void (*PointerMoved)(int, int, int); CreateScreenResourcesProcPtr CreateScreenResources; - i830_memory *logical_context; - i830_memory *power_context; #ifdef XF86DRI |