From 1cfe769c74d1a3a392bf1aaaf5c2dcc8273daf66 Mon Sep 17 00:00:00 2001 From: Zhenyu Wang Date: Tue, 17 Jun 2008 12:39:28 -0700 Subject: Add support for Intel 4 series chipsets. --- src/i830_video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/i830_video.c') diff --git a/src/i830_video.c b/src/i830_video.c index e1095781..7b81b04d 100644 --- a/src/i830_video.c +++ b/src/i830_video.c @@ -620,7 +620,7 @@ I830InitVideo(ScreenPtr pScreen) } /* Set up overlay video if we can do it at this depth. */ - if (!IS_IGD_GM(pI830) && pScrn->bitsPerPixel != 8 && + if (!OVERLAY_NOEXIST(pI830) && pScrn->bitsPerPixel != 8 && pI830->overlay_regs != NULL) { overlayAdaptor = I830SetupImageVideoOverlay(pScreen); -- cgit v1.2.3