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

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_tv.c1526 unsigned int hactive_s = input->w; local in function:i830_tv_get_modes
1540 mode_ptr->HDisplay = hactive_s;
1541 mode_ptr->HSyncStart = hactive_s + 1;
1542 mode_ptr->HSyncEnd = hactive_s + 64;
1545 mode_ptr->HTotal = hactive_s + 96;

Completed in 4 milliseconds