diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-07-03 18:51:46 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-07-03 18:51:46 +0100 |
commit | f26163e916e21f6b64a19c147165f2f2c9c5466d (patch) | |
tree | a6d53fa2fcd3d197e1a2c406134802305bfad80d /src/sna/sna.h | |
parent | c597e6cd4cb4406878eae07c04ad420d8185d99e (diff) |
sna: Guess when the client is attempting to read back the whole pixmap
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/sna.h')
-rw-r--r-- | src/sna/sna.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sna/sna.h b/src/sna/sna.h index 9d365439..8564cfc5 100644 --- a/src/sna/sna.h +++ b/src/sna/sna.h @@ -438,7 +438,8 @@ struct kgem_bo *sna_pixmap_change_tiling(PixmapPtr pixmap, uint32_t tiling); #define MOVE_INPLACE_HINT 0x4 #define MOVE_ASYNC_HINT 0x8 #define MOVE_SOURCE_HINT 0x10 -#define __MOVE_FORCE 0x20 +#define MOVE_WHOLE_HINT 0x20 +#define __MOVE_FORCE 0x40 bool must_check _sna_pixmap_move_to_cpu(PixmapPtr pixmap, unsigned flags); static inline bool must_check sna_pixmap_move_to_cpu(PixmapPtr pixmap, unsigned flags) { |