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

/linux-4.4.14/drivers/video/fbdev/aty/
H A Datyfb_base.c807 u32 v_total, v_disp, v_sync_strt, v_sync_end, v_sync_wid, v_sync_pol, c_sync; aty_var_to_crtc() local
831 v_disp = yres; aty_var_to_crtc()
883 v_sync_strt = v_disp + var->lower_margin; aty_var_to_crtc()
961 v_sync_strt = v_disp + par->lcd_lower_margin / VScan; aty_var_to_crtc()
963 v_total = v_disp + par->lcd_vblank_len / VScan; aty_var_to_crtc()
981 v_disp <<= 1; aty_var_to_crtc()
993 v_disp--; aty_var_to_crtc()
999 FAIL_MAX("v_disp too large", v_disp, 0x7ff); aty_var_to_crtc()
1023 crtc->v_tot_disp = v_total | (v_disp << 16); aty_var_to_crtc()
1162 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; aty_crtc_to_var() local
1174 v_disp = (crtc->v_tot_disp >> 16) & 0x7ff; aty_crtc_to_var()
1185 yres = v_disp + 1; aty_crtc_to_var()
1190 lower = v_sync_strt - v_disp; aty_crtc_to_var()
1368 u32 v_disp, v_sync_strt, v_sync_end, v_total; atyfb_set_par() local
1374 v_disp = debug.yres; atyfb_set_par()
1375 v_sync_strt = v_disp + debug.lower_margin; atyfb_set_par()
1400 v_disp, v_sync_strt, v_sync_end, v_total); atyfb_set_par()
1404 debug.upper_margin, v_disp, debug.lower_margin, debug.vsync_len); atyfb_set_par()
H A Daty128fb.c1051 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; aty128_var_to_crtc() local
1112 v_disp = yres - 1; aty128_var_to_crtc()
1135 v_sync_strt = v_disp + lower; aty128_var_to_crtc()
1145 crtc->v_total = v_total | (v_disp << 16); aty128_var_to_crtc()
1240 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; aty128_crtc_to_var() local
1251 v_disp = (crtc->v_total >> 16) & 0x7ff; aty128_crtc_to_var()
1260 yres = v_disp + 1; aty128_crtc_to_var()
1265 lower = v_sync_strt - v_disp; aty128_crtc_to_var()

Completed in 105 milliseconds