gfxp_softc
sizeof(struct gfxp_softc), gfxp_match, gfxp_attach
int gfxp_getcmap(struct gfxp_softc *, struct wsdisplay_cmap *);
int gfxp_putcmap(struct gfxp_softc *, struct wsdisplay_cmap *);
void gfxp_init(struct gfxp_softc *);
void gfxp_reinit(struct gfxp_softc *);
void gfxp_indexed_write(struct gfxp_softc *, bus_size_t, uint32_t);
int gfxp_wait(struct gfxp_softc *);
int gfxp_wait_fifo(struct gfxp_softc *, int);
void gfxp_copyrect(struct gfxp_softc *, int, int, int, int, int, int);
void gfxp_fillrect(struct gfxp_softc *, int, int, int, int, int);
struct gfxp_softc *sc = (struct gfxp_softc *)self;
struct gfxp_softc *sc = v;
struct gfxp_softc *sc = v;
gfxp_getcmap(struct gfxp_softc *sc, struct wsdisplay_cmap *cm)
gfxp_putcmap(struct gfxp_softc *sc, struct wsdisplay_cmap *cm)
struct gfxp_softc *sc = v;
struct gfxp_softc *sc = ri->ri_hw;
struct gfxp_softc *sc = ri->ri_hw;
struct gfxp_softc *sc = ri->ri_hw;
struct gfxp_softc *sc = ri->ri_hw;
gfxp_init(struct gfxp_softc *sc)
gfxp_reinit(struct gfxp_softc *sc)
gfxp_indexed_write(struct gfxp_softc *sc, bus_size_t offset, uint32_t value)
gfxp_wait_fifo(struct gfxp_softc *sc, int n)
gfxp_wait(struct gfxp_softc *sc)
gfxp_copyrect(struct gfxp_softc *sc, int sx, int sy, int dx, int dy,
gfxp_fillrect(struct gfxp_softc *sc, int x, int y, int w, int h, int color)