From 5efd2129f53e3b802ae0461e39f2beb40d106813 Mon Sep 17 00:00:00 2001 From: "huahui.mai" Date: Tue, 4 Jun 2024 13:23:57 +0800 Subject: [PATCH] Support dma noncoherent framebuffer --- src/gui/embedded/qscreenlinuxfb_qws.cpp | 6 +++ src/gui/painting/painting.pri | 2 + src/gui/painting/qdrawhelper_p.h | 52 ++++++++++++++++++++++++- 3 files changed, 59 insertions(+), 1 deletion(-) diff --git a/src/gui/embedded/qscreenlinuxfb_qws.cpp b/src/gui/embedded/qscreenlinuxfb_qws.cpp index a86687d8..c211e8ed 100644 --- a/src/gui/embedded/qscreenlinuxfb_qws.cpp +++ b/src/gui/embedded/qscreenlinuxfb_qws.cpp @@ -61,6 +61,8 @@ #include #include +#include