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