Lines Matching refs:v_disp
798 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
822 v_disp = yres; in aty_var_to_crtc()
874 v_sync_strt = v_disp + var->lower_margin; in aty_var_to_crtc()
952 v_sync_strt = v_disp + par->lcd_lower_margin / VScan; in aty_var_to_crtc()
954 v_total = v_disp + par->lcd_vblank_len / VScan; in aty_var_to_crtc()
972 v_disp <<= 1; in aty_var_to_crtc()
984 v_disp--; in aty_var_to_crtc()
990 FAIL_MAX("v_disp too large", v_disp, 0x7ff); in aty_var_to_crtc()
1014 crtc->v_tot_disp = v_total | (v_disp << 16); in aty_var_to_crtc()
1153 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; in aty_crtc_to_var() local
1165 v_disp = (crtc->v_tot_disp >> 16) & 0x7ff; in aty_crtc_to_var()
1176 yres = v_disp + 1; in aty_crtc_to_var()
1181 lower = v_sync_strt - v_disp; in aty_crtc_to_var()
1359 u32 v_disp, v_sync_strt, v_sync_end, v_total; in atyfb_set_par() local
1365 v_disp = debug.yres; in atyfb_set_par()
1366 v_sync_strt = v_disp + debug.lower_margin; in atyfb_set_par()
1391 v_disp, v_sync_strt, v_sync_end, v_total); in atyfb_set_par()
1395 debug.upper_margin, v_disp, debug.lower_margin, debug.vsync_len); in atyfb_set_par()