Lines Matching refs:fix
245 ((dst_y1 + par->fb_y) * info->fix.line_length +
251 src_ptr += info->fix.line_length;
345 y1 = min / info->fix.line_length;
346 y2 = (max / info->fix.line_length) + 1;
700 strcpy(info->fix.id, "svgadrmfb");
701 info->fix.type = FB_TYPE_PACKED_PIXELS;
702 info->fix.visual = FB_VISUAL_TRUECOLOR;
703 info->fix.type_aux = 0;
704 info->fix.xpanstep = 1; /* doing it in hw */
705 info->fix.ypanstep = 1; /* doing it in hw */
706 info->fix.ywrapstep = 0;
707 info->fix.accel = FB_ACCEL_NONE;
708 info->fix.line_length = fb_pitch;
710 info->fix.smem_start = 0;
711 info->fix.smem_len = fb_size;