Searched refs:scr_bpp (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/ic/
H A Dstivar.h78 int scr_bpp; member in struct:sti_screen
H A Dsti.c584 scr->scr_bpp = cfg.bppu;
657 if (scr->scr_bpp > 8)
687 if (scr->scr_bpp > 8) {
732 scr->scr_cfg.scr_width, scr->scr_cfg.scr_height, scr->scr_bpp);
1116 wdf->depth = scr->scr_bpp;
1117 if (scr->scr_bpp > 8)
1122 if (scr->putcmap == NULL || scr->scr_bpp > 8)
1129 if (scr->scr_bpp > 8)
1136 if (scr->scr_bpp > 8)
1143 if (scr->putcmap == NULL || scr->scr_bpp >
[all...]

Completed in 168 milliseconds