Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/aty/
H A Datyfb_base.c846 v_disp = yres; in aty_var_to_crtc()
898 v_sync_strt = v_disp + var->lower_margin; 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()
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()
1370 v_disp = debug.yres; in atyfb_set_par()
[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()