Searched defs:v_disp (Results 1 - 2 of 2) sorted by relevance
/drivers/video/aty/ |
H A D | aty128fb.c | 1007 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; local 1068 v_disp = yres - 1; 1091 v_sync_strt = v_disp + lower; 1101 crtc->v_total = v_total | (v_disp << 16); 1196 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; local 1207 v_disp = (crtc->v_total >> 16) & 0x7ff; 1216 yres = v_disp + 1; 1221 lower = v_sync_strt - v_disp;
|
H A D | atyfb_base.c | 797 u32 v_total, v_disp, v_sync_strt, v_sync_end, v_sync_wid, v_sync_pol, c_sync; local 821 v_disp = yres; 873 v_sync_strt = v_disp + var->lower_margin; 951 v_sync_strt = v_disp + par->lcd_lower_margin / VScan; 953 v_total = v_disp + par->lcd_vblank_len / VScan; 971 v_disp <<= 1; 983 v_disp--; 989 FAIL_MAX("v_disp too large", v_disp, 0x7ff); 1013 crtc->v_tot_disp = v_total | (v_disp << 1 1152 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; local 1358 u32 v_disp, v_sync_strt, v_sync_end, v_total; local [all...] |
Completed in 51 milliseconds