diff options
author | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2008-06-17 12:39:28 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2008-06-17 12:39:28 -0700 |
commit | 1cfe769c74d1a3a392bf1aaaf5c2dcc8273daf66 (patch) | |
tree | 5feb1735ce740b8d8160a509f60fb455e1625de4 /src/i830_video.c | |
parent | 289790c0467d27e96b537598a6589fc6a36da8b8 (diff) |
Add support for Intel 4 series chipsets.
Diffstat (limited to 'src/i830_video.c')
-rw-r--r-- | src/i830_video.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |