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

Unified Diff: dev/virtio/gpu/virtio-gpu.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 | « no previous file | platform/armemu/display.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dev/virtio/gpu/virtio-gpu.c
diff --git a/dev/virtio/gpu/virtio-gpu.c b/dev/virtio/gpu/virtio-gpu.c
index f9e78bd1941486f5f4ea9c1d3e80ecfff209f7cd..93e1e06e91ea73601af41cc84f4b1163dd533578 100644
--- a/dev/virtio/gpu/virtio-gpu.c
+++ b/dev/virtio/gpu/virtio-gpu.c
@@ -590,3 +590,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 | « no previous file | platform/armemu/display.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698