Home
last modified time | relevance | path

Searched refs:v_disp (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/video/fbdev/aty/
H A Datyfb_base.c825 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
849 v_disp = yres; in aty_var_to_crtc()
901 v_sync_strt = v_disp + var->lower_margin; in aty_var_to_crtc()
979 v_sync_strt = v_disp + par->lcd_lower_margin / VScan; in aty_var_to_crtc()
981 v_total = v_disp + par->lcd_vblank_len / VScan; in aty_var_to_crtc()
999 v_disp <<= 1; in aty_var_to_crtc()
1005 v_disp--; in aty_var_to_crtc()
1011 FAIL_MAX("v_disp too large", v_disp, 0x7ff); in aty_var_to_crtc()
1035 crtc->v_tot_disp = v_total | (v_disp << 16); in aty_var_to_crtc()
1174 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; in aty_crtc_to_var() local
[all …]
H A Daty128fb.c1037 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; in aty128_var_to_crtc() local
1098 v_disp = yres - 1; in aty128_var_to_crtc()
1121 v_sync_strt = v_disp + lower; in aty128_var_to_crtc()
1131 crtc->v_total = v_total | (v_disp << 16); in aty128_var_to_crtc()
1226 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; in aty128_crtc_to_var() local
1237 v_disp = (crtc->v_total >> 16) & 0x7ff; in aty128_crtc_to_var()
1246 yres = v_disp + 1; in aty128_crtc_to_var()
1251 lower = v_sync_strt - v_disp; in aty128_crtc_to_var()