From 66d1536a2ecc7a3d44da4c0dbe6c85aaa4e05791 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 1 May 2009 11:48:51 -0700 Subject: [PATCH] Don't bother to enable VF statistics during 965 video playback This was used while bringing up the driver to debug vertext fetches. Signed-off-by: Keith Packard --- src/i965_video.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/i965_video.c b/src/i965_video.c index 1d0ed74c..c25bcb37 100644 --- a/src/i965_video.c +++ b/src/i965_video.c @@ -772,8 +772,7 @@ i965_emit_video_setup(ScrnInfoPtr pScrn, drm_intel_bo *bind_bo, int n_src_surf) /* brw_debug (pScrn, "after base address modify"); */ BEGIN_BATCH(38); - /* Enable VF statistics */ - OUT_BATCH(BRW_3DSTATE_VF_STATISTICS | 1); + OUT_BATCH(MI_NOOP); /* Pipe control */ OUT_BATCH(BRW_PIPE_CONTROL |