[Intel-gfx] [PATCH 5/7] Disable composite on new chipset for now
Zhenyu Wang
zhenyuw at linux.intel.com
Fri Jun 5 09:47:24 CEST 2009
This depends on updated intel-gen4asm be ready for new chip.
Signed-off-by: Zhenyu Wang <zhenyuw at linux.intel.com>
---
src/i830_exa.c | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/i830_exa.c b/src/i830_exa.c
index d0ada02..8feba8a 100644
--- a/src/i830_exa.c
+++ b/src/i830_exa.c
@@ -719,6 +719,14 @@ i830_uxa_init (ScreenPtr pScreen)
i830->uxa_driver->done_composite = i830_done_composite;
}
+ /* FIXME */
+ if (IS_IGDNG(i830)) {
+ i830->uxa_driver->check_composite = NULL;
+ i830->uxa_driver->prepare_composite = NULL;
+ i830->uxa_driver->composite = NULL;
+ i830->uxa_driver->done_composite = NULL;
+ }
+
i830->uxa_driver->prepare_access = i830_uxa_prepare_access;
i830->uxa_driver->finish_access = i830_uxa_finish_access;
i830->uxa_driver->pixmap_is_offscreen = i830_uxa_pixmap_is_offscreen;
--
1.6.3.1
More information about the Intel-gfx
mailing list