From 21bc24b7aee138bd1f43a11eb8b86e96039fdacf Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Tue, 30 May 2017 13:57:53 +0300 Subject: omapfb: add flags for memory alloc --- kms++/inc/kms++/omap/omapframebuffer.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kms++/inc') diff --git a/kms++/inc/kms++/omap/omapframebuffer.h b/kms++/inc/kms++/omap/omapframebuffer.h index 02ac79f..d1152b5 100644 --- a/kms++/inc/kms++/omap/omapframebuffer.h +++ b/kms++/inc/kms++/omap/omapframebuffer.h @@ -16,6 +16,9 @@ public: { None = 0, Tiled = 1 << 0, + MemContig = 1 << 1, + MemTiler = 1 << 2, + MemPin = 1 << 3, }; OmapFramebuffer(OmapCard& card, uint32_t width, uint32_t height, const std::string& fourcc, Flags flags = Flags::None); -- cgit v1.2.3