summaryrefslogtreecommitdiff
path: root/src/sna/sna.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-09-20 08:56:02 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2016-09-20 08:56:02 +0100
commitf0fbead9f24009c4d9900f28d4e5b3c07a93f560 (patch)
treeaeebafc16e3a14405e1cd95f9efe92b097ce9e07 /src/sna/sna.h
parentb45dbdbd446108745b39b305303b457f5e876989 (diff)
sna/present: Prime the msc cache on first query
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/sna.h')
-rw-r--r--src/sna/sna.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sna/sna.h b/src/sna/sna.h
index c4978cbc..fb5c0074 100644
--- a/src/sna/sna.h
+++ b/src/sna/sna.h
@@ -385,6 +385,7 @@ struct sna {
#if HAVE_PRESENT
struct list vblank_queue;
uint64_t unflip;
+ void *freed_info;
#endif
} present;