diff options
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 044dbba0..8e8e883d 100644 --- a/src/sna/kgem.h +++ b/src/sna/kgem.h @@ -169,6 +169,7 @@ struct kgem { uint32_t scanout_busy:1; uint32_t busy:1; + uint32_t has_create2 :1; uint32_t has_userptr :1; uint32_t has_blt :1; uint32_t has_relaxed_fencing :1; |