diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2015-04-01 16:04:13 +0900 |
---|---|---|
committer | Michel Dänzer <michel@daenzer.net> | 2015-04-03 11:42:00 +0900 |
commit | e96349ba6281fd18b8bf9c76629128276b065e6c (patch) | |
tree | b4406a19783b2bdf1d9f74e99b6161466a143056 /src/radeon.h | |
parent | 9be7dd382e86d2b804de81d4e2af7431b2e16843 (diff) |
Add RADEON_CREATE_PIXMAP_SCANOUT flag
It means that the pixmap is used for scanout exclusively.
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h index 00d0495e..83b462ba 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -838,6 +838,7 @@ static __inline__ void RADEON_SYNC(RADEONInfoPtr info, ScrnInfoPtr pScrn) } enum { + RADEON_CREATE_PIXMAP_SCANOUT = 0x02000000, RADEON_CREATE_PIXMAP_DRI2 = 0x04000000, RADEON_CREATE_PIXMAP_TILING_MICRO_SQUARE = 0x08000000, RADEON_CREATE_PIXMAP_TILING_MACRO = 0x10000000, |