From: Tomi Valkeinen Date: Thu, 29 Oct 2015 09:11:57 +0000 (+0200) Subject: db: disable plane support for now X-Git-Url: https://git.ti.com/gitweb?p=android%2Fexternal-libkmsxx.git;a=commitdiff_plain;h=6962ec7c8f3abbf3b9ebe87cbcb15491e79499b1 db: disable plane support for now --- diff --git a/tests/db.cpp b/tests/db.cpp index ada85e0..6131263 100644 --- a/tests/db.cpp +++ b/tests/db.cpp @@ -193,14 +193,14 @@ int main() Plane* plane = 0; - +#if 0 // disable the plane for now for (Plane* p : crtc->get_possible_planes()) { if (p->plane_type() == PlaneType::Overlay) { plane = p; break; } } - +#endif OutputFlipHandler* output; if (plane) output = new OutputFlipHandler(conn, crtc, mode, plane, 500, 400);