forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 072de836f53be56a70cecf70b43ae43b7ce17376
kernel/drivers/video/rockchip/rga3/include/rga_mm.h
....@@ -18,6 +18,8 @@
1818 RGA_MEM_NEED_USE_IOMMU = 1 << 1,
1919 /* Flag this is a physical contiguous memory. */
2020 RGA_MEM_PHYSICAL_CONTIGUOUS = 1 << 2,
21
+ /* need force flush cache */
22
+ RGA_MEM_FORCE_FLUSH_CACHE = 1 << 3,
2123 };
2224
2325 struct rga_mm {