Lines Matching refs:v_disp
822 u32 v_total, v_disp, v_sync_strt, v_sync_end, v_sync_wid, v_sync_pol, c_sync; in aty_var_to_crtc() local
846 v_disp = yres; in aty_var_to_crtc()
898 v_sync_strt = v_disp + var->lower_margin; in aty_var_to_crtc()
976 v_sync_strt = v_disp + par->lcd_lower_margin / VScan; in aty_var_to_crtc()
978 v_total = v_disp + par->lcd_vblank_len / VScan; in aty_var_to_crtc()
996 v_disp <<= 1; in aty_var_to_crtc()
1002 v_disp--; in aty_var_to_crtc()
1008 FAIL_MAX("v_disp too large", v_disp, 0x7ff); in aty_var_to_crtc()
1032 crtc->v_tot_disp = v_total | (v_disp << 16); in aty_var_to_crtc()
1171 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; in aty_crtc_to_var() local
1183 v_disp = (crtc->v_tot_disp >> 16) & 0x7ff; in aty_crtc_to_var()
1194 yres = v_disp + 1; in aty_crtc_to_var()
1199 lower = v_sync_strt - v_disp; in aty_crtc_to_var()
1364 u32 v_disp, v_sync_strt, v_sync_end, v_total; in atyfb_set_par() local
1370 v_disp = debug.yres; in atyfb_set_par()
1371 v_sync_strt = v_disp + debug.lower_margin; in atyfb_set_par()
1396 v_disp, v_sync_strt, v_sync_end, v_total); in atyfb_set_par()
1400 debug.upper_margin, v_disp, debug.lower_margin, debug.vsync_len); in atyfb_set_par()