[go: nahoru, domu]

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

/drivers/video/fbdev/aty/
H A Datyfb_base.c798 u32 v_total, v_disp, v_sync_strt, v_sync_end, v_sync_wid, v_sync_pol, c_sync; local
822 v_disp = yres;
874 v_sync_strt = v_disp + var->lower_margin;
952 v_sync_strt = v_disp + par->lcd_lower_margin / VScan;
954 v_total = v_disp + par->lcd_vblank_len / VScan;
972 v_disp <<= 1;
984 v_disp--;
990 FAIL_MAX("v_disp too large", v_disp, 0x7ff);
1014 crtc->v_tot_disp = v_total | (v_disp << 1
1153 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; local
1359 u32 v_disp, v_sync_strt, v_sync_end, v_total; local
[all...]
H A Daty128fb.c1060 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; local
1121 v_disp = yres - 1;
1144 v_sync_strt = v_disp + lower;
1154 crtc->v_total = v_total | (v_disp << 16);
1249 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; local
1260 v_disp = (crtc->v_total >> 16) & 0x7ff;
1269 yres = v_disp + 1;
1274 lower = v_sync_strt - v_disp;

Completed in 67 milliseconds