gpx_screen
gpx_copyrect(struct gpx_screen *ss,
gpx_fillrect(struct gpx_screen *ss, int x, int y, int dx, int dy, long attr,
gpx_getcmap(struct gpx_screen *ss, struct wsdisplay_cmap *cm)
gpx_putcmap(struct gpx_screen *ss, struct wsdisplay_cmap *cm)
gpx_loadcmap(struct gpx_screen *ss, int from, int count)
gpx_resetcmap(struct gpx_screen *ss)
struct gpx_screen *ss = &gpx_consscr;
struct gpx_screen *sc_scr;
static int gpx_wait(struct gpx_screen *, int);
static int gpx_viper_write(struct gpx_screen *, u_int, uint16_t);
static void gpx_reset_viper(struct gpx_screen *);
static void gpx_clear_screen(struct gpx_screen *);
static int gpx_setup_screen(struct gpx_screen *);
static void gpx_upload_font(struct gpx_screen *);
static void gpx_copyrect(struct gpx_screen *, int, int, int, int, int, int);
static void gpx_fillrect(struct gpx_screen *, int, int, int, int, long, u_int);
static int gpx_getcmap(struct gpx_screen *, struct wsdisplay_cmap *);
static int gpx_putcmap(struct gpx_screen *, struct wsdisplay_cmap *);
static void gpx_loadcmap(struct gpx_screen *, int, int);
static void gpx_resetcmap(struct gpx_screen *);
static struct gpx_screen gpx_consscr;
struct gpx_screen *scr;
struct gpx_screen *ss = sc->sc_scr;
struct gpx_screen *ss = sc->sc_scr;
struct gpx_screen *ss = ri->ri_hw;
struct gpx_screen *ss = ri->ri_hw;
struct gpx_screen *ss = ri->ri_hw;
struct gpx_screen *ss = ri->ri_hw;
struct gpx_screen *ss = ri->ri_hw;
struct gpx_screen *ss = ri->ri_hw;
gpx_wait(struct gpx_screen *ss, int bits)
gpx_viper_write(struct gpx_screen *ss, u_int reg, uint16_t val)
gpx_reset_viper(struct gpx_screen *ss)
gpx_clear_screen(struct gpx_screen *ss)
gpx_setup_screen(struct gpx_screen *ss)
gpx_upload_font(struct gpx_screen *ss)