diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2014-08-14 21:09:12 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2014-08-14 21:15:26 +0100 |
commit | 72ed21c694aecba1e91089479b2cb5f957548fec (patch) | |
tree | 14812a18be980ecef7539d65581840e891ea1fa7 /src/sna/sna.h | |
parent | 3bb9311e5de8bb39423397213d3de0e0ec4fcbd5 (diff) |
sna: Do not force creation of a linear GPU bo that we don't want
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/sna.h')
-rw-r--r-- | src/sna/sna.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sna/sna.h b/src/sna/sna.h index bce8bab3..24f96bbb 100644 --- a/src/sna/sna.h +++ b/src/sna/sna.h @@ -705,6 +705,7 @@ sna_pixmap_undo_cow(struct sna *sna, struct sna_pixmap *priv, unsigned flags); #define __MOVE_FORCE 0x40 #define __MOVE_DRI 0x80 #define __MOVE_SCANOUT 0x100 +#define __MOVE_TILED 0x200 struct sna_pixmap * sna_pixmap_move_area_to_gpu(PixmapPtr pixmap, const BoxRec *box, unsigned int flags); |