bhyvegc
vga_check_size(struct bhyvegc *gc, struct vga_softc *sc)
vga_render(struct bhyvegc *gc, void *arg)
struct bhyvegc *gc;
bhyvegc_get_image(struct bhyvegc *gc)
struct bhyvegc *
struct bhyvegc *gc;
gc = calloc(1, sizeof (struct bhyvegc));
bhyvegc_set_fbaddr(struct bhyvegc *gc, void *fbaddr)
bhyvegc_resize(struct bhyvegc *gc, int width, int height)
struct bhyvegc;
struct bhyvegc *bhyvegc_init(int width, int height, void *fbaddr);
void bhyvegc_set_fbaddr(struct bhyvegc *gc, void *fbaddr);
void bhyvegc_resize(struct bhyvegc *gc, int width, int height);
struct bhyvegc_image *bhyvegc_get_image(struct bhyvegc *gc);
struct bhyvegc *gc;
struct bhyvegc;
typedef void (*fb_render_func_t)(struct bhyvegc *gc, void *arg);
extern void vga_render(struct bhyvegc *gc, void *arg);
pci_fbuf_render(struct bhyvegc *gc, void *arg)