Lines Matching refs:fix
401 total_size = info->fix.smem_len; in ivtvfb_write()
628 static int ivtvfb_get_fix(struct ivtv *itv, struct fb_fix_screeninfo *fix) in ivtvfb_get_fix() argument
633 memset(fix, 0, sizeof(struct fb_fix_screeninfo)); in ivtvfb_get_fix()
634 strlcpy(fix->id, "cx23415 TV out", sizeof(fix->id)); in ivtvfb_get_fix()
635 fix->smem_start = oi->video_pbase; in ivtvfb_get_fix()
636 fix->smem_len = oi->video_buffer_size; in ivtvfb_get_fix()
637 fix->type = FB_TYPE_PACKED_PIXELS; in ivtvfb_get_fix()
638 fix->visual = (oi->bits_per_pixel == 8) ? FB_VISUAL_PSEUDOCOLOR : FB_VISUAL_TRUECOLOR; in ivtvfb_get_fix()
639 fix->xpanstep = 1; in ivtvfb_get_fix()
640 fix->ypanstep = 1; in ivtvfb_get_fix()
641 fix->ywrapstep = 0; in ivtvfb_get_fix()
642 fix->line_length = oi->display_byte_stride; in ivtvfb_get_fix()
643 fix->accel = FB_ACCEL_NONE; in ivtvfb_get_fix()
843 osd_pan_index = var->yoffset * info->fix.line_length in ivtvfb_pan_display()
866 ivtvfb_get_fix(itv, &info->fix); in ivtvfb_set_par()
1069 oi->ivtvfb_info.fix = oi->ivtvfb_fix; in ivtvfb_init_vidmode()