Lines Matching refs:fix

237 			info->fix.type = FB_TYPE_PACKED_PIXELS;
238 info->fix.line_length = info->var.xres_virtual / 2;
240 info->fix.type = FB_TYPE_VGA_PLANES;
241 info->fix.type_aux = FB_AUX_VGA_PLANES_VGA4;
242 info->fix.line_length = info->var.xres_virtual / 8;
245 info->fix.type = FB_TYPE_TEXT;
246 info->fix.type_aux = FB_AUX_TEXT_CGA;
247 info->fix.line_length = info->var.xres_virtual / 4;
250 info->fix.type = FB_TYPE_VGA_PLANES;
251 info->fix.type_aux = FB_AUX_VGA_PLANES_CFB8;
252 info->fix.line_length = info->var.xres_virtual / 4;
254 info->fix.type = FB_TYPE_PACKED_PIXELS;
255 info->fix.line_length = info->var.xres_virtual;
853 where = info->screen_base + dx + rect->dy * info->fix.line_length;
860 line_ofs = info->fix.line_length - width;
885 where += info->fix.line_length;
916 switch (info->fix.type) {
918 if (info->fix.type_aux == FB_AUX_VGA_PLANES_VGA4) {
923 line_ofs = info->fix.line_length - width;
924 dst = info->screen_base + (rect->dx/8) + rect->dy * info->fix.line_length;
989 line_ofs = info->fix.line_length - width;
990 dest = info->screen_base + dx + area->dy * info->fix.line_length;
991 src = info->screen_base + sx + area->sy * info->fix.line_length;
1003 line_ofs = info->fix.line_length - width;
1005 (area->dy + height - 1) * info->fix.line_length;
1007 (area->sy + height - 1) * info->fix.line_length;
1069 switch (info->fix.type) {
1071 if (info->fix.type_aux == FB_AUX_VGA_PLANES_VGA4) {
1073 line_ofs = info->fix.line_length - width;
1080 dst = info->screen_base + (dx/8) + dy * info->fix.line_length;
1081 src = info->screen_base + (sx/8) + sy * info->fix.line_length;
1094 (dy + height - 1) * info->fix.line_length;
1096 (sy + height - 1) * info->fix.line_length;
1145 where = info->screen_base + dx + image->dy * info->fix.line_length;
1154 for (y = 0; y < image->height; y++, where += info->fix.line_length)
1166 image->dy * info->fix.line_length;
1172 switch (info->fix.type) {
1174 if (info->fix.type_aux == FB_AUX_VGA_PLANES_VGA4) {
1192 where += info->fix.line_length;
1214 where += info->fix.line_length;
1234 info->screen_base + image->dy * info->fix.line_length +
1240 switch (info->fix.type) {
1242 if (info->fix.type_aux == FB_AUX_VGA_PLANES_VGA4 &&
1260 where += info->fix.line_length;
1354 info->fix = vga16fb_fix;
1388 fb_info(info, "%s frame buffer device\n", info->fix.id);