Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(543)

Unified Diff: target/qemu-m4/m4display.c

Issue 1951403002: Stub display_present (Closed) Base URL: https://github.com/littlekernel/lk.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « platform/armemu/display.c ('k') | target/stm32746g-eval2/lcd.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: target/qemu-m4/m4display.c
diff --git a/target/qemu-m4/m4display.c b/target/qemu-m4/m4display.c
index a471885850b1e381524b10dd9e41ae39b56761ad..ce60634b149df96c39366cff79b55f5a1802ae43 100644
--- a/target/qemu-m4/m4display.c
+++ b/target/qemu-m4/m4display.c
@@ -230,3 +230,10 @@ status_t display_get_info(struct display_info *info)
return NO_ERROR;
}
+
+status_t display_present(struct display_image *image, uint starty, uint endy)
+{
+ TRACEF("display_present - not implemented");
+ DEBUG_ASSERT(false);
+ return NO_ERROR;
+}
« no previous file with comments | « platform/armemu/display.c ('k') | target/stm32746g-eval2/lcd.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698