Lines Matching refs:v_sync_strt
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
874 v_sync_strt = v_disp + var->lower_margin; in aty_var_to_crtc()
875 v_sync_end = v_sync_strt + var->vsync_len; in aty_var_to_crtc()
952 v_sync_strt = v_disp + par->lcd_lower_margin / VScan; in aty_var_to_crtc()
953 v_sync_end = v_sync_strt + par->lcd_vsync_len / VScan; in aty_var_to_crtc()
973 v_sync_strt <<= 1; in aty_var_to_crtc()
985 v_sync_strt--; in aty_var_to_crtc()
988 v_sync_wid = v_sync_end - v_sync_strt; in aty_var_to_crtc()
991 FAIL_MAX("v_sync_stsrt too large", v_sync_strt, 0x7ff); in aty_var_to_crtc()
1015 crtc->v_sync_strt_wid = v_sync_strt | (v_sync_wid << 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
1166 v_sync_strt = crtc->v_sync_strt_wid & 0x7ff; in aty_crtc_to_var()
1180 upper = v_total - v_sync_strt - v_sync_wid; 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
1366 v_sync_strt = v_disp + debug.lower_margin; in atyfb_set_par()
1367 v_sync_end = v_sync_strt + debug.vsync_len; in atyfb_set_par()
1391 v_disp, v_sync_strt, v_sync_end, v_total); in atyfb_set_par()