diff options
Diffstat (limited to 'src/intel_driver.c')
-rw-r--r-- | src/intel_driver.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/intel_driver.c b/src/intel_driver.c index ae2e31e8..7569c130 100644 --- a/src/intel_driver.c +++ b/src/intel_driver.c @@ -1298,6 +1298,8 @@ static Bool I830PMEvent(SCRN_ARG_TYPE arg, pmEvent event, Bool undo) Bool intel_init_scrn(ScrnInfoPtr scrn) { + __intel_uxa_release_device(scrn); + scrn->PreInit = I830PreInit; scrn->ScreenInit = I830ScreenInit; scrn->SwitchMode = I830SwitchMode; |