Stub display_present
R=gkalsi@google.com Review URL: https://codereview.chromium.org/1951403002 .
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
******************************************************************************
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <err.h>
|
||||
#include <debug.h>
|
||||
#include <trace.h>
|
||||
@@ -429,3 +430,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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user