radeonfb
struct radeonfb *sc_fb;
struct radeonfb sc_fb_store;
int radeonfb_setup(struct radeonfb *);
void radeonfb_wait_fifo(struct radeonfb *, int);
void radeonfb_wait(struct radeonfb *);
void radeonfb_copyrect(struct radeonfb *, int, int, int, int, int, int);
void radeonfb_fillrect(struct radeonfb *, int, int, int, int, int);
static struct radeonfb radeonfbcn;
struct radeonfb *fb;
struct radeonfb *fb = sc->sc_fb;
struct radeonfb *fb = sc->sc_fb;
struct radeonfb *fb = ri->ri_hw;
struct radeonfb *fb = ri->ri_hw;
struct radeonfb *fb = ri->ri_hw;
struct radeonfb *fb = ri->ri_hw;
radeonfb_wait_fifo(struct radeonfb *fb, int n)
radeonfb_wait(struct radeonfb *fb)
radeonfb_copyrect(struct radeonfb *fb, int sx, int sy, int dx, int dy,
radeonfb_fillrect(struct radeonfb *fb, int x, int y, int w, int h, int color)
radeonfb_setup(struct radeonfb *fb)