Searched refs:pxf (Results 1 – 2 of 2) sorted by relevance
55 int pxf, bestpxf; in set_graphics_mode() local143 pxf = 32; in set_graphics_mode()148 pxf = 24; in set_graphics_mode()153 pxf = 16; in set_graphics_mode()158 pxf = 15; in set_graphics_mode()180 else if (err == besterr && (pxf == (int)mbh->depth || pxf > bestpxf)) in set_graphics_mode()185 bestpxf = pxf; in set_graphics_mode()
223 enum vesa_pixel_format pxf; in bios_vesacon_set_mode() local324 pxf = PXF_NONE; /* Not usable */ in bios_vesacon_set_mode()330 pxf = PXF_BGRA32; in bios_vesacon_set_mode()335 pxf = PXF_BGR24; in bios_vesacon_set_mode()340 pxf = PXF_LE_RGB16_565; in bios_vesacon_set_mode()345 pxf = PXF_LE_RGB15_555; in bios_vesacon_set_mode()347 if (pxf < *bestpxf) { in bios_vesacon_set_mode()348 debug("Best mode so far, pxf = %d\r\n", pxf); in bios_vesacon_set_mode()352 *bestpxf = pxf; in bios_vesacon_set_mode()