Home | History | Annotate | Download | only in drm

Lines Matching refs:fix

704 		y1 = min / info->fix.line_length;
705 y2 = min_t(u32, DIV_ROUND_UP(max, info->fix.line_length),
1135 if (info->fix
1667 info->fix.type = FB_TYPE_PACKED_PIXELS;
1668 info->fix.visual = depth == 8 ? FB_VISUAL_PSEUDOCOLOR :
1670 info->fix.mmio_start = 0;
1671 info->fix.mmio_len = 0;
1672 info->fix.type_aux = 0;
1673 info->fix.xpanstep = 1; /* doing it in hw */
1674 info->fix.ypanstep = 1; /* doing it in hw */
1675 info->fix.ywrapstep = 0;
1676 info->fix.accel = FB_ACCEL_NONE;
1678 info->fix.line_length = pitch;
1728 snprintf(info->fix.id, sizeof(info->fix.id), "%sdrmfb",
1858 info->node, info->fix.id);
2154 fbi->fix.smem_len = fbi->screen_size;
2175 if (drm_leak_fbdev_smem && fbi->fix.smem_start == 0)
2176 fbi->fix.smem_start =