HomeSort by: relevance | last modified time | path
    Searched defs:dc_rinfo (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
tgavar.h 87 struct rasops_info dc_rinfo; /* raster display data */ member in struct:tga_devconfig
  /src/sys/arch/dreamcast/dev/
pvr.c 146 struct rasops_info dc_rinfo; member in struct:fb_devconfig
228 dc->dc_rinfo.ri_flg = 0;
230 dc->dc_rinfo.ri_flg |= RI_NO_AUTO;
231 dc->dc_rinfo.ri_depth = dc->dc_depth;
232 dc->dc_rinfo.ri_bits = (void *) dc->dc_videobase;
233 dc->dc_rinfo.ri_width = dc->dc_wid;
234 dc->dc_rinfo.ri_height = dc->dc_ht;
235 dc->dc_rinfo.ri_stride = dc->dc_rowbytes;
249 if (wsfont_lock(cookie, &dc->dc_rinfo.ri_font)) {
253 dc->dc_rinfo.ri_wsfcookie = cookie
    [all...]
  /src/sys/dev/hpc/
hpcfb.c 112 struct rasops_info dc_rinfo; /* rasops information */ member in struct:hpcfb_devconfig
305 sc->sc_dc->dc_rinfo.ri_flg &= ~RI_NO_AUTO;
308 sc->sc_dc->dc_rinfo.ri_width,sc->sc_dc->dc_rinfo.ri_height,
309 (1 << sc->sc_dc->dc_rinfo.ri_depth),
310 sc->sc_dc->dc_rinfo.ri_cols,sc->sc_dc->dc_rinfo.ri_rows);
314 &hpcfb_console_dc.dc_rinfo);
410 hpcfb_console_wsscreen.capabilities = hpcfb_console_dc.dc_rinfo.ri_caps;
439 ri = &dc->dc_rinfo;
    [all...]

Completed in 38 milliseconds