Home
last modified time | relevance | path

Searched refs:fbaddr (Results 1 – 2 of 2) sorted by relevance

/devicemodel/hw/
A Dgc.c16 gc_init(int width, int height, void *fbaddr) in gc_init() argument
28 if (fbaddr) { in gc_init()
29 gc_image->data = fbaddr; in gc_init()
60 gc_set_fbaddr(struct gfx_ctx *gc, void *fbaddr) in gc_set_fbaddr() argument
63 if (gc->gc_image->data && gc->gc_image->data != fbaddr) in gc_set_fbaddr()
65 gc->gc_image->data = fbaddr; in gc_set_fbaddr()
/devicemodel/include/
A Dgc.h47 struct gfx_ctx *gc_init(int width, int height, void *fbaddr);
49 void gc_set_fbaddr(struct gfx_ctx *gc, void *fbaddr);

Completed in 2 milliseconds