[go: nahoru, domu]

Searched refs:v_total (Results 1 - 9 of 9) sorted by relevance

/drivers/gpu/ipu-v3/
H A Dipu-di.c212 u32 v_total = sig->height + sig->v_sync_width + local
224 .run_count = v_total * 2 - 1,
230 .run_count = v_total / 2 - 1,
241 .run_count = v_total - 1,
244 .run_count = v_total / 2 - 1,
257 .run_count = v_total - 1,
259 .offset_count = v_total / 2,
274 ipu_di_write(di, v_total / 2 - 1, DI_SCR_CONF);
282 u32 v_total = sig->height + sig->v_sync_width + sig->v_start_width + local
300 .run_count = v_total
519 u32 h_total, v_total; local
[all...]
/drivers/video/fbdev/matrox/
H A Dmatroxfb_g450.c233 unsigned int v_total; member in struct:output_desc
338 if (vtotal < outd->v_total) {
339 unsigned int yovr = outd->v_total - vtotal;
342 } else if (vtotal > outd->v_total) {
343 vdisplay = outd->v_total - 4;
344 vsyncend = outd->v_total;
346 upper = (outd->v_total - vsyncend) >> 1; /* in field lines */
347 r->regs[0x17] = outd->v_total / 4;
348 r->regs[0x18] = outd->v_total & 3;
354 mt->VSyncStart = outd->v_total
[all...]
/drivers/gpu/drm/radeon/
H A Dradeon_legacy_tv.c429 unsigned int h_total, v_total, f_total; local
447 v_total = const_ptr->ver_total;
493 v_offset = ((int)(v_total * h_total) * 2 * tv_dac->v_pos) / (int)(NTSC_TV_LINES_PER_FRAME);
495 v_offset = ((int)(v_total * h_total) * 2 * tv_dac->v_pos) / (int)(PAL_TV_LINES_PER_FRAME);
504 tv_dac->tv.vrestart = restart % v_total;
505 restart /= v_total;
/drivers/video/fbdev/nvidia/
H A Dnvidia.c323 int v_total = (info->var.yres + info->var.lower_margin + local
326 int v_blank_e = v_total + 1;
333 v_total |= 1;
336 v_start = v_total - 3;
337 v_end = v_total - 2;
352 state->crtc[0x6] = SetBitField(v_total, 7: 0, 7:0);
353 state->crtc[0x7] = SetBitField(v_total, 8: 8, 0:0)
358 | SetBitField(v_total, 9: 9, 5:5)
381 | SetBitField(v_total, 10: 10, 0:0);
388 state->extra = SetBitField(v_total, 1
[all...]
/drivers/video/fbdev/aty/
H A Daty128fb.c429 u32 v_total, v_sync_strt_wid; member in struct:aty128_crtc
1043 aty_st_le32(CRTC_V_TOTAL_DISP, crtc->v_total);
1060 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; local
1122 v_total = (yres + upper + vslen + lower - 1) & 0xFFFFL;
1124 /* check to make sure h_total and v_total are in range */
1125 if (((h_total >> 3) - 1) > 0x1ff || (v_total - 1) > 0x7FF) {
1154 crtc->v_total = v_total | (v_disp << 16);
1249 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; local
1259 v_total
[all...]
H A Datyfb_base.c798 u32 v_total, v_disp, v_sync_strt, v_sync_end, v_sync_wid, v_sync_pol, c_sync; local
876 v_total = v_sync_end + var->upper_margin;
954 v_total = v_disp + par->lcd_vblank_len / VScan;
975 v_total <<= 1;
987 v_total--;
995 FAIL_MAX("v_total too large", v_total, 0x7ff);
1014 crtc->v_tot_disp = v_total | (v_disp << 16);
1153 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; local
1164 v_total
1359 u32 v_disp, v_sync_strt, v_sync_end, v_total; local
3085 u32 v_total, h_total; local
[all...]
/drivers/video/fbdev/mb862xx/
H A Dmb862xxfbdrv.c52 static inline int v_total(struct fb_var_screeninfo *var) function
129 if (h_total(var) > 4096 || v_total(var) > 4096)
263 outreg(disp, GC_VTR, pack(v_total(&fbi->var) - 1, 0));
/drivers/video/fbdev/
H A Dsm501fb.c126 static inline int v_total(struct fb_var_screeninfo *var) function
318 if (h_total(var) > 4096 || v_total(var) > 2048)
563 reg = (v_total(var) - 1) << 16;
H A Dsmscufx.c665 u16 v_total, v_active, v_blank_start, v_blank_end, v_sync_start, v_sync_end; local
707 v_total = var->upper_margin + var->yres + var->lower_margin + var->vsync_len;
714 temp = ((v_total - 1) << 16) | (v_active - 1);

Completed in 695 milliseconds