summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2016-07-14 12:14:11 -0400
committerChris Wilson <chris@chris-wilson.co.uk>2016-07-14 21:43:26 +0100
commit6d8a19910a89bfa91c3029c1ec5a8c2bdefb6c25 (patch)
treee9760698da693a384c12198770119c36b0adc494
parent1c449ffa585682b85b5581a46d7e7ca369f2ce38 (diff)
uxa: Don't bother with xf86GARTCloseScreen
We only ever use xserver's AGP support from the i810 driver. Signed-off-by: Adam Jackson <ajax@redhat.com>
-rw-r--r--src/uxa/intel_driver.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/uxa/intel_driver.c b/src/uxa/intel_driver.c
index 73d7f4fe..62abdd2f 100644
--- a/src/uxa/intel_driver.c
+++ b/src/uxa/intel_driver.c
@@ -1172,8 +1172,6 @@ static Bool I830CloseScreen(CLOSE_SCREEN_ARGS_DECL)
intel_sync_close(screen);
- xf86GARTCloseScreen(scrn->scrnIndex);
-
scrn->vtSema = FALSE;
return TRUE;
}