From 9ed65301e044711de0db51b4986085fca170d764 Mon Sep 17 00:00:00 2001 From: Christoph Bumiller Date: Thu, 12 Jul 2012 13:59:52 +0200 Subject: nouveau: implement missing timer query functionality --- src/gallium/drivers/nouveau/nouveau_screen.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gallium/drivers/nouveau/nouveau_screen.h') diff --git a/src/gallium/drivers/nouveau/nouveau_screen.h b/src/gallium/drivers/nouveau/nouveau_screen.h index 5a3cfab92e9..335b95820ab 100644 --- a/src/gallium/drivers/nouveau/nouveau_screen.h +++ b/src/gallium/drivers/nouveau/nouveau_screen.h @@ -39,6 +39,8 @@ struct nouveau_screen { struct nouveau_mman *mm_VRAM; struct nouveau_mman *mm_GART; + + int64_t cpu_gpu_time_delta; }; static INLINE struct nouveau_screen * -- cgit v1.2.3