microblaze: Remove CONSOLE_ARG
[oweals/u-boot.git] / include / video.h
index b20f06f335d0d93eeeea260c2cc8513201490e9f..fa643ca5ab0219e3964c28d198db8605be0b9eaf 100644 (file)
@@ -158,6 +158,14 @@ int video_get_xsize(struct udevice *dev);
  */
 int video_get_ysize(struct udevice *dev);
 
+/**
+ * Set whether we need to flush the dcache when changing the image. This
+ * defaults to off.
+ *
+ * @param flush                non-zero to flush cache after update, 0 to skip
+ */
+void video_set_flush_dcache(struct udevice *dev, bool flush);
+
 #endif /* CONFIG_DM_VIDEO */
 
 #ifndef CONFIG_DM_VIDEO