Lines Matching refs:fix
978 if (info->fix.visual == FB_VISUAL_TRUECOLOR) { in setcolreg()
1465 info->node, info->fix.id); in drm_fb_helper_single_fb_probe()
1492 info->fix.type = FB_TYPE_PACKED_PIXELS; in drm_fb_helper_fill_fix()
1493 info->fix.visual = depth == 8 ? FB_VISUAL_PSEUDOCOLOR : in drm_fb_helper_fill_fix()
1495 info->fix.mmio_start = 0; in drm_fb_helper_fill_fix()
1496 info->fix.mmio_len = 0; in drm_fb_helper_fill_fix()
1497 info->fix.type_aux = 0; in drm_fb_helper_fill_fix()
1498 info->fix.xpanstep = 1; /* doing it in hw */ in drm_fb_helper_fill_fix()
1499 info->fix.ypanstep = 1; /* doing it in hw */ in drm_fb_helper_fill_fix()
1500 info->fix.ywrapstep = 0; in drm_fb_helper_fill_fix()
1501 info->fix.accel = FB_ACCEL_NONE; in drm_fb_helper_fill_fix()
1503 info->fix.line_length = pitch; in drm_fb_helper_fill_fix()