diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-12-30 14:50:49 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-12-31 15:55:28 +0000 |
commit | a7988bf77f5a106a48b6e39b6eaf60ef2f8bec11 (patch) | |
tree | 0d348cad9c9341f7980a7b407ce7aa6738fb22ac /src/sna/kgem.h | |
parent | 736b89504a32239a0c7dfb5961c1b8292dd744bd (diff) |
sna/dri: Fix triple buffering to not penalise missed frames
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/kgem.h')
-rw-r--r-- | src/sna/kgem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sna/kgem.h b/src/sna/kgem.h index bf457930..eed4132c 100644 --- a/src/sna/kgem.h +++ b/src/sna/kgem.h @@ -133,6 +133,7 @@ struct kgem { struct list inactive[NUM_CACHE_BUCKETS]; struct list pinned_batches[2]; struct list snoop; + struct list scanout; struct list batch_buffers, active_buffers; struct list requests[2]; |