Home
last modified time | relevance | path

Searched refs:vblank_end (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/video/intel/
Dintelfbhw.c837 u32 vsync_start, vsync_end, vblank_start, vblank_end, vtotal, vactive; in intelfbhw_mode_to_hw() local
977 vblank_end = vtotal; in intelfbhw_mode_to_hw()
978 vblank_end = vsync_end + 1; in intelfbhw_mode_to_hw()
982 vblank_end); in intelfbhw_mode_to_hw()
1019 vblank_end--; in intelfbhw_mode_to_hw()
1020 if (check_overflow(vblank_end, VBLANKEND_MASK, "CRTC vblank_end")) in intelfbhw_mode_to_hw()
1030 (vblank_end << VSYNCEND_SHIFT); in intelfbhw_mode_to_hw()
/linux-2.4.37.9/drivers/video/
Dsgivwfb.c370 SET_DBE_FIELD(VT_VBLANK, VT_VBLANK_OFF, outputVal, currentTiming->vblank_end); in activate_par()
378 SET_DBE_FIELD(VT_VCMAP, VT_VCMAP_OFF, outputVal, currentTiming->vblank_end); in activate_par()
386 temp = currentTiming->vblank_start - currentTiming->vblank_end - 1; in activate_par()
474 currentTiming->vblank_end); in activate_par()
Dsgivwfb.h344 short vblank_end; /* Vertical blank end */ member