Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dradeonfb.c958 dp->rd_splash.si_depth = ri->ri_depth; in radeonfb_attach()
959 dp->rd_splash.si_bits = ri->ri_bits; in radeonfb_attach()
960 dp->rd_splash.si_hwbits = ri->ri_hwbits; in radeonfb_attach()
961 dp->rd_splash.si_width = ri->ri_width; in radeonfb_attach()
962 dp->rd_splash.si_height = ri->ri_height; in radeonfb_attach()
963 dp->rd_splash.si_stride = ri->ri_stride; in radeonfb_attach()
964 dp->rd_splash.si_fillrect = NULL; in radeonfb_attach()
989 if (splash_render(&dp->rd_splash, in radeonfb_attach()
1006 if (splash_render(&dp->rd_splash, in radeonfb_attach()
1260 splash_render(&dp->rd_splash, in radeonfb_ioctl()
H A Dradeonfbvar.h204 struct splash_info rd_splash; member