diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-01-13 11:30:07 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-01-13 14:13:55 +0000 |
commit | b266ae6f6f8fb4c494ece532ae4621055e66beb2 (patch) | |
tree | f9748513f8acf39f3451f9e2106070a86575521a /src/sna/kgem.h | |
parent | a2d82161436e489f23637d793c737bc6950a62b8 (diff) |
sna: Relax limitation on not mapping GPU bo with shadow pointers
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 d2b89f54..372bfdb1 100644 --- a/src/sna/kgem.h +++ b/src/sna/kgem.h @@ -248,6 +248,7 @@ unsigned kgem_can_create_2d(struct kgem *kgem, int width, int height, int depth) #define KGEM_CAN_CREATE_CPU 0x2 #define KGEM_CAN_CREATE_LARGE 0x4 #define KGEM_CAN_CREATE_GTT 0x8 +#define KGEM_CAN_CREATE_SMALL 0x10 struct kgem_bo * kgem_replace_bo(struct kgem *kgem, |